svn commit: samba r7874 - in branches/SAMBA_4_0/source/build/smb_build: .

tridge at samba.org tridge at samba.org
Fri Jun 24 05:20:27 GMT 2005


Author: tridge
Date: 2005-06-24 05:20:27 +0000 (Fri, 24 Jun 2005)
New Revision: 7874

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

Log:
reverted metzes patch svn 7837 as it is not portable to make on
several platforms (such as FreeBSD)

Modified:
   branches/SAMBA_4_0/source/build/smb_build/makefile.pm


Changeset:
Modified: branches/SAMBA_4_0/source/build/smb_build/makefile.pm
===================================================================
--- branches/SAMBA_4_0/source/build/smb_build/makefile.pm	2005-06-24 05:17:36 UTC (rev 7873)
+++ branches/SAMBA_4_0/source/build/smb_build/makefile.pm	2005-06-24 05:20:27 UTC (rev 7874)
@@ -164,8 +164,10 @@
 bin/.dummy:
 	@: >> $@ || : > $@
 
-dynconfig.o: TARGET_CFLAGS=$(PATH_FLAGS)
-dynconfig.o: Makefile
+dynconfig.o: dynconfig.c Makefile
+	@echo Compiling $*.c
+	@$(CC) $(CFLAGS) @PICFLAG@ $(PATH_FLAGS) -c $< -o $@
+ at BROKEN_CC@	-mv `echo $@ | sed 's%^.*/%%g'` $@
 
 __EOD__
 }



More information about the samba-cvs mailing list