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 2014/03/21 00:52:03 UTC

svn commit: r1579836 - in /apr/apr-util/branches: 1.3.x/dbm/NWGNUmakefile 1.4.x/dbm/NWGNUmakefile 1.5.x/dbm/NWGNUmakefile

Author: fuankg
Date: Thu Mar 20 23:52:02 2014
New Revision: 1579836

URL: http://svn.apache.org/r1579836
Log:
Fix NetWare build for dbm.

Modified:
    apr/apr-util/branches/1.3.x/dbm/NWGNUmakefile
    apr/apr-util/branches/1.4.x/dbm/NWGNUmakefile
    apr/apr-util/branches/1.5.x/dbm/NWGNUmakefile

Modified: apr/apr-util/branches/1.3.x/dbm/NWGNUmakefile
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.3.x/dbm/NWGNUmakefile?rev=1579836&r1=1579835&r2=1579836&view=diff
==============================================================================
--- apr/apr-util/branches/1.3.x/dbm/NWGNUmakefile (original)
+++ apr/apr-util/branches/1.3.x/dbm/NWGNUmakefile Thu Mar 20 23:52:02 2014
@@ -235,7 +235,7 @@ nlms :: libs $(TARGET_nlm)
 # correct place.  (See $(AP_WORK)\build\NWGNUhead.inc for examples)
 #
 install :: nlms $(INSTDIRS) FORCE
-	copy $(OBJDIR)\*.nlm $(INSTALLBASE)
+	$(call COPY,$(OBJDIR)/*.nlm,$(INSTALLBASE))
 
 #
 # Any specialized rules here

Modified: apr/apr-util/branches/1.4.x/dbm/NWGNUmakefile
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.4.x/dbm/NWGNUmakefile?rev=1579836&r1=1579835&r2=1579836&view=diff
==============================================================================
--- apr/apr-util/branches/1.4.x/dbm/NWGNUmakefile (original)
+++ apr/apr-util/branches/1.4.x/dbm/NWGNUmakefile Thu Mar 20 23:52:02 2014
@@ -235,7 +235,7 @@ nlms :: libs $(TARGET_nlm)
 # correct place.  (See $(AP_WORK)\build\NWGNUhead.inc for examples)
 #
 install :: nlms $(INSTDIRS) FORCE
-	copy $(OBJDIR)\*.nlm $(INSTALLBASE)
+	$(call COPY,$(OBJDIR)/*.nlm,$(INSTALLBASE))
 
 #
 # Any specialized rules here

Modified: apr/apr-util/branches/1.5.x/dbm/NWGNUmakefile
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.5.x/dbm/NWGNUmakefile?rev=1579836&r1=1579835&r2=1579836&view=diff
==============================================================================
--- apr/apr-util/branches/1.5.x/dbm/NWGNUmakefile (original)
+++ apr/apr-util/branches/1.5.x/dbm/NWGNUmakefile Thu Mar 20 23:52:02 2014
@@ -235,7 +235,7 @@ nlms :: libs $(TARGET_nlm)
 # correct place.  (See $(AP_WORK)\build\NWGNUhead.inc for examples)
 #
 install :: nlms $(INSTDIRS) FORCE
-	copy $(OBJDIR)\*.nlm $(INSTALLBASE)
+	$(call COPY,$(OBJDIR)/*.nlm,$(INSTALLBASE))
 
 #
 # Any specialized rules here