Skip to content

Commit

Permalink
build script: save config name and install dir into log file
Browse files Browse the repository at this point in the history
Signed-off-by: Alessandro Rubini <[email protected]>
  • Loading branch information
rubini committed Mar 6, 2023
1 parent 90f2733 commit 94e9d27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/build-generic
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ BUILD="$TOPDIR/build-$UNIQUE1"
LOG="$TOPDIR/build-${UNIQUE1}.log"

echo "Using PREFIX=$PREFIX" | tee -a $LOG
echo "Config file is $cfg" | tee -a $LOG
echo "Building in \"$BUILD\"" | tee -a $LOG
echo "Installing in \"$PREFIX\"" | tee -a $LOG
echo "Log file is \"$LOG\"" | tee -a $LOG

sleep 3; # allow the user to see the above message
Expand Down

0 comments on commit 94e9d27

Please sign in to comment.