diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-01-31 05:27:17 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-01-31 05:27:17 +0000 |
commit | dfe30032affedc911fbbea1b235faaf43b0b4d43 (patch) | |
tree | c53129504b15c5176bf335481ce483b65eb705aa | |
parent | ad95373efcd7eaa4d641a7a821e5b05fb2d31e1d (diff) | |
download | busybox-w32-dfe30032affedc911fbbea1b235faaf43b0b4d43.tar.gz busybox-w32-dfe30032affedc911fbbea1b235faaf43b0b4d43.tar.bz2 busybox-w32-dfe30032affedc911fbbea1b235faaf43b0b4d43.zip |
Bump version for release
-rw-r--r-- | Rules.mak | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -19,7 +19,7 @@ | |||
19 | 19 | ||
20 | #-------------------------------------------------------- | 20 | #-------------------------------------------------------- |
21 | PROG := busybox | 21 | PROG := busybox |
22 | VERSION := 1.00-pre5 | 22 | VERSION := 1.00-pre6 |
23 | BUILDTIME := $(shell TZ=UTC date -u "+%Y.%m.%d-%H:%M%z") | 23 | BUILDTIME := $(shell TZ=UTC date -u "+%Y.%m.%d-%H:%M%z") |
24 | 24 | ||
25 | 25 | ||
@@ -35,7 +35,6 @@ BUILDTIME := $(shell TZ=UTC date -u "+%Y.%m.%d-%H:%M%z") | |||
35 | # by asking the CC compiler what arch it compiles things for, so unless | 35 | # by asking the CC compiler what arch it compiles things for, so unless |
36 | # your compiler is broken, you should not need to specify TARGET_ARCH | 36 | # your compiler is broken, you should not need to specify TARGET_ARCH |
37 | CROSS =$(subst ",, $(strip $(CROSS_COMPILER_PREFIX))) | 37 | CROSS =$(subst ",, $(strip $(CROSS_COMPILER_PREFIX))) |
38 | #CROSS =/usr/i386-linux-uclibc/bin/i386-uclibc- | ||
39 | CC = $(CROSS)gcc | 38 | CC = $(CROSS)gcc |
40 | AR = $(CROSS)ar | 39 | AR = $(CROSS)ar |
41 | AS = $(CROSS)as | 40 | AS = $(CROSS)as |