From: <ssk...@re...> - 2004-11-13 00:17:03
|
Author: sskracic Date: 2004-11-13 01:09:43 +0100 (Sat, 13 Nov 2004) New Revision: 101 Modified: tools/trunk/misc/build-all.sh Log: Yeah, make sure some stale project.xml does not get in the way of the build process. Modified: tools/trunk/misc/build-all.sh =================================================================== --- tools/trunk/misc/build-all.sh 2004-11-12 22:41:29 UTC (rev 100) +++ tools/trunk/misc/build-all.sh 2004-11-13 00:09:43 UTC (rev 101) @@ -305,6 +305,7 @@ # We will generate the <ccm:prebuilt> block by expanding # the <ccm:dependencies> for each required CCM app in turn. # The actual crunching work will be done by a perl script. + rm -f project.xml cat > project.xml <<EOF <?xml version="1.0" encoding="ISO-8859-1"?> |