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 generate, install it from ${.OBJDIR}
details: https://anonhg.NetBSD.org/src/rev/304e1db46af1
branches: trunk
changeset: 554311:304e1db46af1
user: cl <cl%NetBSD.org@localhost>
date: Sun Oct 26 23:34:29 2003 +0000
description:
now that MAKEDEV is generate, install it from ${.OBJDIR}
diffstat:
etc/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 4e835b01e4c2 -r 304e1db46af1 etc/Makefile
--- a/etc/Makefile Sun Oct 26 23:11:15 2003 +0000
+++ b/etc/Makefile Sun Oct 26 23:34:29 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.260 2003/10/26 07:25:34 lukem Exp $
+# $NetBSD: Makefile,v 1.261 2003/10/26 23:34:29 cl Exp $
# from: @(#)Makefile 8.7 (Berkeley) 5/25/95
# Environment variables without default values:
@@ -117,7 +117,7 @@
ETC_PKG=-T etc_pkg
BASE_PKG=-T base_pkg
ETC_INSTALL_FILE=cd ${.CURDIR} && ${INSTALL_FILE} ${ETC_PKG}
-ETC_INSTALL_OBJ_FILE= ${INSTALL_FILE} ${ETC_PKG}
+ETC_INSTALL_OBJ_FILE=cd ${.OBJDIR} && ${INSTALL_FILE} ${ETC_PKG}
ETC_INSTALL_LINK=cd ${.CURDIR} && ${INSTALL_LINK} ${ETC_PKG}
ETC_INSTALL_SYMLINK=cd ${.CURDIR} && ${INSTALL_SYMLINK} ${ETC_PKG}
Home |
Main Index |
Thread Index |
Old Index