summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-08-05 22:33:03 +0000
committerEric Andersen <andersen@codepoet.org>2002-08-05 22:33:03 +0000
commitbd3fadcde893b0428253474b85431ab124d8b531 (patch)
tree81a3e905127ce1eb2b70a100577de2e0652bc36f /Rules.mak
parent9e3364a9e684f57b1bb15bdadbe49b31e42154b8 (diff)
remove BUILDTIME since it is not used
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak1
1 files changed, 0 insertions, 1 deletions
diff --git a/Rules.mak b/Rules.mak
index 6b79d07b5..7975c9e59 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -36,7 +36,6 @@ SHARED_MAJORNAME:=libc.so.$(MAJOR_VERSION)
UCLIBC_LDSO:=ld-uClibc.so.$(MAJOR_VERSION)
LIBC:=$(TOPDIR)libc/libc.a
-BUILDTIME:= ${shell TZ=UTC date --utc "+%Y.%m.%d-%H:%M%z"}
NATIVE_ARCH:= ${shell uname -m | sed \
-e 's/i.86/i386/' \
-e 's/sparc.*/sparc/' \