Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6]: src/etc/root Pull up following revision(s) (requested by uwe ...
details: https://anonhg.NetBSD.org/src/rev/60e04ebe2317
branches: netbsd-6
changeset: 777100:60e04ebe2317
user: bouyer <bouyer%NetBSD.org@localhost>
date: Sun Aug 28 10:32:23 2016 +0000
description:
Pull up following revision(s) (requested by uwe in ticket #1368):
etc/root/Makefile: revision 1.4
We don't need to include <bsd.prog.mk> to install a few config files
just <bsd.files.mk> and <bsd.links.mk> is enough.
Noticed because <bsd.prog.mk> sets LINKSMODE to BINMODE and that does
the wrong thing at least for unprivileged builds.
diffstat:
etc/root/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r 839122567f7c -r 60e04ebe2317 etc/root/Makefile
--- a/etc/root/Makefile Sat Aug 27 14:53:48 2016 +0000
+++ b/etc/root/Makefile Sun Aug 28 10:32:23 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2010/02/05 09:44:23 roy Exp $
+# $NetBSD: Makefile,v 1.3.8.1 2016/08/28 10:32:23 bouyer Exp $
CONFIGFILES= dot.cshrc dot.klogin dot.login dot.profile dot.shrc
@@ -12,4 +12,5 @@
CONFIGLINKS= /root/.cshrc /.cshrc \
/root/.profile /.profile
-.include <bsd.prog.mk>
+.include <bsd.files.mk>
+.include <bsd.links.mk>
Home |
Main Index |
Thread Index |
Old Index