Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc Now that MAKEDEV is generated, just do an ordinary ${INS...
details: https://anonhg.NetBSD.org/src/rev/ce6f5e39cd48
branches: trunk
changeset: 554053:ce6f5e39cd48
user: ross <ross%NetBSD.org@localhost>
date: Fri Oct 24 22:39:51 2003 +0000
description:
Now that MAKEDEV is generated, just do an ordinary ${INSTALL_FILE} instead
of going back to the source dir (and losing) with ${ETC_INSTALL_FILE}
diffstat:
etc/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 782744e22a27 -r ce6f5e39cd48 etc/Makefile
--- a/etc/Makefile Fri Oct 24 21:45:09 2003 +0000
+++ b/etc/Makefile Fri Oct 24 22:39:51 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.257 2003/10/24 20:12:04 jdolecek Exp $
+# $NetBSD: Makefile,v 1.258 2003/10/24 22:39:51 ross Exp $
# from: @(#)Makefile 8.7 (Berkeley) 5/25/95
# Environment variables without default values:
@@ -180,7 +180,7 @@
done; \
) | ${METALOG.add}
.endif # MKUNPRIVED != no
- ${ETC_INSTALL_FILE} -o ${BINOWN} -g ${BINGRP} -m 555 \
+ ${INSTALL_FILE} -o ${BINOWN} -g ${BINGRP} -m 555 \
MAKEDEV ${DESTDIR}/dev
${ETC_INSTALL_FILE} -o ${BINOWN} -g ${BINGRP} -m 555 \
MAKEDEV.local ${DESTDIR}/dev
Home |
Main Index |
Thread Index |
Old Index