You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@locus.apache.org on 2000/12/05 04:39:15 UTC

cvs commit: httpd-2.0/build rules.mk

rbb         00/12/04 19:39:14

  Modified:    build    rules.mk
  Log:
  Don't find Makefiles in apr or apr-utils, because those libraries will take
  care of cleaning and distcleaning on their own.
  
  Revision  Changes    Path
  1.32      +1 -1      httpd-2.0/build/rules.mk
  
  Index: rules.mk
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/build/rules.mk,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- rules.mk	2000/12/05 00:36:05	1.31
  +++ rules.mk	2000/12/05 03:39:14	1.32
  @@ -150,7 +150,7 @@
   		for d in `find . -name Makefile`; do \
   			i=`dirname "$$d"`; \
   			target="$$otarget"; \
  -			in_apr=`echo $$i|sed 's%^.*apr/.*$$%ignore_apr_subdirs%'`; \
  +			in_apr=`echo $$i|sed 's%^.*apr(-util)?/.*$$%ignore_apr_subdirs%'`; \
   			if test "x$$in_apr" != "xignore_apr_subdirs"; then \
   				echo "Making $$target in $$i"; \
   				if test "$$i" = "."; then \