]> granicus.if.org Git - apache/commitdiff
NetWare build overhaul in order to compile on Linux.
authorGuenter Knauf <fuankg@apache.org>
Fri, 11 Mar 2011 05:09:48 +0000 (05:09 +0000)
committerGuenter Knauf <fuankg@apache.org>
Fri, 11 Mar 2011 05:09:48 +0000 (05:09 +0000)
Small build output fix.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1080454 13f79535-47bb-0310-9956-ffa450edef68

build/NWGNUtail.inc

index 5ab5e7fb407f37ea5deb1365782f2d91f288c70e..4b7701e8fdc3acc8883b5ea937dbd9c39fe5fbb5 100644 (file)
@@ -99,7 +99,8 @@ endif
 
 ifneq ($(MAKECMDGOALS),clean)
 $(AP_WORK)/build/NWGNUversion.inc : $(AP_WORK)/build/nw_ver.awk $(AP_WORK)/include/ap_release.h
-       @echo Generating $(subst /,\,$@)
+#      @echo Generating $@
+       @echo $(DL)GEN  $@$(DL)
        $(AWK) -f $^ > $@
 
 -include $(AP_WORK)/build/NWGNUversion.inc
@@ -199,7 +200,7 @@ endif
 else # We must have more than one target library so load the individual makefiles
 
 $(OBJDIR)/%.lib: NWGNU% $(APBUILD)/NWGNUhead.inc $(APBUILD)/NWGNUtail.inc $(APBUILD)/NWGNUenvironment.inc FORCE
-       @echo Calling $<
+       @echo $(DL)Calling $<$(DL)
        $(MAKE) -f $< $(MAKECMDGOALS) RELEASE=$(RELEASE)
 
 endif