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

metze at samba.org metze at samba.org
Fri Jun 24 09:55:35 GMT 2005


Author: metze
Date: 2005-06-24 09:55:34 +0000 (Fri, 24 Jun 2005)
New Revision: 7875

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

Log:
try to see if this is portable

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-24 05:20:27 UTC (rev 7874)
+++ branches/SAMBA_4_0/source/build/smb_build/makefile.pm	2005-06-24 09:55:34 UTC (rev 7875)
@@ -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_CFLAGS = $(PATH_FLAGS)
+dynconfig.o: Makefile
 
 __EOD__
 }
@@ -202,7 +200,7 @@
 # $comment
 .$src.$dst:
 	\@echo $message \$\*.$src
-	\@\$(CC) \$(TARGET_CFLAGS) \$(CFLAGS) $flags -c \$< -o \$\@
+	\@\$(CC) \$(TARGET_CFLAGS) \$(\$\@_CFLAGS) \$(CFLAGS) $flags -c \$< -o \$\@
 \@BROKEN_CC\@	-mv `echo \$\@ | sed 's%^.*/%%g'` \$\@
 
 __EOD__



More information about the samba-cvs mailing list