summaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2016-03-07 11:30:28 (EST)
committer Francis Rowe <info@gluglug.org.uk>2016-03-07 11:30:28 (EST)
commit89f01c4f795247b506df6ff0796ac9546cfaf7ce (patch)
treeaf6ad61e0d5f057952cc5f6fee6dfa680aec1554 /resources
parent01fad71236a6753b85a0df4a2da9caed4cdaa6af (diff)
downloadlibreboot-89f01c4f795247b506df6ff0796ac9546cfaf7ce.zip
libreboot-89f01c4f795247b506df6ff0796ac9546cfaf7ce.tar.gz
libreboot-89f01c4f795247b506df6ff0796ac9546cfaf7ce.tar.bz2
build/module/crossgcc: Don't automatically clean crossgcc when building
Remember. One task. Do it well.
Diffstat (limited to 'resources')
-rwxr-xr-xresources/scripts/helpers/build/module/crossgcc2
1 files changed, 0 insertions, 2 deletions
diff --git a/resources/scripts/helpers/build/module/crossgcc b/resources/scripts/helpers/build/module/crossgcc
index 56c2172..28474ec 100755
--- a/resources/scripts/helpers/build/module/crossgcc
+++ b/resources/scripts/helpers/build/module/crossgcc
@@ -24,8 +24,6 @@
[ "x${DEBUG+set}" = 'xset' ] && set -v
set -u -e
-./build clean crossgcc
-
(
cd "crossgcc/util/crossgcc/"
if [ $# -lt 1 ]; then