Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src use new dependall target instead of depend then all in make ...



details:   https://anonhg.NetBSD.org/src/rev/3a11c09b91fe
branches:  trunk
changeset: 476346:3a11c09b91fe
user:      perry <perry%NetBSD.org@localhost>
date:      Tue Sep 14 01:32:43 1999 +0000

description:
use new dependall target instead of depend then all in make build

diffstat:

 Makefile |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (36 lines):

diff -r badc87b596e2 -r 3a11c09b91fe Makefile
--- a/Makefile  Tue Sep 14 01:31:11 1999 +0000
+++ b/Makefile  Tue Sep 14 01:32:43 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.98 1999/07/12 21:53:52 thorpej Exp $
+#      $NetBSD: Makefile,v 1.99 1999/09/14 01:32:43 perry Exp $
 
 # This is the top-level makefile for building NetBSD. For an outline of
 # how to build a snapshot or release, as well as other release engineering
@@ -108,21 +108,21 @@
        @false
 .else
        (cd ${.CURDIR}/gnu/usr.bin/egcs && \
-           ${MAKE} depend && ${MAKE} ${_J} MKMAN=no && \
+           ${MAKE} ${_J} dependall MKMAN=no && \
            ${MAKE} MKMAN=no install && ${MAKE} cleandir)
 .endif
 .endif
        ${MAKE} includes
        (cd ${.CURDIR}/lib/csu && \
-           ${MAKE} depend && ${MAKE} ${_J} MKMAN=no && \
+           ${MAKE} ${_J} dependall MKMAN=no && \
            ${MAKE} MKMAN=no install)
        (cd ${.CURDIR}/lib && \
-           ${MAKE} depend && ${MAKE} ${_J} MKMAN=no && \
+           ${MAKE} ${_J} dependall MKMAN=no && \
            ${MAKE} MKMAN=no install)
        (cd ${.CURDIR}/gnu/lib && \
-           ${MAKE} depend && ${MAKE} ${_J} MKMAN=no MKINFO=no && \
+           ${MAKE} ${_J} dependall MKMAN=no MKINFO=no && \
            ${MAKE} MKMAN=no MKINFO=no install)
-       ${MAKE} depend && ${MAKE} ${_J} && ${MAKE} _BUILD= install
+       ${MAKE} ${_J} dependall && ${MAKE} _BUILD= install
 .if defined(DOMESTIC) && !defined(EXPORTABLE_SYSTEM)
        (cd ${.CURDIR}/${DOMESTIC} && ${MAKE} ${_J} _SLAVE_BUILD= build)
 .endif



Home | Main Index | Thread Index | Old Index