summaryrefslogtreecommitdiff
path: root/build/NWGNUhead.inc
diff options
context:
space:
mode:
authorfuankg <fuankg@13f79535-47bb-0310-9956-ffa450edef68>2011-03-06 22:52:10 +0000
committerfuankg <fuankg@13f79535-47bb-0310-9956-ffa450edef68>2011-03-06 22:52:10 +0000
commitaacd7c644f4e9d2b32b94ed36960ed243aa7e794 (patch)
tree7498b437fcd6574b6bfea0d8336eedfe813e3424 /build/NWGNUhead.inc
parent0e4522e72e69975ce7b17b7860a5c9797f44ff50 (diff)
downloadlibapr-aacd7c644f4e9d2b32b94ed36960ed243aa7e794.tar.gz
NetWare build overhaul in order to compile on Linux.
Fixed typo. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1078619 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/NWGNUhead.inc')
-rw-r--r--build/NWGNUhead.inc32
1 files changed, 16 insertions, 16 deletions
diff --git a/build/NWGNUhead.inc b/build/NWGNUhead.inc
index 6b63c9c20..2095c5663 100644
--- a/build/NWGNUhead.inc
+++ b/build/NWGNUhead.inc
@@ -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