tup: generate verbose build scripts in setup hook
This allows the build commands to be debugged more easily.
This commit is contained in:
parent
1f9af33e1f
commit
94c54c379a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user