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...@hyperreal.org on 1999/08/19 10:54:15 UTC

cvs commit: apache-1.3/src Makefile.tmpl

martin      99/08/19 01:54:14

  Modified:    src      Makefile.tmpl
  Log:
  Add missing sub-MAKE error check. (All other sub-make calls have it).
  This error was found by David Harris <dh...@drh.net> (who fixed it
  in a different way; I chose the simpler approach).
  
  Submitted by: David Harris <dh...@drh.net>
  
  Revision  Changes    Path
  1.114     +1 -1      apache-1.3/src/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/Makefile.tmpl,v
  retrieving revision 1.113
  retrieving revision 1.114
  diff -u -r1.113 -r1.114
  --- Makefile.tmpl	1999/05/25 10:15:04	1.113
  +++ Makefile.tmpl	1999/08/19 08:54:14	1.114
  @@ -71,7 +71,7 @@
   
   support-dir:
   	@echo "===> $(SDP)support"; \
  -	cd support; $(MAKE) $(MFLAGS_STATIC) SDP='$(SDP)' CC='$(CC)' AUX_CFLAGS='$(CFLAGS)' RANLIB='$(RANLIB)'; \
  +	cd support; $(MAKE) $(MFLAGS_STATIC) SDP='$(SDP)' CC='$(CC)' AUX_CFLAGS='$(CFLAGS)' RANLIB='$(RANLIB)' || exit 1; \
   	echo "<=== $(SDP)support"
   
   clean: