summaryrefslogtreecommitdiff
path: root/nuttx/tools
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-13 17:51:17 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-13 17:51:17 +0000
commit84b10fdbd5fabcd3c84814260d85ba983b582f36 (patch)
tree236aa2593db6d42ffa6175557c5e039509b2cc1c /nuttx/tools
parent0befa61281b86858fe3a7f1851aabed997edacfe (diff)
downloadpx4-nuttx-84b10fdbd5fabcd3c84814260d85ba983b582f36.tar.gz
px4-nuttx-84b10fdbd5fabcd3c84814260d85ba983b582f36.tar.bz2
px4-nuttx-84b10fdbd5fabcd3c84814260d85ba983b582f36.zip
Amber Web Server updates
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3702 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/tools')
-rwxr-xr-xnuttx/tools/zipme.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/tools/zipme.sh b/nuttx/tools/zipme.sh
index cc7efb6ed..a10beaaab 100755
--- a/nuttx/tools/zipme.sh
+++ b/nuttx/tools/zipme.sh
@@ -106,13 +106,13 @@ find ${TRUNKDIR} -name '*~' -exec rm -f '{}' ';' || \
find ${TRUNKDIR} -name '*.swp' -exec rm -f '{}' ';' || \
{ echo "Removal of VI garbage failed!" ; exit 1 ; }
-# Make sure that all of the necessary soft links are in place
+# Make sure that versioned copies of the certain files are in place
cd ${NUTTX}/Documentation || \
{ echo "Failed to cd to ${NUTTX}/Documentation" ; exit 1 ; }
-ln -sf ../TODO TODO.txt
-ln -sf ../ChangeLog ChangeLog.txt
+cp -f ../TODO TODO.txt
+cp -f ../ChangeLog ChangeLog.txt
# Write a version file into the NuttX directoy. The syntax of file is such that it
# may be sourced by a bash script or included by a Makefile.