projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
022eb31
)
- allow for make /path/to/dir/file.o
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Thu, 2 Mar 2006 17:38:15 +0000
(17:38 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Thu, 2 Mar 2006 17:38:15 +0000
(17:38 -0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index d9d0b7c6c509b9cd9e5ff0ec6ab9f83533468bb5..ccd486fbafc9f7f8f236561fff6cb07c8770cc85 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-100,7
+100,7
@@
saved-output := $(PACKAGE_OUTPUTDIR)
$(if $(wildcard $(PACKAGE_OUTPUTDIR)),, \
$(error output directory "$(saved-output)" does not exist))
-.PHONY: $(
MAKECMDGOALS
)
+.PHONY: $(
filter $(noconfig_targets),$(MAKECMDGOALS)
)
$(PACKAGE_OUTPUTDIR)/Rules.mak:
@echo > $@