projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1575d96
)
Remove info line in 2nd load of conf file
author
Miodrag Milanovic
<mmicko@gmail.com>
Tue, 28 May 2019 13:43:27 +0000
(15:43 +0200)
committer
Miodrag Milanovic
<mmicko@gmail.com>
Tue, 28 May 2019 13:43:27 +0000
(15:43 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 0b99de0016bd63e26ddd35db7aa335d3259e29e0..05b28f33de5e8d47cfc52324f0ff26c45506dedd 100644
(file)
--- 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