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:
parent
8123046460
commit
7edb40569a
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user