(svn r24569) -Fix (r23817): Naming of bundles was somewhat broken
This commit is contained in:
@@ -10,13 +10,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
# The revision is needed for the bundle name and creating an OSX application bundle.
|
# The revision is needed for the bundle name and creating an OSX application bundle.
|
||||||
ifdef REVISION
|
|
||||||
REV := $(REVISION)
|
|
||||||
else
|
|
||||||
# Detect the revision
|
# Detect the revision
|
||||||
VERSIONS := $(shell AWK="$(AWK)" "$(ROOT_DIR)/findversion.sh")
|
VERSIONS := $(shell AWK="$(AWK)" "$(ROOT_DIR)/findversion.sh")
|
||||||
REV := $(shell echo "$(VERSIONS)" | cut -f 1 -d' ')
|
REV := $(shell echo "$(VERSIONS)" | cut -f 1 -d' ')
|
||||||
endif
|
|
||||||
|
|
||||||
# Make sure we have something in REV
|
# Make sure we have something in REV
|
||||||
ifeq ($(REV),)
|
ifeq ($(REV),)
|
||||||
|
@@ -41,7 +41,6 @@ TTDS = $(SRC_DIRS:%=%/$(TTD))
|
|||||||
OS = !!OS!!
|
OS = !!OS!!
|
||||||
OSXAPP = !!OSXAPP!!
|
OSXAPP = !!OSXAPP!!
|
||||||
LIPO = !!LIPO!!
|
LIPO = !!LIPO!!
|
||||||
REVISION = !!REVISION!!
|
|
||||||
AWK = !!AWK!!
|
AWK = !!AWK!!
|
||||||
SORT = !!SORT!!
|
SORT = !!SORT!!
|
||||||
DISTCC = !!DISTCC!!
|
DISTCC = !!DISTCC!!
|
||||||
|
Reference in New Issue
Block a user