Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc no need for debug printing.
details: https://anonhg.NetBSD.org/src/rev/410ead33def0
branches: trunk
changeset: 824784:410ead33def0
user: christos <christos%NetBSD.org@localhost>
date: Sun Jun 18 02:43:43 2017 +0000
description:
no need for debug printing.
diffstat:
etc/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r ca7734b744b2 -r 410ead33def0 etc/Makefile
--- a/etc/Makefile Sun Jun 18 01:03:30 2017 +0000
+++ b/etc/Makefile Sun Jun 18 02:43:43 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.429 2017/06/18 01:03:30 christos Exp $
+# $NetBSD: Makefile,v 1.430 2017/06/18 02:43:43 christos Exp $
# from: @(#)Makefile 8.7 (Berkeley) 5/25/95
# Environment variables without default values:
@@ -605,7 +605,7 @@
.if ${configfile} == ${configsel}
build_kernelsets: kernset-${configfile}
kernset-${configfile}: .PHONY build_kernels snap_pre
- @ set -x; kernlist=$$(${GETKERNELAWK} ${KERNCONFDIR}/${configfile}); \
+ @kernlist=$$(${GETKERNELAWK} ${KERNCONFDIR}/${configfile}); \
kerndir=${KERNOBJDIR}/${configfile:C/.*\///}; \
kernsuffixes="${KERNEL_SUFFIXES:S/^/./}"; \
kern_tgz=${RELEASEDIR}/${RELEASEMACHINEDIR}/binary/sets/kern-${configfile}.tgz; \
@@ -647,7 +647,7 @@
.if ${configfile} == ${configsel}
build_releasekernels: releasekern-${configfile}
releasekern-${configfile}: .PHONY build_kernels snap_pre
- @ set -x; kernlist=$$(${GETKERNELAWK} ${KERNCONFDIR}/${configfile:C/.*\///}); \
+ @kernlist=$$(${GETKERNELAWK} ${KERNCONFDIR}/${configfile:C/.*\///}); \
kerndir=${KERNOBJDIR}/${configfile:C/.*\///}; \
kernsuffixes="${KERNEL_SUFFIXES:S/^/./}"; \
dest="${RELEASEDIR}/${RELEASEMACHINEDIR}/binary/kernel"; \
Home |
Main Index |
Thread Index |
Old Index