Source-Changes-HG archive

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

[src/trunk]: src/etc/etc.pmax Don't need ()'s around "cd ... && ${MAKE} ...".



details:   https://anonhg.NetBSD.org/src/rev/3844690c8fa2
branches:  trunk
changeset: 485118:3844690c8fa2
user:      simonb <simonb%NetBSD.org@localhost>
date:      Wed Apr 19 13:45:24 2000 +0000

description:
Don't need ()'s around "cd ... && ${MAKE} ...".

diffstat:

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

diffs (17 lines):

diff -r c13534a4458a -r 3844690c8fa2 etc/etc.pmax/Makefile.inc
--- a/etc/etc.pmax/Makefile.inc Wed Apr 19 13:42:58 2000 +0000
+++ b/etc/etc.pmax/Makefile.inc Wed Apr 19 13:45:24 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.5 1999/04/27 12:32:08 simonb Exp $
+#      $NetBSD: Makefile.inc,v 1.6 2000/04/19 13:45:24 simonb Exp $
 #
 #      etc.pmax/Makefile.inc -- pmax-specific etc Makefile targets
 #
@@ -26,5 +26,5 @@
                -m ${BINMODE} ${NFSKERN}.ecoff \
                ${RELEASEDIR}/binary/kernel/${NFSKERNNAME}
        gzip -9 ${RELEASEDIR}/binary/kernel/${NFSKERNNAME}
-       (cd ${.CURDIR}/../distrib/pmax && \
-           ${MAKE} depend && ${MAKE} ${_J} && ${MAKE} install)
+       cd ${.CURDIR}/../distrib/pmax && \
+           ${MAKE} depend && ${MAKE} ${_J} && ${MAKE} install



Home | Main Index | Thread Index | Old Index