[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha4-75-g9a169c3

Jelmer Vernooij jelmer at samba.org
Sat Jun 14 19:42:15 GMT 2008


The branch, v4-0-test has been updated
       via  9a169c341bfb0c4ff423f05c27345d439890576c (commit)
      from  e566a2f308ac6fb4b526a744f7059b565670aea5 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v4-0-test


- Log -----------------------------------------------------------------
commit 9a169c341bfb0c4ff423f05c27345d439890576c
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Sat Jun 14 21:40:23 2008 +0200

    Avoid using .DEFAULT_GOAL - it's only available in gmake 3.81 and higher.

-----------------------------------------------------------------------

Summary of changes:
 source/Makefile |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/Makefile b/source/Makefile
index 1e5066b..37d601f 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -1,6 +1,10 @@
 #!gmake
 # The Samba 4 Makefile.
 # This file is *NOT* autogenerated.
+#
+.DEFAULT_GOAL := all
+
+default: all
 
 include mkconfig.mk
 
@@ -24,8 +28,6 @@ HOSTLD_FLAGS = $(LDFLAGS) $(SYS_LDFLAGS)
 $(srcdir)/version.h: $(srcdir)/VERSION
 	@$(SHELL) script/mkversion.sh VERSION $(srcdir)/version.h $(srcdir)/
 
-.DEFAULT_GOAL := all
-
 ifneq ($(automatic_dependencies),yes)
 ALL_PREDEP = basics
 .NOTPARALLEL:


-- 
Samba Shared Repository


More information about the samba-cvs mailing list