[Pkg-chromium-commit] [SCM] Git repository for pkg-chromium branch, master, updated. 03289e2f4aa5d2647a53c4f7424e7e5653a5a01f

Michael Gilbert michael.s.gilbert at gmail.com
Fri Aug 19 03:35:17 UTC 2011


The following commit has been merged in the master branch:
commit 1ebf4e9b3842f1ee962bfaf7a4e5175b72a0f18b
Author: Michael Gilbert <michael.s.gilbert at gmail.com>
Date:   Sat Aug 13 10:27:52 2011 -0400

    remove automatically generated files

diff --git a/debian/changelog b/debian/changelog
index 73fa337..a5bf65e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+chromium-browser (13.0.782.107~r94237-2) UNRELEASED; urgency=low
+
+  * Remove all automatically generated files during clean up (this makes
+    it possible to build from source twice in a row now).
+
+ -- Michael Gilbert <michael.s.gilbert at gmail.com>  Sun, 07 Aug 2011 02:25:23 -0400
+
 chromium-browser (13.0.782.107~r94237-1) unstable; urgency=high
 
   * New stable version
diff --git a/debian/rules b/debian/rules
index e690d45..3a116e0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -417,10 +417,14 @@ endif
 clean::
 	rm -f debian/configure-stamp debian/stamp-makefile-build-*
 	rm -f *.cdbs-config_list $(subst_files)
-	rm -fr src/out
-	find src/tools -name "*.pyc" | xargs rm -f
-	find src/build -name "*.pyc" | xargs rm -f
-	find src/depot_tools -name "*.pyc" | xargs rm -f
+	rm -fr src/out src/Makefile
+	find src -name *.pyc -execdir rm -f {} \;
+	find src -name *.mk -execdir rm -f {} \;
+	find src -name *.Makefile -execdir rm -f {} \;
+	find src -name Makefile -execdir rm -f {} \;
+	rm -f src/build/LASTCHANGE.in
+	rm -f src/third_party/WebKit/Source/WebCore/WebCore.gyp/idls_list_temp_file.tmp
+	rm -f src/v8/tools/gyp/v8.log
 
 # Install: there's no install rules in scons yet, do it manually
 common-install-prehook-impl::

-- 
Git repository for pkg-chromium



More information about the Pkg-chromium-commit mailing list