adium 4482:505bef145758: CACHE_ROOT should be added to make clea...

commits at adium.im commits at adium.im
Mon Jan 9 22:01:54 UTC 2012


details:	http://hg.adium.im/adium/rev/505bef145758
revision:	4482:505bef145758
branch:		(none)
author:		Adrian Godoroja <robotive at me.com>
date:		Tue Jan 10 00:01:36 2012 +0200

CACHE_ROOT should be added to make clean also.

diffs (12 lines):

diff -r f6191276f60e -r 505bef145758 Makefile
--- a/Makefile	Mon Jan 09 23:36:53 2012 +0200
+++ b/Makefile	Tue Jan 10 00:01:36 2012 +0200
@@ -27,7 +27,7 @@
 	cp -R build/$(BUILDCONFIGURATION)/Adium.app ~/Applications/
 
 clean:
-	xcodebuild -project Adium.xcodeproj -configuration $(BUILDCONFIGURATION)  clean
+	xcodebuild -project Adium.xcodeproj -configuration $(BUILDCONFIGURATION) $(ADIUM_NIGHTLY_FLAGS) clean
 
 localizable-strings:
 	mkdir tmp || true




More information about the commits mailing list