svn commit: samba r18329 - in branches/SAMBA_4_0/source: .

metze at samba.org metze at samba.org
Sun Sep 10 11:23:29 GMT 2006


Author: metze
Date: 2006-09-10 11:23:29 +0000 (Sun, 10 Sep 2006)
New Revision: 18329

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18329

Log:
print out special make variables when failing, to track down the
build failures on older BSD systems with broken make

metze
Modified:
   branches/SAMBA_4_0/source/main.mk


Changeset:
Modified: branches/SAMBA_4_0/source/main.mk
===================================================================
--- branches/SAMBA_4_0/source/main.mk	2006-09-10 11:16:26 UTC (rev 18328)
+++ branches/SAMBA_4_0/source/main.mk	2006-09-10 11:23:29 UTC (rev 18329)
@@ -339,6 +339,9 @@
 	@$(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:



More information about the samba-cvs mailing list