martin      99/08/27 04:22:37

  Modified:    .        Makefile.tmpl
  Log:
  Add forgotten test of return code of subordinate make.
  
  Submitted by: "David Harris" <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.89      +1 -1      apache-1.3/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/Makefile.tmpl,v
  retrieving revision 1.88
  retrieving revision 1.89
  diff -u -r1.88 -r1.89
  --- Makefile.tmpl     1999/08/13 06:58:18     1.88
  +++ Makefile.tmpl     1999/08/27 11:22:36     1.89
  @@ -181,7 +181,7 @@
   #   build the additional support stuff
   build-support:
        @echo "===> $(SRC)/support"; \
  -     cd $(TOP)/$(SRC)/support; $(MAKE) $(MFLAGS) all; \
  +     cd $(TOP)/$(SRC)/support; $(MAKE) $(MFLAGS) all || exit 1; \
        if [ ".$(suexec)" = .1 ]; then \
            $(MAKE) $(MFLAGS) \
                EXTRA_CFLAGS='\
  
  
  

Reply via email to