diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -20,9 +20,7 @@ | |||
20 | 20 | ||
21 | PROG := busybox | 21 | PROG := busybox |
22 | VERSION := 0.43 | 22 | VERSION := 0.43 |
23 | BUILDTIME := $(shell TZ=GMT date "+%Y%m%d-%H%M") | ||
24 | BUILDTIME := $(shell TZ=UTC date --utc "+%Y.%m.%d-%H:%M%z") | 23 | BUILDTIME := $(shell TZ=UTC date --utc "+%Y.%m.%d-%H:%M%z") |
25 | BUILDTIME := $(shell TZ=UTC date --utc -R) | ||
26 | 24 | ||
27 | # Set the following to `true' to make a debuggable build. | 25 | # Set the following to `true' to make a debuggable build. |
28 | # Leave this set to `false' for production use. | 26 | # Leave this set to `false' for production use. |