# HG changeset patch # User Rob Landley # Date 1424645617 21600 # Node ID 189a1748c8bf471d219377c8d3c90661a11ff8e9 # Parent 258427b0c8bebf840a426cd449b891b14410195c add NO_CLEANUP=temp to delete build/temp-$ARCH but not output directory. diff -r 258427b0c8be -r 189a1748c8bf sources/functions.sh --- a/sources/functions.sh Sat Feb 21 16:34:42 2015 -0600 +++ b/sources/functions.sh Sun Feb 22 16:53:37 2015 -0600 @@ -64,7 +64,7 @@ STAGE_DIR="$BUILD/${STAGE_NAME}-${ARCH_NAME}" blank_tempdir "$STAGE_DIR" - blank_tempdir "$WORK" + NO_CLEANUP=${NO_CLEANUP/temp//} blank_tempdir "$WORK" export PATH="$(cc_path "$ARCH")$PATH" [ ! -z "$HOST_ARCH" ] && [ "$HOST_ARCH" != "$ARCH" ] &&