Source-Changes-HG archive

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

[src/netbsd-1-4]: src/etc pull up 1.115



details:   https://anonhg.NetBSD.org/src/rev/05f9bdac9006
branches:  netbsd-1-4
changeset: 468121:05f9bdac9006
user:      fair <fair%NetBSD.org@localhost>
date:      Thu Apr 08 08:28:08 1999 +0000

description:
pull up 1.115

diffstat:

 etc/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (29 lines):

diff -r a269908e4609 -r 05f9bdac9006 etc/Makefile
--- a/etc/Makefile      Thu Apr 08 07:10:21 1999 +0000
+++ b/etc/Makefile      Thu Apr 08 08:28:08 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.112.2.2 1999/04/04 10:27:38 fair Exp $
+#      $NetBSD: Makefile,v 1.112.2.3 1999/04/08 08:28:08 fair Exp $
 #      from: @(#)Makefile      8.7 (Berkeley) 5/25/95
 
 # Environment variables without default values:
@@ -273,8 +273,8 @@
 .ifndef UPDATE
        cd ${KERNOBJDIR}/GENERIC && ${MAKE} clean 
 .endif
+       cd ${KERNOBJDIR}/GENERIC && ${MAKE} depend && ${MAKE} ${_J}
        cd ${KERNOBJDIR}/GENERIC &&     \
-               ${MAKE} depend && ${MAKE} ${_J} &&      \
                tar cf - `awk '$$1=="config" {print $$2}'  \
                        ${KERNCONFDIR}/GENERIC` |\
                gzip -c -9 > ${RELEASEDIR}/binary/sets/kern.tgz
@@ -284,8 +284,8 @@
 .ifndef UPDATE
        cd ${KERNOBJDIR}/${configfile} && ${MAKE} clean 
 .endif
+       cd ${KERNOBJDIR}/${configfile} && ${MAKE} depend && ${MAKE} ${_J}
        cd ${KERNOBJDIR}/${configfile} &&       \
-               ${MAKE} depend && ${MAKE} ${_J} &&      \
                for kernel in `awk '$$1=="config" {print $$2}' \
                        ${KERNCONFDIR}/${configfile}` ; {   \
                gzip -c -9 < $${kernel} > \



Home | Main Index | Thread Index | Old Index