adium-1.4 3663:5db65d88d827: Output version before starting.
commits at adium.im
commits at adium.im
Sat Jan 21 21:03:02 UTC 2012
details: http://hg.adium.im/adium-1.4/rev/5db65d88d827
revision: 3663:5db65d88d827
branch: (none)
author: Adrian Godoroja <robotive at me.com>
date: Sat Jan 21 20:15:38 2012 +0200
Output version before starting.
diffs (28 lines):
diff -r 5db824ea26e3 -r 5db65d88d827 Makefile
--- a/Makefile Sat Jan 21 16:49:17 2012 +0200
+++ b/Makefile Sat Jan 21 20:15:38 2012 +0200
@@ -15,10 +15,12 @@
.PHONY: all adium clean localizable-strings latest test astest install
adium:
- xcodebuild -project Adium.xcodeproj -configuration $(BUILDCONFIGURATION) CFLAGS="$(ADIUM_CFLAGS)" build -version
+ xcodebuild -version
+ xcodebuild -project Adium.xcodeproj -configuration $(BUILDCONFIGURATION) CFLAGS="$(ADIUM_CFLAGS)" build
test:
- xcodebuild -project Adium.xcodeproj -configuration $(BUILDCONFIGURATION) CFLAGS="$(ADIUM_CFLAGS)" -target "Unit tests" build -version
+ xcodebuild -version
+ xcodebuild -project Adium.xcodeproj -configuration $(BUILDCONFIGURATION) CFLAGS="$(ADIUM_CFLAGS)" -target "Unit tests" build
astest:
osascript unittest\ runner.applescript | tr '\r' '\n'
@@ -27,7 +29,8 @@
cp -R build/$(BUILDCONFIGURATION)/Adium.app ~/Applications/
clean:
- xcodebuild -project Adium.xcodeproj -configuration $(BUILDCONFIGURATION) clean -version
+ xcodebuild -version
+ xcodebuild -project Adium.xcodeproj -configuration $(BUILDCONFIGURATION) clean
localizable-strings:
mkdir tmp || true
More information about the commits
mailing list