mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 15:00:12 +00:00
Windows: add missing items to 'clean' rules
Change-Id: Ibf7ce081d789a5940033ecdcfd62515824176368 Reviewed-on: http://gerrit.openafs.org/7653 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com> Tested-by: Jeffrey Altman <jaltman@your-file-system.com>
This commit is contained in:
parent
17584782a4
commit
673127f692
@ -379,8 +379,10 @@ clean::
|
||||
$(DEL) pod1\pts_source.pod
|
||||
$(DEL) pod1\vos.pod
|
||||
$(DEL) pod1\vos_addsite.pod
|
||||
$(DEL) pod1\vos_backup.pod
|
||||
$(DEL) pod1\vos_clone.pod
|
||||
$(DEL) pod1\vos_copy.pod
|
||||
$(DEL) pod1\vos_dump.pod
|
||||
$(DEL) pod1\vos_create.pod
|
||||
$(DEL) pod1\vos_examine.pod
|
||||
$(DEL) pod1\vos_move.pod
|
||||
|
@ -34,4 +34,4 @@ $(CHMFILE): afsplhlp.hhp
|
||||
$(COPY) afsplhlp.chm $(CHMFILE)
|
||||
|
||||
clean::
|
||||
$(DEL) $(CHMFILE)
|
||||
$(DEL) $(CHMFILE) afsplhlp.chm
|
@ -108,5 +108,5 @@ install: install_headers $(LIBFILE)
|
||||
|
||||
clean::
|
||||
$(DEL) $(INCFILES)
|
||||
$(DEL) err.h roken.h
|
||||
$(DEL) err.h roken.h search.h
|
||||
$(DEL) $(LIBFILE) $(DESTDIR)\lib\afsroken.lib $(DESTDIR)\lib\afsroken.exp
|
||||
|
Loading…
Reference in New Issue
Block a user