[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha5-395-g66d8da1

Stefan Metzmacher metze at samba.org
Tue Aug 26 16:45:09 GMT 2008


The branch, v4-0-test has been updated
       via  66d8da17a4c3543e133452f9a87702a2a8fb609c (commit)
      from  d7db5fe161429163a19d18c7e3045939897b9b2a (commit)

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


- Log -----------------------------------------------------------------
commit 66d8da17a4c3543e133452f9a87702a2a8fb609c
Author: Stefan Metzmacher <metze at samba.org>
Date:   Tue Aug 26 10:32:28 2008 +0200

    build: generate :: rules for automatic dependencies
    
    metze

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

Summary of changes:
 source/build/make/rules.mk |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/build/make/rules.mk b/source/build/make/rules.mk
index f8df8f0..0beb0e2 100644
--- a/source/build/make/rules.mk
+++ b/source/build/make/rules.mk
@@ -2,10 +2,10 @@
 # This relies on GNU make.
 #
 # Dependencies command
-DEPENDS = $(CC) -M -MG -MP -MT $(<:.c=.o) -MT $@ \
+DEPENDS = $(CC) -M -MG -MP -MT $(<:.c=.o) -MT $@ -MT : \
     $(CFLAGS) $(CPPFLAGS) $< -o $@
 # Dependencies for host objects
-HDEPENDS = $(CC) -M -MG -MP -MT $(<:.c=.ho) -MT $@ \
+HDEPENDS = $(CC) -M -MG -MP -MT $(<:.c=.ho) -MT $@ -MT : \
     $(HOSTCC_FLAGS) $(CPPFLAGS) $< -o $@
 # Dependencies for precompiled headers
 PCHDEPENDS = $(CC) -M -MG -MT include/includes.h.gch -MT $@ \


-- 
Samba Shared Repository


More information about the samba-cvs mailing list