From bcabebf5028d5a3c020479a03e92df13dab8d9c8 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sun, 10 Sep 2006 11:23:29 +0000 Subject: r18329: print out special make variables when failing, to track down the build failures on older BSD systems with broken make metze (This used to be commit 7edb40569a5b5c971894a5e753638eeccef15dea) --- source4/main.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4') diff --git a/source4/main.mk b/source4/main.mk index 314d3587c2..270c9b3ff5 100644 --- a/source4/main.mk +++ b/source4/main.mk @@ -339,6 +339,9 @@ include/includes.d: include/includes.h @$(CC) `$(PERL) $(srcdir)/script/cflags.pl $@` $(CFLAGS) $(PICFLAG) -c $< -o $@ && exit 0;\ echo "The following command failed:" 1>&2;\ echo "$(CC) `$(PERL) $(srcdir)/script/cflags.pl $@` $(CFLAGS) $(PICFLAG) -c $< -o $@" 1>&2;\ + echo "@: $@";\ + echo "<: $<";\ + echo "*: $*";\ $(CC) `$(PERL) $(srcdir)/script/cflags.pl $@` $(CFLAGS) $(PICFLAG) -c $< -o $@ >/dev/null 2>&1 .c.ho: -- cgit