diff sources/functions.sh @ 897:850da666acc6

Redo command recording: no longer RECORD_COMMMANDS config entry, now sources/more/record-commands.sh run to set up the wrapper (either before or after host-tools.sh). General cleanup and simplification of code this interacted with, plus clean up bit rot in the reporting.
author Rob Landley <rob@landley.net>
date Sat, 21 Nov 2009 04:27:58 -0600
parents ea9af6c73dbf
children db0f536aee7c
line wrap: on
line diff
--- a/sources/functions.sh	Fri Nov 20 23:42:07 2009 -0600
+++ b/sources/functions.sh	Sat Nov 21 04:27:58 2009 -0600
@@ -419,7 +419,7 @@
 
 function setupfor()
 {
-  export WRAPPY_LOGPATH="$WRAPPY_LOGDIR/cmdlines.${STAGE_NAME}.setupfor"
+  export WRAPPY_LOGPATH="$BUILD/logs/cmdlines.${ARCH_NAME}.${STAGE_NAME}.setupfor"
 
   # Figure out whether we're using an unstable package.
 
@@ -466,7 +466,7 @@
   else
     mkdir -p "$2" && cd "$2" || dienow
   fi
-  export WRAPPY_LOGPATH="$WRAPPY_LOGDIR/cmdlines.${STAGE_NAME}.$1"
+  export WRAPPY_LOGPATH="$BUILD/logs/cmdlines.${ARCH_NAME}.${STAGE_NAME}.$1"
 
   # Change window title bar to package now
   set_titlebar "$ARCH_NAME $STAGE_NAME $PACKAGE"