mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-25 08:07:55 +02:00
don't use locales when retrieving subversion release number (closes: #54)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2557 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
1d756b712e
commit
54aceb5ceb
@ -6,7 +6,7 @@ PKG_NAME:=base-files
|
|||||||
PKG_RELEASE:=6
|
PKG_RELEASE:=6
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/base-files
|
PKG_BUILD_DIR:=$(BUILD_DIR)/base-files
|
||||||
|
|
||||||
REV:=${shell svn info | grep Revision | cut -d ' ' -f 2}
|
REV:=$(shell LANG=C svn info | awk '/^Revision:/ { print$$2 }' )
|
||||||
ifeq ($(REV),)
|
ifeq ($(REV),)
|
||||||
REV:=0
|
REV:=0
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user