mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-09 15:43:25 +00:00
Remove info line in 2nd load of conf file
This commit is contained in:
parent
1575d962fa
commit
040b06cb37
1 changed files with 0 additions and 1 deletions
1
Makefile
1
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
|
# Reload Makefile.conf to override python specific variables if defined
|
||||||
ifneq ($(wildcard Makefile.conf),)
|
ifneq ($(wildcard Makefile.conf),)
|
||||||
$(info $(subst $$--$$,$(newline),$(shell sed 's,^,[Makefile.conf] ,; s,$$,$$--$$,;' < Makefile.conf | tr -d '\n' | sed 's,\$$--\$$$$,,')))
|
|
||||||
include Makefile.conf
|
include Makefile.conf
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue