From 3b2cca3d375ad1d5301b1223119fba834a84e3fb Mon Sep 17 00:00:00 2001 From: bnewbold Date: Thu, 2 Sep 2010 20:03:32 -0400 Subject: changes to copy-to-ide for portable branch --- support/scripts/copy-to-ide | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'support/scripts') diff --git a/support/scripts/copy-to-ide b/support/scripts/copy-to-ide index 011cca7..5bf52a4 100755 --- a/support/scripts/copy-to-ide +++ b/support/scripts/copy-to-ide @@ -21,9 +21,8 @@ FILES="LICENSE ./wirish/*.cpp ./wirish/comm/*.cpp ./wirish/comm/*.h - ./support/ld/flash.ld - ./support/ld/ram.ld - ./support/ld/jtag.ld + ./support/ld/maple/ + ./support/ld/maple_native/ ./support/ld/libcs3-lanchon-stm32.a ./support/ld/names.inc" @@ -36,8 +35,8 @@ then fi echo "Then delete the old files..." -rm $DEST/*.c $DEST/*.cpp $DEST/*.h $DEST/*.cxx $DEST/*.ld $DEST/*.inc $DEST/*.a +rm -r $DEST/*.c $DEST/*.cpp $DEST/*.h $DEST/*.cxx $DEST/*.ld $DEST/*.inc $DEST/*.a $DEST/maple/ $DEST/maple_native/ echo "Finally copy the new source files!" -cp $FILES $DEST +cp -r $FILES $DEST echo "Done." -- cgit v1.2.3