summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorPatrick 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)
commite24fea79a8c7c3988cd604b115feefebd6879bbd (patch)
treea6f41bf9ae655adf7889e2f645c55478aa18c90a /build
parent953e3692b53c4385c48752480bb128791f547d06 (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-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index afc12f5..1bc353f 100755
--- a/build
+++ b/build
@@ -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