mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-26 16:32:30 +01:00
makefile: make silent rule work also for generated files
A few files are generated using custom commands, which so far did not follow the silent rule as the compilation stuff. This patch adds the needed stuff so they will also be silent if the user wants so, leading to a cleaner build process where warning/error messages are more visible. Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
committed by
Carlos R. Mafra
parent
4bed8d14d7
commit
d9438e65ef
@@ -132,7 +132,7 @@ nodist_wmaker_SOURCES = misc.hack_nf.c
|
||||
CLEANFILES = $(nodist_wmaker_SOURCES)
|
||||
|
||||
misc.hack_nf.c: misc.c $(top_srcdir)/script/nested-func-to-macro.sh
|
||||
$(top_srcdir)/script/nested-func-to-macro.sh \
|
||||
$(AM_V_GEN)$(top_srcdir)/script/nested-func-to-macro.sh \
|
||||
$(srcdir)/misc.c -o $(builddir)/misc.hack_nf.c \
|
||||
-f "append_string" -f "append_modifier"
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user