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

metze at samba.org metze at samba.org
Fri Jan 13 08:22:21 GMT 2006


Author: metze
Date: 2006-01-13 08:22:21 +0000 (Fri, 13 Jan 2006)
New Revision: 12896

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

Log:
IRIX make will fallback to gmake with this,
as normal IRIX make doesn't support shell commands or functions
in $(FOO) variables

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	2006-01-13 04:49:49 UTC (rev 12895)
+++ branches/SAMBA_4_0/source/build/smb_build/makefile.pm	2006-01-13 08:22:21 UTC (rev 12896)
@@ -30,6 +30,7 @@
 
 	$self->{mkfile} = $mkfile;
 
+	$self->output("#!gmake\n");
 	$self->output("################################################\n");
 	$self->output("# Autogenerated by build/smb_build/makefile.pm #\n");
 	$self->output("################################################\n");



More information about the samba-cvs mailing list