Author: ngie
Date: Tue Mar  7 02:01:32 2017
New Revision: 314822
URL: https://svnweb.freebsd.org/changeset/base/314822

Log:
  MFC r314226:
  
  Use SRCTOP instead of .CURDIR relative paths with ".."
  
  This simplifies pathing in make/displayed output

Modified:
  stable/10/usr.sbin/syslogd/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/usr.sbin/syslogd/Makefile
==============================================================================
--- stable/10/usr.sbin/syslogd/Makefile Tue Mar  7 02:01:02 2017        
(r314821)
+++ stable/10/usr.sbin/syslogd/Makefile Tue Mar  7 02:01:32 2017        
(r314822)
@@ -3,7 +3,7 @@
 
 .include <bsd.own.mk>
 
-.PATH: ${.CURDIR}/../../usr.bin/wall
+.PATH: ${SRCTOP}/usr.bin/wall
 
 PROG=  syslogd
 MAN=   syslog.conf.5 syslogd.8
@@ -18,6 +18,6 @@ WARNS?= 3
 CFLAGS+= -DINET6
 .endif
 
-CFLAGS+= -I${.CURDIR}/../../usr.bin/wall
+CFLAGS+= -I${SRCTOP}/usr.bin/wall
 
 .include <bsd.prog.mk>
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "[email protected]"

Reply via email to