mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-01-18 15:01:53 +00:00
Build: Partial revert of one of previous changes
There are many compatibility issues with echo -e, scratch that.
This commit is contained in:
parent
4104df4e6b
commit
84900cb1d1
@ -5,7 +5,7 @@ $(cf-local)
|
|||||||
|
|
||||||
$(o)proto-build.c: Makefile $(lastword $(MAKEFILE_LIST)) $(objdir)/.dir-stamp
|
$(o)proto-build.c: Makefile $(lastword $(MAKEFILE_LIST)) $(objdir)/.dir-stamp
|
||||||
$(E)echo GEN $@
|
$(E)echo GEN $@
|
||||||
$(Q)echo "\n $(patsubst %, void %_build(void);\n,$(PROTO_BUILD))\nvoid protos_build_gen(void) {\n $(patsubst %, %_build();\n,$(PROTO_BUILD))}" > $@
|
$(Q)echo "$(patsubst %,void %_build(void); ,$(PROTO_BUILD)) void protos_build_gen(void) { $(patsubst %, %_build(); ,$(PROTO_BUILD))}" > $@
|
||||||
|
|
||||||
prepare: $(o)proto-build.c
|
prepare: $(o)proto-build.c
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user