Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/root We don't need to include <bsd.prog.mk> to install a...



details:   https://anonhg.NetBSD.org/src/rev/3f61fe396dbb
branches:  trunk
changeset: 782734:3f61fe396dbb
user:      uwe <uwe%NetBSD.org@localhost>
date:      Sat Nov 17 23:08:38 2012 +0000

description:
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 6a6c933427ea -r 3f61fe396dbb etc/root/Makefile
--- a/etc/root/Makefile Sat Nov 17 21:55:24 2012 +0000
+++ b/etc/root/Makefile Sat Nov 17 23:08:38 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3 2010/02/05 09:44:23 roy Exp $
+#      $NetBSD: Makefile,v 1.4 2012/11/17 23:08:38 uwe 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