PERFORCE change 156906 for review

Robert Watson rwatson at FreeBSD.org
Fri Jan 30 04:09:12 PST 2009


http://perforce.freebsd.org/chv.cgi?CH=156906

Change 156906 by rwatson at 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}
 
 


More information about the p4-projects mailing list