wingo - in flumotion/trunk: . common

flumotion-commit at lists.fluendo.com flumotion-commit at lists.fluendo.com
Thu Feb 8 17:06:39 CET 2007


Author: wingo
Date: Thu Feb  8 17:06:34 2007
New Revision: 4470

Modified:
   flumotion/trunk/ChangeLog
   flumotion/trunk/common/common.mk
Log:
2007-02-08  Andy Wingo  <wingo at pobox.com>

	* common/common.mk (dist-hook): Add a dist hook to remove the
	cache dir, which could contain a registry after distcheck.



Modified: flumotion/trunk/ChangeLog
==============================================================================
--- flumotion/trunk/ChangeLog	(original)
+++ flumotion/trunk/ChangeLog	Thu Feb  8 17:06:34 2007
@@ -1,3 +1,8 @@
+2007-02-08  Andy Wingo  <wingo at pobox.com>
+
+	* common/common.mk (dist-hook): Add a dist hook to remove the
+	cache dir, which could contain a registry after distcheck.
+
 2007-02-07  Andy Wingo  <wingo at pobox.com>
 
 	* common/trial.mk (TRIAL_ENV): Make the environment that we run

Modified: flumotion/trunk/common/common.mk
==============================================================================
--- flumotion/trunk/common/common.mk	(original)
+++ flumotion/trunk/common/common.mk	Thu Feb  8 17:06:34 2007
@@ -23,6 +23,10 @@
 fixme:
 	tools/fixme | less -R
 
+# remove any cache written in distcheck	
+dist-hook:
+	rm -rf cache
+
 release: dist
 	make $(PACKAGE)-$(VERSION).tar.bz2.md5
 


More information about the flumotion-commit mailing list