summaryrefslogtreecommitdiff
path: root/Vars.make
authorwimpie <wimpie>2004-04-02 18:36:29 (UTC)
committer wimpie <wimpie>2004-04-02 18:36:29 (UTC)
commit12bf0c3a0e7082aa53794b28055c21c51648ec07 (patch) (side-by-side diff)
tree7a60d6ff7e8180ccdd69973d67cf944b330ecc5c /Vars.make
parent1d6b2100209fb63e737100c9f8f576bb26534e96 (diff)
downloadopie-12bf0c3a0e7082aa53794b28055c21c51648ec07.zip
opie-12bf0c3a0e7082aa53794b28055c21c51648ec07.tar.gz
opie-12bf0c3a0e7082aa53794b28055c21c51648ec07.tar.bz2
Replaced VERSION variable calculation (adding date to version) with
version that addes SECONS-SINCE-EPOCH to version. Allows ipkg updates more frequently (handy for testing)
Diffstat (limited to 'Vars.make') (more/less context) (ignore whitespace changes)
-rw-r--r--Vars.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/Vars.make b/Vars.make
index ea8fb51..f547afe 100644
--- a/Vars.make
+++ b/Vars.make
@@ -55,7 +55,7 @@ export QPE_VERSION
SUB_VERSION=$(shell echo $$(sed -n -e 's,.*SUB_VERSION \"\(.*\)\".*,\1,p' <$(OPIEDIR)/library/version.h))
ifeq ($(VERSION_CVS),)
- VERSION_CVS:=$(shell date +%Y%m%d)
+ VERSION_CVS:=$(shell date +%s)
endif
ifneq ($(filter %snapshot",$(shell cat $(OPIEDIR)/library/version.h|grep QPE_VERSION)),)
SUB_VERSION:=$(VERSION_CVS)