Return-Path: Delivered-To: apmail-apr-cvs-archive@www.apache.org Received: (qmail 27382 invoked from network); 29 Apr 2004 17:03:14 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 29 Apr 2004 17:03:14 -0000 Received: (qmail 68016 invoked by uid 500); 29 Apr 2004 17:03:00 -0000 Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 67924 invoked by uid 500); 29 Apr 2004 17:03:00 -0000 Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 67854 invoked from network); 29 Apr 2004 17:02:59 -0000 Date: 29 Apr 2004 17:03:06 -0000 Message-ID: <20040429170306.27264.qmail@minotaur.apache.org> From: bnicholes@apache.org To: apr-cvs@apache.org Subject: cvs commit: apr/build NWGNUhead.inc X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N bnicholes 2004/04/29 10:03:06 Modified: build Tag: APACHE_2_0_BRANCH NWGNUhead.inc build Tag: APR_0_9_BRANCH NWGNUhead.inc Log: Add the installdev target to the help list Submitted by: Guenter Knauf Revision Changes Path No revision No revision 1.1.2.2 +2 -0 httpd-2.0/build/NWGNUhead.inc Index: NWGNUhead.inc =================================================================== RCS file: /home/cvs/httpd-2.0/build/NWGNUhead.inc,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -r1.1.2.1 -r1.1.2.2 --- NWGNUhead.inc 6 Apr 2004 22:49:23 -0000 1.1.2.1 +++ NWGNUhead.inc 29 Apr 2004 17:03:06 -0000 1.1.2.2 @@ -56,6 +56,8 @@ @echo nlms. . . . . . . builds all nlms @echo install . . . . . builds libs and nlms and copies install files to @echo "$(INSTALL)" + @echo installdev. . . . copies headers and files needed for development to + @echo "$(INSTALL)" @echo clean . . . . . . deletes $(OBJDIR) dirs, *.err, and *.map @echo clobber_all . . . deletes all possible output from the make @echo clobber_install . deletes all files in $(INSTALL) No revision No revision 1.1.2.3 +2 -0 apr/build/NWGNUhead.inc Index: NWGNUhead.inc =================================================================== RCS file: /home/cvs/apr/build/NWGNUhead.inc,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -u -r1.1.2.2 -r1.1.2.3 --- NWGNUhead.inc 6 Apr 2004 22:49:23 -0000 1.1.2.2 +++ NWGNUhead.inc 29 Apr 2004 17:03:06 -0000 1.1.2.3 @@ -46,6 +46,8 @@ @echo nlms. . . . . . . builds all nlms @echo install . . . . . builds libs and nlms and copies install files to @echo "$(INSTALL)" + @echo installdev. . . . copies headers and files needed for development to + @echo "$(INSTALL)" @echo clean . . . . . . deletes $(OBJDIR) dirs, *.err, and *.map @echo clobber_all . . . deletes all possible output from the make @echo clobber_install . deletes all files in $(INSTALL)