projects
/
pub
/
USBasp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
316cae2
)
Quiet initial recursive makefile invocation for all projects.
author
Dean Camera
<dean@fourwalledcubicle.com>
Sun, 3 Jun 2012 15:20:51 +0000
(15:20 +0000)
committer
Dean Camera
<dean@fourwalledcubicle.com>
Sun, 3 Jun 2012 15:20:51 +0000
(15:20 +0000)
Bootloaders/makefile
patch
|
blob
|
blame
|
history
Demos/Device/ClassDriver/makefile
patch
|
blob
|
blame
|
history
Demos/Device/LowLevel/makefile
patch
|
blob
|
blame
|
history
Demos/DualRole/ClassDriver/makefile
patch
|
blob
|
blame
|
history
Demos/Host/ClassDriver/makefile
patch
|
blob
|
blame
|
history
Demos/Host/LowLevel/makefile
patch
|
blob
|
blame
|
history
Projects/makefile
patch
|
blob
|
blame
|
history
diff --git
a/Bootloaders/makefile
b/Bootloaders/makefile
index
cc56771
..
94147ea
100644
(file)
--- a/
Bootloaders/makefile
+++ b/
Bootloaders/makefile
@@
-16,7
+16,7
@@
PROJECT_DIRECTORIES = $(shell ls -d *)
all:
PROJECT_DIRECTORIES = $(shell ls -d *)
all:
- $(foreach PROJECT, $(PROJECT_DIRECTORIES), $(MAKE) -s -C $(PROJECT) clean all;)
+
@
$(foreach PROJECT, $(PROJECT_DIRECTORIES), $(MAKE) -s -C $(PROJECT) clean all;)
%:
%:
- $(foreach PROJECT, $(PROJECT_DIRECTORIES), $(MAKE) -s -C $(PROJECT) $@;)
+
@
$(foreach PROJECT, $(PROJECT_DIRECTORIES), $(MAKE) -s -C $(PROJECT) $@;)
diff --git
a/Demos/Device/ClassDriver/makefile
b/Demos/Device/ClassDriver/makefile
index
1519347
..
cfa776a
100644
(file)
--- a/
Demos/Device/ClassDriver/makefile
+++ b/
Demos/Device/ClassDriver/makefile
@@
-13,10
+13,10
@@
# custom LUFA library build options are reflected in the compiled
# code.
# custom LUFA library build options are reflected in the compiled
# code.
-PROJECT_DIRECTORIES = $(shell ls -d *)
+PROJECT_DIRECTORIES = $(shell ls -d *
/
)
all:
all:
- $(foreach PROJECT, $(PROJECT_DIRECTORIES), $(MAKE) -s -C $(PROJECT) clean all;)
+
@
$(foreach PROJECT, $(PROJECT_DIRECTORIES), $(MAKE) -s -C $(PROJECT) clean all;)
%:
%:
- $(foreach PROJECT, $(PROJECT_DIRECTORIES), $(MAKE) -s -C $(PROJECT) $@;)
+
@
$(foreach PROJECT, $(PROJECT_DIRECTORIES), $(MAKE) -s -C $(PROJECT) $@;)
diff --git
a/Demos/Device/LowLevel/makefile
b/Demos/Device/LowLevel/makefile
index
1519347
..
4673bfe
100644
(file)
--- a/
Demos/Device/LowLevel/makefile
+++ b/
Demos/Device/LowLevel/makefile
@@
-16,7
+16,7
@@
PROJECT_DIRECTORIES = $(shell ls -d *)
all:
PROJECT_DIRECTORIES = $(shell ls -d *)
all:
- $(foreach PROJECT, $(PROJECT_DIRECTORIES), $(MAKE) -s -C $(PROJECT) clean all;)
+
@
$(foreach PROJECT, $(PROJECT_DIRECTORIES), $(MAKE) -s -C $(PROJECT) clean all;)
%:
%:
- $(foreach PROJECT, $(PROJECT_DIRECTORIES), $(MAKE) -s -C $(PROJECT) $@;)
+
@
$(foreach PROJECT, $(PROJECT_DIRECTORIES), $(MAKE) -s -C $(PROJECT) $@;)
diff --git
a/Demos/DualRole/ClassDriver/makefile
b/Demos/DualRole/ClassDriver/makefile
index
f01e5a8
..
0655249
100644
(file)
--- a/
Demos/DualRole/ClassDriver/makefile
+++ b/
Demos/DualRole/ClassDriver/makefile
@@
-16,9
+16,9
@@
PROJECT_DIRECTORIES = $(shell ls -d *)
all:
PROJECT_DIRECTORIES = $(shell ls -d *)
all:
- $(foreach PROJECT, $(PROJECT_DIRECTORIES), $(MAKE) -s -C $(PROJECT) clean all;)
+
@
$(foreach PROJECT, $(PROJECT_DIRECTORIES), $(MAKE) -s -C $(PROJECT) clean all;)
%:
%:
- $(foreach PROJECT, $(PROJECT_DIRECTORIES), $(MAKE) -s -C $(PROJECT) $@;)
+
@
$(foreach PROJECT, $(PROJECT_DIRECTORIES), $(MAKE) -s -C $(PROJECT) $@;)
diff --git
a/Demos/Host/ClassDriver/makefile
b/Demos/Host/ClassDriver/makefile
index
f1f72e7
..
5c532f1
100644
(file)
--- a/
Demos/Host/ClassDriver/makefile
+++ b/
Demos/Host/ClassDriver/makefile
@@
-16,7
+16,7
@@
PROJECT_DIRECTORIES = $(shell ls -d *)
all:
PROJECT_DIRECTORIES = $(shell ls -d *)
all:
- $(foreach PROJECT, $(PROJECT_DIRECTORIES), $(MAKE) -s -C $(PROJECT) clean all;)
+
@
$(foreach PROJECT, $(PROJECT_DIRECTORIES), $(MAKE) -s -C $(PROJECT) clean all;)
%:
%:
- $(foreach PROJECT, $(PROJECT_DIRECTORIES), $(MAKE) -s -C $(PROJECT) $@;)
+
@
$(foreach PROJECT, $(PROJECT_DIRECTORIES), $(MAKE) -s -C $(PROJECT) $@;)
diff --git
a/Demos/Host/LowLevel/makefile
b/Demos/Host/LowLevel/makefile
index
f1f72e7
..
5c532f1
100644
(file)
--- a/
Demos/Host/LowLevel/makefile
+++ b/
Demos/Host/LowLevel/makefile
@@
-16,7
+16,7
@@
PROJECT_DIRECTORIES = $(shell ls -d *)
all:
PROJECT_DIRECTORIES = $(shell ls -d *)
all:
- $(foreach PROJECT, $(PROJECT_DIRECTORIES), $(MAKE) -s -C $(PROJECT) clean all;)
+
@
$(foreach PROJECT, $(PROJECT_DIRECTORIES), $(MAKE) -s -C $(PROJECT) clean all;)
%:
%:
- $(foreach PROJECT, $(PROJECT_DIRECTORIES), $(MAKE) -s -C $(PROJECT) $@;)
+
@
$(foreach PROJECT, $(PROJECT_DIRECTORIES), $(MAKE) -s -C $(PROJECT) $@;)
diff --git
a/Projects/makefile
b/Projects/makefile
index
b6beef6
..
50ce7ad
100644
(file)
--- a/
Projects/makefile
+++ b/
Projects/makefile
@@
-16,7
+16,7
@@
PROJECT_DIRECTORIES = $(shell ls -d *)
all:
PROJECT_DIRECTORIES = $(shell ls -d *)
all:
- $(foreach PROJECT, $(PROJECT_DIRECTORIES), $(MAKE) -s -C $(PROJECT) clean all;)
+
@
$(foreach PROJECT, $(PROJECT_DIRECTORIES), $(MAKE) -s -C $(PROJECT) clean all;)
%:
%:
- $(foreach PROJECT, $(PROJECT_DIRECTORIES), $(MAKE) -s -C $(PROJECT) $@;)
+
@
$(foreach PROJECT, $(PROJECT_DIRECTORIES), $(MAKE) -s -C $(PROJECT) $@;)