0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-01-20 16:01:53 +00:00

Build: Minor improvement to build output

This commit is contained in:
Ondrej Zajicek 2023-02-01 17:46:48 +01:00 committed by Igor Putovny
parent bb4fd4081b
commit 4104df4e6b

View File

@ -161,10 +161,11 @@ $(client) $(daemon):
$(Q)$(CC) $(LDFLAGS) -o $@ $^ $(LIBS) $(Q)$(CC) $(LDFLAGS) -o $@ $^ $(LIBS)
$(objdir)/sysdep/paths.h: Makefile $(objdir)/sysdep/paths.h: Makefile
echo >$@ "/* Generated by Makefile, don't edit manually! */" $(E)echo GEN $@
echo >>$@ "#define PATH_CONFIG_FILE \"@CONFIG_FILE@\"" $(Q)echo >$@ "/* Generated by Makefile, don't edit manually! */"
echo >>$@ "#define PATH_CONTROL_SOCKET \"@CONTROL_SOCKET@\"" $(Q)echo >>$@ "#define PATH_CONFIG_FILE \"@CONFIG_FILE@\""
if test -n "@iproutedir@" ; then echo >>$@ "#define PATH_IPROUTE_DIR \"@iproutedir@\"" ; fi $(Q)echo >>$@ "#define PATH_CONTROL_SOCKET \"@CONTROL_SOCKET@\""
$(Q)if test -n "@iproutedir@" ; then echo >>$@ "#define PATH_IPROUTE_DIR \"@iproutedir@\"" ; fi
# Unit tests rules # Unit tests rules