From: Ondrej Zajicek Date: Wed, 1 Feb 2023 18:30:21 +0000 (+0100) Subject: Build: Partial revert of one of previous changes X-Git-Tag: v3.0-alpha1~12^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ab62f267449d6496e753625e37924357fb0aa95;p=thirdparty%2Fbird.git Build: Partial revert of one of previous changes There are many compatibility issues with echo -e, scratch that. --- diff --git a/nest/Makefile b/nest/Makefile index 05a2a9c00..163a11994 100644 --- a/nest/Makefile +++ b/nest/Makefile @@ -5,7 +5,7 @@ $(cf-local) $(o)proto-build.c: Makefile $(lastword $(MAKEFILE_LIST)) $(objdir)/.dir-stamp $(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