mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
windows-config-clean-20090402
LICENSE MIT permit "nmake -f ntmakefile clean" to complete on a clean source tree.
This commit is contained in:
parent
d862476191
commit
8673c0de48
@ -487,7 +487,7 @@ doclink:
|
||||
version: $(DESTDIR)\bin\mkvers.exe NTMakefile.version
|
||||
|
||||
NTMakefile.version: NTMakefile.version-CML NTMakefile.version-NOCML
|
||||
$(DEL) NTMakefile.version
|
||||
-$(DEL) NTMakefile.version
|
||||
! IF (EXIST(..\..\src\CML\state) || EXIST(..\..\..\src\CML\state))
|
||||
$(COPY) NTMakefile.version-CML NTMakefile.version
|
||||
! ELSE
|
||||
@ -529,12 +529,12 @@ install9x: install
|
||||
# This clean target must be named something different than the universal
|
||||
# 'clean' so that the version file can be removed last.
|
||||
clean_version:
|
||||
$(DEL) NTMakefile.version
|
||||
-$(DEL) NTMakefile.version
|
||||
|
||||
clean::
|
||||
$(DEL) $(DESTDIR)\LIB\*.DLL
|
||||
$(DEL) $(DESTDIR)\bin\mkver.exe*
|
||||
$(DEL) $(DESTDIR)\bin\touch.exe*
|
||||
$(DEL) $(OUT)\util_cr.exe*
|
||||
$(DEL) $(OUT)\mkver.exe*
|
||||
$(DEL) $(OUT)\touch.exe*
|
||||
-$(DEL) $(DESTDIR)\LIB\*.DLL
|
||||
-$(DEL) $(DESTDIR)\bin\mkver.exe*
|
||||
-$(DEL) $(DESTDIR)\bin\touch.exe*
|
||||
-$(DEL) $(OUT)\util_cr.exe*
|
||||
-$(DEL) $(OUT)\mkver.exe*
|
||||
-$(DEL) $(OUT)\touch.exe*
|
||||
|
Loading…
Reference in New Issue
Block a user