Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/x_ifconfig Replace ".PATH ${SRCDIR}" before in...



details:   https://anonhg.NetBSD.org/src/rev/f35e9d5945dd
branches:  trunk
changeset: 821538:f35e9d5945dd
user:      rin <rin%NetBSD.org@localhost>
date:      Wed Feb 08 23:24:57 2017 +0000

description:
Replace ".PATH ${SRCDIR}" before including Makefile.common to ensure the
correct order of search path.

diffstat:

 distrib/utils/x_ifconfig/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r de491c2d87ab -r f35e9d5945dd distrib/utils/x_ifconfig/Makefile
--- a/distrib/utils/x_ifconfig/Makefile Wed Feb 08 23:22:43 2017 +0000
+++ b/distrib/utils/x_ifconfig/Makefile Wed Feb 08 23:24:57 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2017/02/08 23:22:43 rin Exp $
+# $NetBSD: Makefile,v 1.37 2017/02/08 23:24:57 rin Exp $
 # Build a smaller ifconfig (i.e. for boot media)
 
 NOMAN= # defined
@@ -15,8 +15,9 @@
 .endif
 
 PROG=  ifconfig
+
+.PATH:         ${SRCDIR}
+
 .include "${.CURDIR}/../../../sbin/ifconfig/Makefile.common"
 
 .include <bsd.prog.mk>
-
-.PATH:         ${SRCDIR}



Home | Main Index | Thread Index | Old Index