summaryrefslogtreecommitdiff
path: root/nuttx/graphics/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-12-17 17:53:25 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-12-17 17:53:25 +0000
commit8efbdd8cad0fb23b7d985495b749b94ef1fffb0e (patch)
tree44f5d6bc79d45abdc8413d70eb9c573743d3ceb2 /nuttx/graphics/Makefile
parentef079b42cab313dcc8cc383aebbe60299fb1c1f3 (diff)
downloadnuttx-8efbdd8cad0fb23b7d985495b749b94ef1fffb0e.tar.gz
nuttx-8efbdd8cad0fb23b7d985495b749b94ef1fffb0e.tar.bz2
nuttx-8efbdd8cad0fb23b7d985495b749b94ef1fffb0e.zip
Fix race conditions probably caused by multiple, asynchronous make jobs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2368 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/graphics/Makefile')
-rw-r--r--nuttx/graphics/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/graphics/Makefile b/nuttx/graphics/Makefile
index 22c0e6d7e..ea7580dd5 100644
--- a/nuttx/graphics/Makefile
+++ b/nuttx/graphics/Makefile
@@ -86,7 +86,7 @@ VPATH = nxglib:nxbe:nxsu:nxtk:nxfonts
endif
all: mklibgraphics
-.PHONY : depend clean distclean mklibgraphics gensources gen1bppsources \
+.PHONY : context depend clean distclean mklibgraphics gensources gen1bppsources \
gen2bppsource gen4bppsource gen8bppsource gen16bppsource gen24bppsource \
gen32bppsources
@@ -138,6 +138,8 @@ mklibgraphics: gensources $(BIN)
depend: .depend
+context: gensources
+
clean:
@make -C nxglib -f Makefile.sources clean TOPDIR=$(TOPDIR)
@make -C nxfonts -f Makefile.sources clean TOPDIR=$(TOPDIR)
@@ -150,3 +152,4 @@ distclean: clean
@rm -f Make.dep .depend
-include Make.dep
+