You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fu...@apache.org on 2013/05/17 20:20:07 UTC

svn commit: r1483943 - in /httpd/httpd/branches: 2.2.x/build/NWGNUtail.inc 2.4.x/build/NWGNUtail.inc

Author: fuankg
Date: Fri May 17 18:20:07 2013
New Revision: 1483943

URL: http://svn.apache.org/r1483943
Log:
NetWare build: dont make the svn revision file a dependency.

Modified:
    httpd/httpd/branches/2.2.x/build/NWGNUtail.inc
    httpd/httpd/branches/2.4.x/build/NWGNUtail.inc

Modified: httpd/httpd/branches/2.2.x/build/NWGNUtail.inc
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/build/NWGNUtail.inc?rev=1483943&r1=1483942&r2=1483943&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/build/NWGNUtail.inc (original)
+++ httpd/httpd/branches/2.2.x/build/NWGNUtail.inc Fri May 17 18:20:07 2013
@@ -97,9 +97,9 @@ CPPOPT_DEPENDS	= $(CCOPT_DEPENDS)
 
 ifneq "$(MAKECMDGOALS)" "clean"
 ifneq "$(findstring clobber_,$(MAKECMDGOALS))" "clobber_"
-$(APBUILD)/NWGNUversion.inc: $(APBUILD)/nw_ver.awk $(SRC)/include/ap_release.h $(SRC)/.svn/all-wcprops
+$(APBUILD)/NWGNUversion.inc: $(APBUILD)/nw_ver.awk $(SRC)/include/ap_release.h
 	@echo $(DL)GEN  $@$(DL)
-	$(AWK) -f $^ > $@
+	$(AWK) -f $^ $(SRC)/.svn/all-wcprops > $@
 
 -include $(APBUILD)/NWGNUversion.inc
 

Modified: httpd/httpd/branches/2.4.x/build/NWGNUtail.inc
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/build/NWGNUtail.inc?rev=1483943&r1=1483942&r2=1483943&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/build/NWGNUtail.inc (original)
+++ httpd/httpd/branches/2.4.x/build/NWGNUtail.inc Fri May 17 18:20:07 2013
@@ -97,9 +97,9 @@ CPPOPT_DEPENDS	= $(CCOPT_DEPENDS)
 
 ifneq "$(MAKECMDGOALS)" "clean"
 ifneq "$(findstring clobber_,$(MAKECMDGOALS))" "clobber_"
-$(APBUILD)/NWGNUversion.inc: $(APBUILD)/nw_ver.awk $(SRC)/include/ap_release.h $(SRC)/.svn/all-wcprops
+$(APBUILD)/NWGNUversion.inc: $(APBUILD)/nw_ver.awk $(SRC)/include/ap_release.h
 	@echo $(DL)GEN  $@$(DL)
-	$(AWK) -f $^ > $@
+	$(AWK) -f $^ $(SRC)/.svn/all-wcprops > $@
 
 -include $(APBUILD)/NWGNUversion.inc