summaryrefslogtreecommitdiff
path: root/nuttx/tools/Makefile.export
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-11 18:36:28 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-11 18:36:28 +0000
commitdab0480f31b5fe4d778a414f3b60e5c5b536b1bd (patch)
treeb69e31da1b3edac0b4815d212b99ac312fb194e2 /nuttx/tools/Makefile.export
parent5302536d9ce61dfcae635787a7c85820c822ef33 (diff)
downloadpx4-nuttx-dab0480f31b5fe4d778a414f3b60e5c5b536b1bd.tar.gz
px4-nuttx-dab0480f31b5fe4d778a414f3b60e5c5b536b1bd.tar.bz2
px4-nuttx-dab0480f31b5fe4d778a414f3b60e5c5b536b1bd.zip
Completes removal bash ARCHIVE loop; Adds basic Makefile for native windows build
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5338 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/tools/Makefile.export')
-rw-r--r--nuttx/tools/Makefile.export4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/tools/Makefile.export b/nuttx/tools/Makefile.export
index ce4842187..95a33b779 100644
--- a/nuttx/tools/Makefile.export
+++ b/nuttx/tools/Makefile.export
@@ -61,7 +61,7 @@ endif
@echo "ARCHCFLAGS=\"$(ARCHCFLAGS) $(ARCHCPUFLAGS)\"" >> $(EXPORTDIR)/makeinfo.sh
@echo "ARCHCXXFLAGS=\"$(ARCHCXXFLAGS) $(ARCHCPUFLAGS)\"" >> $(EXPORTDIR)/makeinfo.sh
@echo "CROSSDEV=\"$(CROSSDEV)\"" >> $(EXPORTDIR)/makeinfo.sh
- @chmod 755 $(EXPORTDIR)/makeinfo.sh
+ $(Q) chmod 755 $(EXPORTDIR)/makeinfo.sh
clean:
- @rm -f $(EXPORTDIR)/makeinfo.sh
+ $(Q) rm -f $(EXPORTDIR)/makeinfo.sh