1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r18329: print out special make variables when failing, to track down the

build failures on older BSD systems with broken make

metze
This commit is contained in:
Stefan Metzmacher 2006-09-10 11:23:29 +00:00 committed by Gerald (Jerry) Carter
parent 8123046460
commit 7edb40569a

View File

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