projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7e7550
)
fixed usage of BUILD_BEFORE which was erroneoulsy being used instead of FIRST_TARGETS...
author
Chris Koeritz
<fred@gruntose.com>
Wed, 7 Jan 2015 16:56:03 +0000
(11:56 -0500)
committer
Chris Koeritz
<fred@gruntose.com>
Wed, 7 Jan 2015 16:56:03 +0000
(11:56 -0500)
makefile
patch
|
blob
|
history
diff --git
a/makefile
b/makefile
index 72d5303e7f5edb5b6a37ca472d82c457a323f656..cb92faf6e62bde0532532a479fb3ffd87c832876 100644
(file)
--- a/
makefile
+++ b/
makefile
@@
-1,7
+1,9
@@
include variables.def
PROJECT = feisty_meow_sources
-BUILD_BEFORE = start_make nucleus scripts octopi graphiq webby kona production end_make
+FIRST_TARGETS += start_make
+BUILD_BEFORE = nucleus scripts octopi graphiq webby kona production
+LAST_TARGETS += end_make
include rules.def