Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Nov 2006 21:29:50 GMT
From:      Olivier Houchard <cognet@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 109383 for review
Message-ID:  <200611062129.kA6LTojO015416@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=109383

Change 109383 by cognet@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"
 #



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