projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Don't enforce silent output on submake - pass down the value set by the user implicit...
[pub/USBasp.git]
/
Projects
/
makefile
diff --git
a/Projects/makefile
b/Projects/makefile
index
e169689
..
2bc9f98
100644
(file)
--- a/
Projects/makefile
+++ b/
Projects/makefile
@@
-24,8
+24,8
@@
endif
all:
ifeq ($(OBJDIR),)
all:
ifeq ($(OBJDIR),)
- @$(foreach PROJECT, $(PROJECT_DIRECTORIES), $(MAKE) -
s -
C $(PROJECT) clean all;)
+ @$(foreach PROJECT, $(PROJECT_DIRECTORIES), $(MAKE) -C $(PROJECT) clean all;)
endif
%:
endif
%:
- @$(foreach PROJECT, $(PROJECT_DIRECTORIES), $(MAKE) -
s -
C $(PROJECT) $@;)
+ @$(foreach PROJECT, $(PROJECT_DIRECTORIES), $(MAKE) -C $(PROJECT) $@;)