PERFORCE change 104999 for review

Warner Losh imp at FreeBSD.org
Thu Aug 24 23:35:16 UTC 2006


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

Change 104999 by imp at imp_bugs on 2006/08/24 23:34:19

	fix links

Affected files ...

.. //depot/projects/arm/src/Makefile.inc1#9 edit

Differences ...

==== //depot/projects/arm/src/Makefile.inc1#9 (text+ko) ====

@@ -1281,5 +1281,7 @@
 _xi-links:
 	${_+_}cd ${XDDESTDIR}/usr/bin; \
 		for i in *; do \
-		ln -s ../../${XDTP}/$$i ../../../../usr/bin/${XDDIR}-$$i; done
+			ln -s ../../${XDTP}/usr/bin/$$i \
+			    ../../../../usr/bin/${XDDIR}-$$i; \
+		done
 .endif


More information about the p4-projects mailing list