adium-1.4 3662:5db824ea26e3: Output Developer Tools version.

commits at adium.im commits at adium.im
Sat Jan 21 14:49:37 UTC 2012


details:	http://hg.adium.im/adium-1.4/rev/5db824ea26e3
revision:	3662:5db824ea26e3
branch:		(none)
author:		Adrian Godoroja <robotive at me.com>
date:		Sat Jan 21 16:49:17 2012 +0200

Output Developer Tools version.

diffs (25 lines):

diff -r 870cd915d8b5 -r 5db824ea26e3 Makefile
--- a/Makefile	Wed Jan 18 23:54:21 2012 +0100
+++ b/Makefile	Sat Jan 21 16:49:17 2012 +0200
@@ -15,10 +15,10 @@
 .PHONY: all adium clean localizable-strings latest test astest install
 
 adium:
-	xcodebuild -project Adium.xcodeproj -configuration $(BUILDCONFIGURATION) CFLAGS="$(ADIUM_CFLAGS)" build
+	xcodebuild -project Adium.xcodeproj -configuration $(BUILDCONFIGURATION) CFLAGS="$(ADIUM_CFLAGS)" build -version
 
 test:
-	xcodebuild -project Adium.xcodeproj -configuration $(BUILDCONFIGURATION) CFLAGS="$(ADIUM_CFLAGS)" -target "Unit tests" build
+	xcodebuild -project Adium.xcodeproj -configuration $(BUILDCONFIGURATION) CFLAGS="$(ADIUM_CFLAGS)" -target "Unit tests" build -version
 astest:
 	osascript unittest\ runner.applescript | tr '\r' '\n'
 
@@ -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) clean -version
 
 localizable-strings:
 	mkdir tmp || true




More information about the commits mailing list