From: Michal Sojka Date: Fri, 29 Aug 2008 12:54:00 +0000 (+0000) Subject: Added forgotten @ to hide debuggin output X-Git-Tag: v0.1-sssa~42 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/omk.git/commitdiff_plain/95fb6899d3ff6c15077a524d355fa13b0ccac504 Added forgotten @ to hide debuggin output darcs-hash:20080829125403-f2ef6-31f7c09ad4922c2243736d59ca1a5c1e0d55d441.gz --- diff --git a/snippets/sources-list b/snippets/sources-list index f913320..95e4ffc 100644 --- a/snippets/sources-list +++ b/snippets/sources-list @@ -49,7 +49,7 @@ sources-list-pass-local: @$(foreach ch,$(config_include_HEADERS), \ echo "$(USER_INCLUDE_DIR:$(OUTPUT_DIR)/$(addsuffix /,$(SOURCES_LIST_DIR))%=%)/$(ch)" >> "$(SOURCES_LIST).tmp";) @$(foreach h,$(renamed_include_HEADERS),echo '$(h)'|sed -e 's/\(.*\)->.*/$(RELATIVE_DIR:$(SOURCES_LIST_DIR)/%=%)\1/' >> "$(SOURCES_LIST).tmp";) - $(foreach bin,$(lib_LIBRARIES) $(shared_LIBRARIES) $(bin_PROGRAMS) $(test_PROGRAMS) $(utils_PROGRAMS) \ + @$(foreach bin,$(lib_LIBRARIES) $(shared_LIBRARIES) $(bin_PROGRAMS) $(test_PROGRAMS) $(utils_PROGRAMS) \ $(kernel_LIBRARIES) $(rtlinux_LIBRARIES) $(kernel_MODULES),\ $(foreach src,$(filter-out %.o,$($(bin)_SOURCES)),echo "$(addsuffix /,$(RELATIVE_DIR:$(SOURCES_LIST_DIR)/%=%))$(src)" >> "$(SOURCES_LIST).tmp";))