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

metze at samba.org metze at samba.org
Wed Jun 22 15:29:55 GMT 2005


Author: metze
Date: 2005-06-22 15:29:54 +0000 (Wed, 22 Jun 2005)
New Revision: 7837

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

Log:
use some more 'make' features
(I just commit this to see how portable it is)

I have a patch that remove the need of the recursiv make
and also fixes the HEIMDAL_EXTERNAL stuff cleanly

metze
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-22 14:16:10 UTC (rev 7836)
+++ branches/SAMBA_4_0/source/build/smb_build/makefile.pm	2005-06-22 15:29:54 UTC (rev 7837)
@@ -164,10 +164,8 @@
 bin/.dummy:
 	@: >> $@ || : > $@
 
-dynconfig.o: dynconfig.c Makefile
-	@echo Compiling $*.c
-	@$(CC) $(CFLAGS) @PICFLAG@ $(PATH_FLAGS) -c $< -o $@
- at BROKEN_CC@	-mv `echo $@ | sed 's%^.*/%%g'` $@
+dynconfig.o: TARGET_CFLAGS=$(PATH_FLAGS)
+dynconfig.o: Makefile
 
 __EOD__
 }



More information about the samba-cvs mailing list