svn commit: r319193 - stable/11/usr.sbin/tzsetup
Ngie Cooper
ngie at FreeBSD.org
Tue May 30 07:29:19 UTC 2017
Author: ngie
Date: Tue May 30 07:29:18 2017
New Revision: 319193
URL: https://svnweb.freebsd.org/changeset/base/319193
Log:
MFC r314463:
Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones
This simplifies pathing in make/displayed output.
Modified:
stable/11/usr.sbin/tzsetup/Makefile
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/usr.sbin/tzsetup/Makefile
==============================================================================
--- stable/11/usr.sbin/tzsetup/Makefile Tue May 30 07:28:27 2017 (r319192)
+++ stable/11/usr.sbin/tzsetup/Makefile Tue May 30 07:29:18 2017 (r319193)
@@ -9,7 +9,7 @@ CFLAGS+= -I.
.if ${MK_DIALOG} != no
WARNS?= 3
-CFLAGS+= -I${.CURDIR}/../../contrib/dialog -DHAVE_DIALOG
+CFLAGS+= -I${SRCTOP}/contrib/dialog -DHAVE_DIALOG
LIBADD= dialog ncursesw
.endif
More information about the svn-src-stable-11
mailing list