[cpp-msbuild] branch master updated: Fix cleansaml target

Scott Cantor cantor.2 at osu.edu
Fri Jun 24 17:51:56 EDT 2016


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository cpp-msbuild.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-msbuild.git;a=commit;h=49b0eb3aac3f58a9588e60178e6feb00f1edd83c

The following commit(s) were added to refs/heads/master by this push:
       new  49b0eb3   Fix cleansaml target
49b0eb3 is described below

commit 49b0eb3aac3f58a9588e60178e6feb00f1edd83c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Jun 24 17:51:51 2016 -0400

    Fix cleansaml target
---
 build.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.make b/build.make
index a9cbe95..e487686 100644
--- a/build.make
+++ b/build.make
@@ -27,7 +27,7 @@ cleanxmltooling:
 	cd $(XMLROOT)\Build\$(VCVERSION)
 	del/s *.dll *.exe *.msm *.lib *.obj
 
-cleansp:
+cleansaml:
 	cd $(SAMLROOT)\Build\$(VCVERSION)
 	del/s *.dll *.exe *.msm *.lib *.obj
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list