tup: generate verbose build scripts in setup hook

This allows the build commands to be debugged more easily.
This commit is contained in:
Ricardo M. Correia 2022-04-22 17:23:06 +02:00 committed by ehmry
parent 1f9af33e1f
commit 94c54c379a

View file

@ -19,7 +19,7 @@ tupConfigurePhase() {
echo "${tupConfig-}" >> tup.config
tup init
tup generate tupBuild.sh
tup generate --verbose tupBuild.sh
runHook postConfigure
}
@ -33,7 +33,7 @@ tupBuildPhase() {
runHook preBuild
pushd .
. tupBuild.sh
./tupBuild.sh
popd
runHook postBuild