You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by fu...@apache.org on 2007/04/06 15:40:46 UTC

svn commit: r526160 - in /apr/apr/trunk: NWGNUmakefile build/NWGNUtail.inc

Author: fuankg
Date: Fri Apr  6 06:40:45 2007
New Revision: 526160

URL: http://svn.apache.org/viewvc?view=rev&rev=526160
Log:
moved INSTDIRS to NWGNUtail.inc; fixed copyright string.

Modified:
    apr/apr/trunk/NWGNUmakefile
    apr/apr/trunk/build/NWGNUtail.inc

Modified: apr/apr/trunk/NWGNUmakefile
URL: http://svn.apache.org/viewvc/apr/apr/trunk/NWGNUmakefile?view=diff&rev=526160&r1=526159&r2=526160
==============================================================================
--- apr/apr/trunk/NWGNUmakefile (original)
+++ apr/apr/trunk/NWGNUmakefile Fri Apr  6 06:40:45 2007
@@ -360,9 +360,6 @@
 	$(CMD) xc.bat
 	$(DEL) xc.bat
 endif	
-	
-$(INSTDIRS) ::
-	$(CHKNOT) $@\NUL mkdir $@
 
 ifndef DEST
 installdev :: $(INSTDEVDIRS) FORCE

Modified: apr/apr/trunk/build/NWGNUtail.inc
URL: http://svn.apache.org/viewvc/apr/apr/trunk/build/NWGNUtail.inc?view=diff&rev=526160&r1=526159&r2=526160
==============================================================================
--- apr/apr/trunk/build/NWGNUtail.inc (original)
+++ apr/apr/trunk/build/NWGNUtail.inc Fri Apr  6 06:40:45 2007
@@ -25,12 +25,13 @@
 endif
 
 ifndef NLM_COPYRIGHT
-NLM_COPYRIGHT = Licensed to the Apache Software Foundation (ASF) under one or more
-NLM_COPYRIGHT = contributor license agreements.  See the NOTICE file distributed with
-NLM_COPYRIGHT = this work for additional information regarding copyright ownership.
-NLM_COPYRIGHT = The ASF licenses this file to You under the Apache License, Version 2.0
-NLM_COPYRIGHT = (the "License"); you may not use this file except in compliance with
-NLM_COPYRIGHT = the License.  You may obtain a copy of the License at
+NLM_COPYRIGHT = Licensed to the Apache Software Foundation (ASF) under one or more 
+NLM_COPYRIGHT += contributor license agreements.  See the NOTICE file distributed with 
+NLM_COPYRIGHT += this work for additional information regarding copyright ownership. 
+NLM_COPYRIGHT += The ASF licenses this file to You under the Apache License, Version 2.0 
+NLM_COPYRIGHT += (the "License"); you may not use this file except in compliance with 
+NLM_COPYRIGHT += the License.  You may obtain a copy of the License at 
+NLM_COPYRIGHT += http://www.apache.org/licenses/LICENSE-2.0
 endif
 
 #
@@ -324,4 +325,8 @@
 endif # NO_LICENSE_FILE
 
 endif # multiple targets
+
+$(INSTDIRS) ::
+	$(CHKNOT) $@\NUL mkdir $@
+