[cpp-xmltooling COMMIT] /branches/REL_1/msbuild/build.make
noreply at shibboleth.net
noreply at shibboleth.net
Thu Nov 1 04:29:28 EDT 2012
Author: rdw
Date: Thu Nov 1 04:29:28 2012
New Revision: 1012
URL: http://svn.shibboleth.net/view/cpp-xmltooling?rev=1012&view=rev
Log:
Make clean agressive in what it destroys, and test for the existance of the subsidiary trees
Modified:
branches/REL_1/msbuild/build.make
Modified: branches/REL_1/msbuild/build.make
URL: http://svn.shibboleth.net/view/cpp-xmltooling/branches/REL_1/msbuild/build.make?rev=1012&r1=1011&r2=1012&view=diff
==============================================================================
--- branches/REL_1/msbuild/build.make (original)
+++ branches/REL_1/msbuild/build.make Thu Nov 1 04:29:28 2012
@@ -12,16 +12,13 @@
all: msi32 msi64
clean:
- cd ..\..
- del/s *.dll
- del/s *.exe
- del/s *.msm
- del/s *.lib
- del/s *.wixlib
- del/s *.msi
- del/s *.obj *.wixobj
- del/s *.lib *.wixlib
- del/s *.pdb *.wixpdb
+ cd $(SPROOT)
+ del/s *.dll *.exe *.msm *.lib *.obj
+ del/s *.wixobj *.lib *.wixlib *.pdb *.wixpdb *.wixlib *.msi
+ cd $(XMLROOT)
+ del/s *.dll *.exe *.msm *.lib *.obj
+ cd $(SAMLROOT)
+ del/s *.dll *.exe *.msm *.lib *.obj
#
msi32: mergemodules32 exe32
More information about the commits
mailing list