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 2011/03/06 23:52:10 UTC

svn commit: r1078619 - /apr/apr/trunk/build/NWGNUhead.inc

Author: fuankg
Date: Sun Mar  6 22:52:10 2011
New Revision: 1078619

URL: http://svn.apache.org/viewvc?rev=1078619&view=rev
Log:
NetWare build overhaul in order to compile on Linux.

Fixed typo.

Modified:
    apr/apr/trunk/build/NWGNUhead.inc

Modified: apr/apr/trunk/build/NWGNUhead.inc
URL: http://svn.apache.org/viewvc/apr/apr/trunk/build/NWGNUhead.inc?rev=1078619&r1=1078618&r2=1078619&view=diff
==============================================================================
--- apr/apr/trunk/build/NWGNUhead.inc (original)
+++ apr/apr/trunk/build/NWGNUhead.inc Sun Mar  6 22:52:10 2011
@@ -39,24 +39,24 @@ $(TARGETS) :: $(SUBDIRS)
 endif #NO_LICENSE_FILE check
 
 help :
-	@echo $(DS)targets for RELEASE=$(RELEASE):$(DS)
-	@echo $(DS)(default) . . . . libs nlms$(DS)
-	@echo $(DS)all . . . . . . . does everything (libs nlms install)$(DS)
-	@echo $(DS)libs. . . . . . . builds all libs$(DS)
-	@echo $(DS)nlms. . . . . . . builds all nlms$(DS)
-	@echo $(DS)install . . . . . builds libs and nlms and copies install files to$(DS)
-	@echo $(DS)                  "$(INSTALL)"$(DS)
-	@echo $(DS)installdev. . . . copies headers and files needed for development to$(DS)
-	@echo $(DS)                  "$(INSTALL)"$(DS)
-	@echo $(DS)clean . . . . . . deletes $(OBJDIR) dirs, *.err, and *.map$(DS)
-	@echo $(DS)clobber_all . . . deletes all possible output from the make$(DS)
-	@echo $(DS)clobber_install . deletes all files in $(INSTALL)$(DS)
+	@echo $(DL)targets for RELEASE=$(RELEASE):$(DL)
+	@echo $(DL)(default) . . . . libs nlms$(DL)
+	@echo $(DL)all . . . . . . . does everything (libs nlms install)$(DL)
+	@echo $(DL)libs. . . . . . . builds all libs$(DL)
+	@echo $(DL)nlms. . . . . . . builds all nlms$(DL)
+	@echo $(DL)install . . . . . builds libs and nlms and copies install files to$(DL)
+	@echo $(DL)                  "$(INSTALL)"$(DL)
+	@echo $(DL)installdev. . . . copies headers and files needed for development to$(DL)
+	@echo $(DL)                  "$(INSTALL)"$(DL)
+	@echo $(DL)clean . . . . . . deletes $(OBJDIR) dirs, *.err, and *.map$(DL)
+	@echo $(DL)clobber_all . . . deletes all possible output from the make$(DL)
+	@echo $(DL)clobber_install . deletes all files in $(INSTALL)$(DL)
 	@$(ECHONL)
-	@echo $(DS)Multiple targets can be used on a single make command line -$(DS)
-	@echo $(DS)(i.e. $(MAKE) clean all)$(DS)
+	@echo $(DL)Multiple targets can be used on a single make command line -$(DL)
+	@echo $(DL)(i.e. $(MAKE) clean all)$(DL)
 	@$(ECHONL)
-	@echo $(DS)You can also specify RELEASE=debug, RELEASE=noopt, or RELEASE=release$(DS)
-	@echo $(DS)The default is RELEASE=release$(DS)
+	@echo $(DL)You can also specify RELEASE=debug, RELEASE=noopt, or RELEASE=release$(DL)
+	@echo $(DL)The default is RELEASE=release$(DL)
 
 clobber_all :: clean clobber_install