Date: Fri, 30 Jan 2009 12:09:03 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 156906 for review Message-ID: <200901301209.n0UC93tZ065714@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=156906 Change 156906 by rwatson@rwatson_freebsd_capabilities on 2009/01/30 12:08:22 Consistently use CURDIR for all relative paths. Affected files ... .. //depot/projects/trustedbsd/capabilities/src/libexec/rtld-elf-cap/Makefile#6 edit Differences ... ==== //depot/projects/trustedbsd/capabilities/src/libexec/rtld-elf-cap/Makefile#6 (text+ko) ==== @@ -1,5 +1,5 @@ # $FreeBSD$ -# $P4: //depot/projects/trustedbsd/capabilities/src/libexec/rtld-elf-cap/Makefile#5 $ +# $P4: //depot/projects/trustedbsd/capabilities/src/libexec/rtld-elf-cap/Makefile#6 $ WITHOUT_SSP= @@ -52,7 +52,7 @@ -chflags noschg ${DESTDIR}/usr/libexec/${PROG} .endif -.PATH: ../rtld-elf +.PATH: ${.CURDIR}/../rtld-elf .PATH: ${.CURDIR}/../rtld-elf/${MACHINE_ARCH}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901301209.n0UC93tZ065714>