summaryrefslogtreecommitdiff
path: root/nuttx/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-14 17:28:21 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-14 17:28:21 +0000
commitc8240be02d71629918b38fe85f9071e5f76a2dc5 (patch)
tree24b52ad859812188f943f7a4064e9bcbad629c58 /nuttx/Makefile
parentc3eb9c41f6de5de3b7440806ce551dc329f0feaa (diff)
downloadpx4-nuttx-c8240be02d71629918b38fe85f9071e5f76a2dc5.tar.gz
px4-nuttx-c8240be02d71629918b38fe85f9071e5f76a2dc5.tar.bz2
px4-nuttx-c8240be02d71629918b38fe85f9071e5f76a2dc5.zip
More version-related fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3504 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Makefile')
-rw-r--r--nuttx/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/Makefile b/nuttx/Makefile
index cb16bd597..f7e85369f 100644
--- a/nuttx/Makefile
+++ b/nuttx/Makefile
@@ -258,6 +258,7 @@ $(TOPDIR)/.version:
@if [ ! -f .version ]; then \
echo "No .version file found, creating one"; \
tools/version.sh -v 0.0 -b 0 .version; \
+ chmod 755 .version; \
fi
# Create the include/nuttx/version.h file