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

jelmer at samba.org jelmer at samba.org
Tue Dec 25 17:15:57 GMT 2007


Author: jelmer
Date: 2007-12-25 17:15:56 +0000 (Tue, 25 Dec 2007)
New Revision: 76

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

Log:
Test make support of various variable operations.
Modified:
   trunk/
   trunk/build/smb_build/makefile.pm
   trunk/foo.c


Changeset:

Property changes on: trunk
___________________________________________________________________
Name: bzr:revision-info
   - timestamp: Sun 2007-05-27 17:30:29.463000059 +0200
committer: Jelmer Vernooij <jelmer at samba.org>
properties: 
	branch-nick: trunk

   + timestamp: 2007-12-25 18:15:07.289999962 +0100
committer: Jelmer Vernooij <jelmer at samba.org>
properties: 
	branch-nick: trunk

Name: bzr:file-ids
   + 
Name: bzr:revision-id:v3-trunk0
   + 65 jelmer at samba.org-20071225171507-h0ojtbcr6cmuav1t


Modified: trunk/build/smb_build/makefile.pm
===================================================================
--- trunk/build/smb_build/makefile.pm	2007-05-27 15:30:54 UTC (rev 75)
+++ trunk/build/smb_build/makefile.pm	2007-12-25 17:15:56 UTC (rev 76)
@@ -560,6 +560,11 @@
 	-rm -f include/config.h.in
 	-rm -f include/version.h
 	-rm -f configure
+
+dir := foo
+dir ?= foo
+dir += foo
+
 __EOD__
 
 	return $output;

Modified: trunk/foo.c
===================================================================
--- trunk/foo.c	2007-05-27 15:30:54 UTC (rev 75)
+++ trunk/foo.c	2007-12-25 17:15:56 UTC (rev 76)
@@ -1,10 +1,6 @@
-#error FOOBAR
 #include <stdio.h>
 
-#define eprintf(...) fprintf(stderr, __VA_ARGS__)
-
 int main()
 {
-	eprintf("bla\n");
 	return 0;
 }



More information about the samba-cvs mailing list