From: Clifford Wolf Date: Tue, 26 Aug 2014 08:11:46 +0000 (+0200) Subject: Print Makefile.conf as make info message X-Git-Tag: yosys-0.4~205 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e70480655e8d1326bc4828ccada20e7669fa719f;p=yosys.git Print Makefile.conf as make info message --- diff --git a/Makefile b/Makefile index 09b2adbc3..fa42cf7d0 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,10 @@ OBJS = kernel/version_$(GIT_REV).o ABCREV = 4d547a5e065b ABCPULL = 1 --include Makefile.conf +ifneq ($(wildcard Makefile.conf),) +$(info $(shell sed 's,^,[Makefile.conf] ,' < Makefile.conf)) +include Makefile.conf +endif ifeq ($(CONFIG),clang) CXX = clang