Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 45515 invoked from network); 31 Mar 2011 14:18:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 31 Mar 2011 14:18:21 -0000 Received: (qmail 24907 invoked by uid 500); 31 Mar 2011 14:18:21 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 24838 invoked by uid 500); 31 Mar 2011 14:18:20 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 24831 invoked by uid 99); 31 Mar 2011 14:18:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Mar 2011 14:18:20 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Mar 2011 14:18:19 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 3931023888CD; Thu, 31 Mar 2011 14:17:59 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1087306 - /httpd/httpd/trunk/build/NWGNUtail.inc Date: Thu, 31 Mar 2011 14:17:59 -0000 To: cvs@httpd.apache.org From: fuankg@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110331141759.3931023888CD@eris.apache.org> Author: fuankg Date: Thu Mar 31 14:17:58 2011 New Revision: 1087306 URL: http://svn.apache.org/viewvc?rev=1087306&view=rev Log: Cleaned up NetWare NWGNUtail.inc. Modified: httpd/httpd/trunk/build/NWGNUtail.inc Modified: httpd/httpd/trunk/build/NWGNUtail.inc URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/build/NWGNUtail.inc?rev=1087306&r1=1087305&r2=1087306&view=diff ============================================================================== --- httpd/httpd/trunk/build/NWGNUtail.inc (original) +++ httpd/httpd/trunk/build/NWGNUtail.inc Thu Mar 31 14:17:58 2011 @@ -116,13 +116,11 @@ endif ifeq "$(words $(strip $(TARGET_nlm)))" "1" $(OBJDIR)/%.o: %.c $(OBJDIR)/$(NLM_NAME)_cc.opt -# @echo Compiling $< @echo $(DL)CC $<$(DL) $(CC) -o $@ $< @$(word 2, $^) $(OBJDIR)/$(NLM_NAME)_cc.opt: $(CCOPT_DEPENDS) $(call DEL,$@) -# @echo Generating $@ @echo $(DL)GEN $@$(DL) ifneq "$(strip $(CFLAGS))" "" @echo $(DL)$(CFLAGS)$(DL)>> $@ @@ -144,13 +142,11 @@ ifneq "$(strip $(XDEFINES))" "" endif $(OBJDIR)/%.o: %.cpp $(OBJDIR)/$(NLM_NAME)_cpp.opt -# @echo Compiling $< @echo $(DL)CC $<$(DL) $(CC) -o $@ $< @$(word 2, $^) $(OBJDIR)/$(NLM_NAME)_cpp.opt: $(CPPOPT_DEPENDS) $(call DEL,$@) -# @echo Generating $@ @echo $(DL)GEN $@$(DL) ifneq "$(strip $(CFLAGS))" "" @echo $(DL)$(CFLAGS)$(DL)>> $@ @@ -183,14 +179,12 @@ ifeq "$(words $(strip $(TARGET_lib)))" " $(TARGET_lib) : $(OBJDIR)/$(LIB_NAME)_lib.lst $(call DEL,$@) -# @echo Generating $@ @echo $(DL)AR $@$(DL) $(LIB) -o $@ @$< $(OBJDIR)/$(LIB_NAME)_lib.lst: $($(LIB_NAME)_LIBLST_DEPENDS) $(call DEL,$@) ifneq "$(strip $(FILES_lib_objs))" "" -# @echo Generating $@ @echo $(DL)GEN $@$(DL) @echo $(DL)$(FILES_lib_objs)$(DL)>> $@ endif @@ -211,7 +205,6 @@ endif ifeq "$(words $(strip $(TARGET_nlm)))" "1" $(TARGET_nlm) : $(FILES_nlm_objs) $(FILES_nlm_libs) $(OBJDIR)/$(NLM_NAME)_link.opt -# @echo Linking $@ @echo $(DL)LINK $@$(DL) $(LINK) @$(OBJDIR)/$(NLM_NAME)_link.opt @@ -221,7 +214,6 @@ $(TARGET_nlm) : $(FILES_nlm_objs) $(FILE $(OBJDIR)/$(NLM_NAME)_link.opt : $($(NLM_NAME)_LINKOPT_DEPENDS) $(call DEL,$@) $(call DEL,$(@:.opt=.def)) -# @echo Generating $@ @echo $(DL)GEN $@$(DL) @echo $(DL)-warnings off$(DL)>> $@ @echo $(DL)-zerobss$(DL)>> $@