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

ab at samba.org ab at samba.org
Thu Apr 13 04:10:11 GMT 2006


Author: ab
Date: 2006-04-13 04:10:09 +0000 (Thu, 13 Apr 2006)
New Revision: 15063

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

Log:
Theoretically, this should allow NetBSD make to handle VPATH-like lookups
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-04-13 04:04:10 UTC (rev 15062)
+++ branches/SAMBA_4_0/source/build/smb_build/makefile.pm	2006-04-13 04:10:09 UTC (rev 15063)
@@ -158,6 +158,8 @@
 
 # For BSD make
 .PATH: \$(VPATH)
+	\@echo
+
 __EOD__
 );
 }



More information about the samba-cvs mailing list