rse 99/01/07 03:50:45
Modified: . Makefile.tmpl Log: Be consistent and provide a "build-quiet" the same way we already provide the "install-quiet" target for package maintainers. Notice that for plain Apache it makes no difference except for consistency. For extended Apaches this also can make a difference optically. Revision Changes Path 1.62 +4 -0 apache-1.3/Makefile.tmpl Index: Makefile.tmpl =================================================================== RCS file: /home/cvs/apache-1.3/Makefile.tmpl,v retrieving revision 1.61 retrieving revision 1.62 diff -u -r1.61 -r1.62 --- Makefile.tmpl 1999/01/02 12:45:14 1.61 +++ Makefile.tmpl 1999/01/07 11:50:45 1.62 @@ -157,6 +157,10 @@ @touch $(TOP)/$(SRC)/.apaci.build.ok @echo "<=== $(SRC)" +# the non-verbose variant for package maintainers +build-quiet: + @$(MAKE) -f $(TOP)/$(MKF) $(MFLAGS) $(MFWD) QUIET=1 build + # build the standard stuff build-std: @cd $(TOP)/$(SRC); $(MAKE) $(MFLAGS) SDP=$(SRC)/ all