[cpp-msbuild] 02/13: SPCPP-765 Default the value of SED

Rod Widdowson rdw at steadingsoftware.com
Sun Dec 10 16:56:27 EST 2017


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

rdw 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=2af614fecec22c005d003377c92d879d396385e1

commit 2af614fecec22c005d003377c92d879d396385e1
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Dec 5 10:30:40 2017 +0000

    SPCPP-765 Default the value of SED
    
    https://issues.shibboleth.net/jira/browse/SSPCPP-765
---
 dependencies/dependency.make | 1 -
 env.make                     | 7 +++++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/dependencies/dependency.make b/dependencies/dependency.make
index 494ae73..0d9c9f9 100644
--- a/dependencies/dependency.make
+++ b/dependencies/dependency.make
@@ -83,7 +83,6 @@ help:
 	@echo "			XERCES_DIR
 	@echo "			LIBCURL_DIR
 	@echo "			XSEC_DIR
-	@echo "			SED
 	@echo "
 	@echo "
 	@echo " See also https://wiki.shibboleth.net/confluence/display/SP3/WindowsBuild
diff --git a/env.make b/env.make
index 800f33a..c32020c 100644
--- a/env.make
+++ b/env.make
@@ -6,5 +6,12 @@
 !error ROOT_DIR not defined
 !endif
 
+
+
+!if "$(SED)" == ""
+SED=sed
+!endif
+
+
 environment:
 	@echo	ROOT_DIR 		$(ROOT_DIR)

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


More information about the commits mailing list