Changeset 24523
- Timestamp:
- 07/31/2008 03:54:12 PM (4 months ago)
- Files:
-
- trunk/Release/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Release/Makefile
r24466 r24523 15 15 ########### 16 16 17 VERSION=1.3b 917 VERSION=1.3b10 18 18 BUILD_IN_DEBUG_MODE?=TRUE 19 19 BETA?=TRUE … … 80 80 81 81 PLIST_DIR=`pwd`/../Plists 82 ADIUM_PLIST=$(PLIST_DIR)/ Adium_282 ADIUM_PLIST=$(PLIST_DIR)/Info 83 83 84 84 ########### … … 99 99 100 100 assertnochanges: 101 if [[ 0 -ne `svn st $(SRC_DIR) | egrep --invert-match '\?| Adium_2\.plist' | wc -l` ]]; then \101 if [[ 0 -ne `svn st $(SRC_DIR) | egrep --invert-match '\?|Info\.plist' | wc -l` ]]; then \ 102 102 echo 'You have local changes. Please do not build releases from an unclean checkout. You must revert the changes, commit them, or check out another working copy and build from that.' 1>&2; \ 103 103 exit 1; \