← Back to team overview

yade-dev team mailing list archive

[SCM] Yet Another Dynamic Engine. Platform for discrete element modeling. branch, master, updated. upstream/0.60.2-48-gf91fbcc

 

The following commit has been merged in the master branch:
commit f91fbcc52e0018650510acbb254e120f19c6f6a6
Author: Anton Gladky <gladky.anton@xxxxxxxxx>
Date:   Wed Apr 20 23:07:22 2011 +0100

    Remove unneeded scons clean command

diff --git a/debian/rules b/debian/rules
index 26c14eb..d5ae85b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,6 @@ clean:
 	dh_testroot
 	rm -f build-stamp configure-stamp
 	## eudoxos: FIXME: scons skips config when cleaning and doesn't know where it built anything
-	scons clean
 	## remove builddirs and installation directories
 	rm -rf debian/build-* `find debian/ -name 'yade-*' -type d`
 	rm -rf doc/sphinx/_build

-- 
Yet Another Dynamic Engine. Platform for discrete element modeling.