Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Feb 2017 06:59:03 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r313623 - stable/10/lib/libcompat
Message-ID:  <201702110659.v1B6x3DD011357@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Sat Feb 11 06:59:03 2017
New Revision: 313623
URL: https://svnweb.freebsd.org/changeset/base/313623

Log:
  MFC r312502:
  
  Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones
  
  This simplifies pathing in make/displayed output

Modified:
  stable/10/lib/libcompat/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/lib/libcompat/Makefile
==============================================================================
--- stable/10/lib/libcompat/Makefile	Sat Feb 11 06:58:24 2017	(r313622)
+++ stable/10/lib/libcompat/Makefile	Sat Feb 11 06:59:03 2017	(r313623)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 LIB=	compat
-CFLAGS+=-DLIBC_SCCS -DSYSLIBC_SCCS -I${.CURDIR}/../libc/locale
+CFLAGS+=-DLIBC_SCCS -DSYSLIBC_SCCS -I${SRCTOP}/lib/libc/locale
 NO_PIC=
 
 WARNS?=	0



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702110659.v1B6x3DD011357>