The branch, master has been updated
via 1080483 Improve the Makefile. Use a standard make macro, not a
shell command.
from ae9b5ad selftest.py: Add cleanup_pid.
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 1080483319d4eb7a8cdee767fc41f7258e0e2537
Author: Richard Sharpe <[email protected]>
Date: Fri Mar 23 21:27:41 2012 -0700
Improve the Makefile. Use a standard make macro, not a shell command.
Autobuild-User: Richard Sharpe <[email protected]>
Autobuild-Date: Sat Mar 24 07:09:44 CET 2012 on sn-devel-104
-----------------------------------------------------------------------
Summary of changes:
examples/VFS/Makefile.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Changeset truncated at 500 lines:
diff --git a/examples/VFS/Makefile.in b/examples/VFS/Makefile.in
index 55e2c04..f9b81eb 100644
--- a/examples/VFS/Makefile.in
+++ b/examples/VFS/Makefile.in
@@ -45,7 +45,7 @@ skel_transparent.@SHLIBEXT@: skel_transparent.@OBJEXT@
.c.@OBJEXT@:
@echo "Compiling $<"
- @$(CC) $(FLAGS) -c $< -D$(basename $@)_init=samba_init_module
+ @$(CC) $(FLAGS) -c $< -D$*_init=samba_init_module
install: default
--
Samba Shared Repository