Removed build_distcheck_from_distrib, since I don't keep those files
in the distribution anymore.
This commit is contained in:
parent
d0b60a2676
commit
503b581b6c
1 changed files with 1 additions and 11 deletions
12
verify.sh
12
verify.sh
|
|
@ -59,8 +59,7 @@ function dup_working_tree() {
|
||||||
}
|
}
|
||||||
|
|
||||||
# These functions understand how to do a distcheck build for ledger
|
# These functions understand how to do a distcheck build for ledger
|
||||||
# either completely from scratch, or using the configure script that
|
# completely from scratch.
|
||||||
# is maintained in the repository.
|
|
||||||
|
|
||||||
function build_distcheck_from_scratch() {
|
function build_distcheck_from_scratch() {
|
||||||
cd $TMPDIR/ledger || exit 1
|
cd $TMPDIR/ledger || exit 1
|
||||||
|
|
@ -70,14 +69,6 @@ function build_distcheck_from_scratch() {
|
||||||
make CPPFLAGS="$MY_CPPFLAGS" LDFLAGS="$MY_LDFLAGS" distcheck || exit 1
|
make CPPFLAGS="$MY_CPPFLAGS" LDFLAGS="$MY_LDFLAGS" distcheck || exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
function build_distcheck_from_distrib() {
|
|
||||||
cd $TMPDIR/ledger || exit 1
|
|
||||||
dup_working_tree distcheck_distrib || exit 1
|
|
||||||
cd distcheck_distrib || exit 1
|
|
||||||
./configure CPPFLAGS="$MY_CPPFLAGS" LDFLAGS="$MY_LDFLAGS" || exit 1
|
|
||||||
make CPPFLAGS="$MY_CPPFLAGS" LDFLAGS="$MY_LDFLAGS" distcheck || exit 1
|
|
||||||
}
|
|
||||||
|
|
||||||
# Finally, we have the ordinary `build_ledger' function, which builds
|
# Finally, we have the ordinary `build_ledger' function, which builds
|
||||||
# ledger from scratch using whichever acprep arguments have been
|
# ledger from scratch using whichever acprep arguments have been
|
||||||
# passed in.
|
# passed in.
|
||||||
|
|
@ -108,7 +99,6 @@ function build_ledger() {
|
||||||
# optimized one. Note that this will take a long while!
|
# optimized one. Note that this will take a long while!
|
||||||
|
|
||||||
build_distcheck_from_scratch || exit 1
|
build_distcheck_from_scratch || exit 1
|
||||||
build_distcheck_from_distrib || exit 1
|
|
||||||
|
|
||||||
build_ledger normal || exit 1
|
build_ledger normal || exit 1
|
||||||
build_ledger python --python || exit 1
|
build_ledger python --python || exit 1
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue