uracoli-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[uracoli-devel] [bug #22727] scons leaves a file .scons-signatures.dblit


From: Axel Wachtler
Subject: [uracoli-devel] [bug #22727] scons leaves a file .scons-signatures.dblite
Date: Wed, 02 Apr 2008 05:24:02 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2b) Gecko/20021016

Update of bug #22727 (project uracoli):

             Assigned to:                    None => awachtler              
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #2:

I added the removal of .scons* files inside the Makefile.
With a "make distclean" the scons data base is removed.

Another workaround could be to move the scons db file in 
another directory, e.g. with editing your SConstruct file:

--- SConstruct 2008-03-28 22:34:42.000000000 +0100
+++ SConstruct.local 2008-04-02 07:23:38.000000000 +0200
@@ -59,3 +59,3 @@
 com["dir_build"] = com.Dir("build")
-com.SConsignFile(".scons-signatures")
+com.SConsignFile("/tmp/.uracoli-signatures")



    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?22727>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]