You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2002/07/13 07:47:03 UTC

cvs commit: httpd-2.0 Makefile.win

wrowe       2002/07/12 22:47:03

  Modified:    .        Makefile.win
  Log:
    If we didn't build a Browse, we have nothing to kill.  Ignore the error.
  
  Revision  Changes    Path
  1.106     +1 -1      httpd-2.0/Makefile.win
  
  Index: Makefile.win
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/Makefile.win,v
  retrieving revision 1.105
  retrieving revision 1.106
  diff -u -r1.105 -r1.106
  --- Makefile.win	23 Jun 2002 10:25:30 -0000	1.105
  +++ Makefile.win	13 Jul 2002 05:47:03 -0000	1.106
  @@ -155,7 +155,7 @@
   	$(MAKE) $(MAKEOPT) -f Makefile.win SHORT=D LONG=Debug   _build _install
   
   clean:	_cleanr _cleand
  -	rd /s Browse < << 
  +	-rd /s Browse < <<
   y
   <<