Remove info line in 2nd load of conf file

This commit is contained in:
Miodrag Milanovic 2019-05-28 15:43:27 +02:00
parent 1575d962fa
commit 040b06cb37
1 changed files with 0 additions and 1 deletions

View File

@ -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