diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-08-05 22:33:03 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-08-05 22:33:03 +0000 |
commit | bd3fadcde893b0428253474b85431ab124d8b531 (patch) | |
tree | 81a3e905127ce1eb2b70a100577de2e0652bc36f | |
parent | 9e3364a9e684f57b1bb15bdadbe49b31e42154b8 (diff) |
remove BUILDTIME since it is not used
-rw-r--r-- | Rules.mak | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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/' \ |