diff options
author | Rob Landley <rob@landley.net> | 2017-02-01 16:13:01 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2017-02-01 16:13:01 -0600 |
commit | 2b4594c50b4a2fe2106af85ce4fd369fbc0820e3 (patch) | |
tree | 64a68522ad402316c48bf09f16af7789c95a2fab /scripts/single.sh | |
parent | 3efd6d9512ac8c9370d62fcaa08d31c28bba1810 (diff) | |
download | toybox-2b4594c50b4a2fe2106af85ce4fd369fbc0820e3.tar.gz |
Build dependency tweak.
Diffstat (limited to 'scripts/single.sh')
-rwxr-xr-x | scripts/single.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/single.sh b/scripts/single.sh index cadb2fcd..55e4c676 100755 --- a/scripts/single.sh +++ b/scripts/single.sh @@ -15,6 +15,9 @@ then exit 1 fi +# Force dependencies to rebuild headers if we build multiplexer after this. +touch -c .config + export KCONFIG_CONFIG=.singleconfig for i in "$@" do |