[Ocfs2-tools-commits] manish commits r498 - trunk
    svn-commits at oss.oracle.com 
    svn-commits at oss.oracle.com
       
    Thu Dec 16 15:52:57 CST 2004
    
    
  
Author: manish
Date: 2004-12-16 15:52:55 -0600 (Thu, 16 Dec 2004)
New Revision: 498
Modified:
   trunk/Preamble.make
Log:
Hide .d files
Modified: trunk/Preamble.make
===================================================================
--- trunk/Preamble.make	2004-12-16 21:17:34 UTC (rev 497)
+++ trunk/Preamble.make	2004-12-16 21:52:55 UTC (rev 498)
@@ -25,7 +25,7 @@
 CFLAGS += $($(subst /,_,$(basename $@))_CFLAGS)
 CFLAGS += -pipe
 # protect with configure?
-CDEPFLAGS = -MD -MP
+CDEPFLAGS = -MD -MP -MF $(@D)/.$(basename $(@F)).d
 
 LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^
 
    
    
More information about the Ocfs2-tools-commits
mailing list