svn commit: r312500 - head/lib/libkiconv
Ngie Cooper
ngie at FreeBSD.org
Fri Jan 20 04:50:47 UTC 2017
Author: ngie
Date: Fri Jan 20 04:50:46 2017
New Revision: 312500
URL: https://svnweb.freebsd.org/changeset/base/312500
Log:
Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones
This simplifies pathing in make/displayed output
MFC after: 3 weeks
Sponsored by: Dell EMC Isilon
Modified:
head/lib/libkiconv/Makefile
Modified: head/lib/libkiconv/Makefile
==============================================================================
--- head/lib/libkiconv/Makefile Fri Jan 20 04:50:19 2017 (r312499)
+++ head/lib/libkiconv/Makefile Fri Jan 20 04:50:46 2017 (r312500)
@@ -17,7 +17,7 @@ MLINKS+= kiconv.3 kiconv_add_xlat16_cspa
kiconv.3 kiconv_add_xlat16_cspairs.3 \
kiconv.3 kiconv_add_xlat16_table.3
-CFLAGS+= -I${.CURDIR}/../../sys
+CFLAGS+= -I${SRCTOP}/sys
WARNS?= 1
More information about the svn-src-all
mailing list