aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2017-02-01 16:13:01 -0600
committerRob Landley <rob@landley.net>2017-02-01 16:13:01 -0600
commit2b4594c50b4a2fe2106af85ce4fd369fbc0820e3 (patch)
tree64a68522ad402316c48bf09f16af7789c95a2fab /scripts
parent3efd6d9512ac8c9370d62fcaa08d31c28bba1810 (diff)
downloadtoybox-2b4594c50b4a2fe2106af85ce4fd369fbc0820e3.tar.gz
Build dependency tweak.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/single.sh3
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