punt on doing minimal work in favor of less output in 'happy' case.

This commit is contained in:
cgd 1993-10-13 12:19:37 +00:00
parent 8ebe5e2c2c
commit c667517e13
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $Id: Makefile.inc,v 1.2 1993/10/13 06:17:16 cgd Exp $ # $Id: Makefile.inc,v 1.3 1993/10/13 12:19:37 cgd Exp $
# #
# NOTE: $S must correspond to the top of the 'sys' tree # NOTE: $S must correspond to the top of the 'sys' tree
@ -15,10 +15,10 @@ KERNLIB_PROF= $(KERNLIBDIR)/libkern_p.a
$(KERNLIB): .NOTMAIN __always_make_kernlib $(KERNLIB): .NOTMAIN __always_make_kernlib
@echo making sure the kern library is up to date... @echo making sure the kern library is up to date...
@(cd $(KERNDIR) ; make libkern.a) @(cd $(KERNDIR) ; make)
$(KERNLIB_PROF): .NOTMAIN __always_make_kernlib $(KERNLIB_PROF): .NOTMAIN __always_make_kernlib
@echo making sure the profiled kern library is up to date... @echo making sure the profiled kern library is up to date...
@(cd $(KERNDIR) ; make libkern_p.a) @(cd $(KERNDIR) ; make)
__always_make_kernlib: .NOTMAIN __always_make_kernlib: .NOTMAIN