bnicholes    2004/04/29 10:02:15

  Modified:    build    NWGNUhead.inc
               build    NWGNUhead.inc
  Log:
  Add the installdev target to the help list
  
  Submitted by: Guenter Knauf <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.3       +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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- NWGNUhead.inc     6 Apr 2004 22:47:46 -0000       1.2
  +++ NWGNUhead.inc     29 Apr 2004 17:02:15 -0000      1.3
  @@ -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)
  
  
  
  1.4       +2 -0      apr/build/NWGNUhead.inc
  
  Index: NWGNUhead.inc
  ===================================================================
  RCS file: /home/cvs/apr/build/NWGNUhead.inc,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- NWGNUhead.inc     6 Apr 2004 22:47:46 -0000       1.3
  +++ NWGNUhead.inc     29 Apr 2004 17:02:15 -0000      1.4
  @@ -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)
  
  
  

Reply via email to