Commit a3c8e5d5 authored by Alessandro Rubini's avatar Alessandro Rubini

MAKEALL: unser CROSS_COMPILE before running

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent ae43813d
......@@ -2,6 +2,10 @@
# A trivial script to build with all known configurations
# (please add a configs/ file to test your special case)
# Prevent random user setup to invalidate building for all.
unset CROSS_COMPILE
unset ARCH
# Backup previous .config file, if present
rm -f .config.backup 2> /dev/null
cp -a .config .config.backup 2> /dev/null
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment