svn commit: smb-build r68 - in trunk/build/smb_build: .

metze at samba.org metze at samba.org
Wed Oct 11 12:08:18 GMT 2006


Author: metze
Date: 2006-10-11 12:08:17 +0000 (Wed, 11 Oct 2006)
New Revision: 68

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

Log:
see how portable %.o: %.c basics is

metze

Modified:
   trunk/build/smb_build/makefile.pm


Changeset:
Modified: trunk/build/smb_build/makefile.pm
===================================================================
--- trunk/build/smb_build/makefile.pm	2006-09-04 11:28:24 UTC (rev 67)
+++ trunk/build/smb_build/makefile.pm	2006-10-11 12:08:17 UTC (rev 68)
@@ -201,7 +201,11 @@
 	$output = << "__EOD__";
 # $comment
 
-.$src.$dst:
+prestuff:
+	echo "prestuff"
+
+#.$src.$dst:
+%.$dst: %.$src prestuff
 	\@echo $message \$\*.$src
 	\$(CC) \$(TARGET_CFLAGS) `script/cflags.sh \$\@` \$(CFLAGS) $flags -c \$< -o \$\@
 \@BROKEN_CC\@	-mv `echo \$\@ | sed 's%^.*/%%g'` \$\@



More information about the samba-cvs mailing list