Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc It is KERNEL_DIR
details: https://anonhg.NetBSD.org/src/rev/64824ffba7ae
branches: trunk
changeset: 1009570:64824ffba7ae
user: christos <christos%NetBSD.org@localhost>
date: Mon Apr 27 01:07:27 2020 +0000
description:
It is KERNEL_DIR
diffstat:
etc/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 6760df36ff18 -r 64824ffba7ae etc/Makefile
--- a/etc/Makefile Sun Apr 26 23:03:37 2020 +0000
+++ b/etc/Makefile Mon Apr 27 01:07:27 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.443 2020/04/05 00:36:25 christos Exp $
+# $NetBSD: Makefile,v 1.444 2020/04/27 01:07:27 christos Exp $
# from: @(#)Makefile 8.7 (Berkeley) 5/25/95
# Environment variables without default values:
@@ -627,7 +627,7 @@
done; \
[ $${kern_tgz} -nt "$${newest}" ] || { \
echo "echo $${kernels} | $${pax_cmd}"; \
- if [ ${KERNELDIR} = "yes" ]; then \
+ if [ ${KERNEL_DIR} = "yes" ]; then \
tmpdir=kernel$$; \
trap "rm -fr $${tmpdir}" 0 1 2 3 15; \
mkdir -p $${tmpdir}/netbsd; \
Home |
Main Index |
Thread Index |
Old Index