From: Miodrag Milanovic Date: Tue, 28 May 2019 13:43:27 +0000 (+0200) Subject: Remove info line in 2nd load of conf file X-Git-Tag: yosys-0.9~103^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=040b06cb370a8a0a6cdfdf49a605ee2eb113a01c;p=yosys.git Remove info line in 2nd load of conf file --- diff --git a/Makefile b/Makefile index 0b99de001..05b28f33d 100644 --- a/Makefile +++ b/Makefile @@ -147,7 +147,6 @@ PYTHON_DESTDIR := $(PYTHON_PREFIX)/lib/python$(PYTHON_VERSION)/site-packages # Reload Makefile.conf to override python specific variables if defined ifneq ($(wildcard Makefile.conf),) -$(info $(subst $$--$$,$(newline),$(shell sed 's,^,[Makefile.conf] ,; s,$$,$$--$$,;' < Makefile.conf | tr -d '\n' | sed 's,\$$--\$$$$,,'))) include Makefile.conf endif