You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ma...@locus.apache.org on 2000/03/16 00:31:14 UTC

cvs commit: apache-2.0/src buildconf

manoj       00/03/15 15:31:14

  Modified:    src      buildconf
  Log:
  Allow arguments to buildconf. Makes cvsclean, etc. a bit easier.
  
  Revision  Changes    Path
  1.13      +1 -1      apache-2.0/src/buildconf
  
  Index: buildconf
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/buildconf,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- buildconf	2000/03/13 18:44:41	1.12
  +++ buildconf	2000/03/15 23:31:14	1.13
  @@ -1,3 +1,3 @@
   #!/bin/sh
   
  -${MAKE:-make} -f build/build.mk
  +${MAKE:-make} -f build/build.mk "$@"