Makefile: fix distclean and *_config rules to be less noise
Signed-off-by: Lauri Hintsala <lauri.hintsala@bluegiga.com>
This commit is contained in:
parent
c3e17d5c9e
commit
37d0e77777
2
Makefile
2
Makefile
@ -643,7 +643,7 @@ unconfig:
|
|||||||
|
|
||||||
sinclude $(obj).boards.depend
|
sinclude $(obj).boards.depend
|
||||||
$(obj).boards.depend: boards.cfg
|
$(obj).boards.depend: boards.cfg
|
||||||
awk '(NF && $$1 !~ /^#/) { print $$1 ": " $$1 "_config; $$(MAKE)" }' $< > $@
|
@awk '(NF && $$1 !~ /^#/) { print $$1 ": " $$1 "_config; $$(MAKE)" }' $< > $@
|
||||||
|
|
||||||
#
|
#
|
||||||
# Functions to generate common board directory names
|
# Functions to generate common board directory names
|
||||||
|
Loading…
Reference in New Issue
Block a user