From: Rod Widdowson Date: Thu, 1 Nov 2012 08:29:28 +0000 (+0000) Subject: Make clean agressive in what it destroys, and test for the existance of the subsidiar... X-Git-Tag: 1.5.2~6 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-xmltooling.git;a=commitdiff_plain;h=78eaf28b52381f7ac3fb0a794eb43f013f2a8cd8 Make clean agressive in what it destroys, and test for the existance of the subsidiary trees --- diff --git a/msbuild/build.make b/msbuild/build.make index 05cc2bd..9acb917 100644 --- a/msbuild/build.make +++ b/msbuild/build.make @@ -12,16 +12,13 @@ SAMLROOT=$(MAKEDIR)\..\..\cpp-opensaml 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