svn commit: samba r17960 - in branches/SAMBA_4_0/source/lib: ldb talloc tdb

metze at samba.org metze at samba.org
Thu Aug 31 09:38:48 GMT 2006


Author: metze
Date: 2006-08-31 09:38:48 +0000 (Thu, 31 Aug 2006)
New Revision: 17960

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

Log:
try to use gmake if present on IRIX

metze
Modified:
   branches/SAMBA_4_0/source/lib/ldb/Makefile.in
   branches/SAMBA_4_0/source/lib/talloc/Makefile.in
   branches/SAMBA_4_0/source/lib/tdb/Makefile.in


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/Makefile.in
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/Makefile.in	2006-08-31 09:27:03 UTC (rev 17959)
+++ branches/SAMBA_4_0/source/lib/ldb/Makefile.in	2006-08-31 09:38:48 UTC (rev 17960)
@@ -1,3 +1,5 @@
+#!gmake
+#
 CC = @CC@
 GCOV = @GCOV@
 XSLTPROC = @XSLTPROC@

Modified: branches/SAMBA_4_0/source/lib/talloc/Makefile.in
===================================================================
--- branches/SAMBA_4_0/source/lib/talloc/Makefile.in	2006-08-31 09:27:03 UTC (rev 17959)
+++ branches/SAMBA_4_0/source/lib/talloc/Makefile.in	2006-08-31 09:38:48 UTC (rev 17960)
@@ -1,3 +1,5 @@
+#!gmake
+#
 prefix = @prefix@
 datarootdir = @datarootdir@
 exec_prefix = @exec_prefix@

Modified: branches/SAMBA_4_0/source/lib/tdb/Makefile.in
===================================================================
--- branches/SAMBA_4_0/source/lib/tdb/Makefile.in	2006-08-31 09:27:03 UTC (rev 17959)
+++ branches/SAMBA_4_0/source/lib/tdb/Makefile.in	2006-08-31 09:38:48 UTC (rev 17960)
@@ -1,3 +1,4 @@
+#!gmake
 #
 # Makefile for tdb directory
 #



More information about the samba-cvs mailing list