PERFORCE change 109383 for review

Olivier Houchard cognet at FreeBSD.org
Mon Nov 6 21:30:17 UTC 2006


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

Change 109383 by cognet at cognet on 2006/11/06 21:29:12

	Use ln -sf to avoid getting an error if the symlink is already there.

Affected files ...

.. //depot/projects/arm/src/sys/arm/xscale/ixp425/files.ixp425#6 edit

Differences ...

==== //depot/projects/arm/src/sys/arm/xscale/ixp425/files.ixp425#6 (text+ko) ====

@@ -30,7 +30,7 @@
 #
 IxNpeMicrocode.fwo			optional npe_fw			\
 	dependency	"$S/arm/xscale/ixp425/IxNpeMicrocode.dat"	\
-	compile-with	"ln -s $S/arm/xscale/ixp425/IxNpeMicrocode.dat ${.OBJDIR}; ${LD} -b binary -d -warn-common -r -d -o ${.TARGET} IxNpeMicrocode.dat" \
+	compile-with	"ln -sf $S/arm/xscale/ixp425/IxNpeMicrocode.dat ${.OBJDIR}; ${LD} -b binary -d -warn-common -r -d -o ${.TARGET} IxNpeMicrocode.dat" \
 	no-implicit-rule						\
 	clean		"IxNpeMicrocode.dat IxNpeMicrocode.fwo"
 #


More information about the p4-projects mailing list