diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-11-04 09:05:18 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-11-06 07:33:41 (EST) |
commit | e24fea79a8c7c3988cd604b115feefebd6879bbd (patch) | |
tree | a6f41bf9ae655adf7889e2f645c55478aa18c90a /build | |
parent | 953e3692b53c4385c48752480bb128791f547d06 (diff) |
build: Don't add timestamp to binary
See:
- http://lists.busybox.net/pipermail/busybox/2017-July/085556.html
- scripts/kconfig/confdata.c:382
Diffstat (limited to 'build')
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ menuconfig mrproper: oh-autobuild -T $@ build: - oh-autobuild -- -j $${JOBS:-1} + KCONFIG_NOTIMESTAMP=1 oh-autobuild -- -j $${JOBS:-1} touch $@ install: build |