vp-build/common/build-style
Đoàn Trần Công Danh 90c35c4ac1 common/do_check: move make_check_pre behind env setting
All environment variables setting in command execution must be put
before any non-variables-like, otherwise, they're intepretted as
something else.

Fix: 71b11fdbdb, (xbps-src: add make_check_pre, 2022-02-28)
2022-05-08 08:12:03 +07:00
..
cargo.sh xbps-src: add make_check_pre 2022-05-04 10:46:53 +02:00
cmake.sh xbps-src: add make_check_pre 2022-05-04 10:46:53 +02:00
configure.sh xbps-src: add make_check_pre 2022-05-04 10:46:53 +02:00
fetch.sh
gem.sh
gemspec.sh
gnu-configure.sh xbps-src: add make_check_pre 2022-05-04 10:46:53 +02:00
gnu-makefile.sh xbps-src: add make_check_pre 2022-05-04 10:46:53 +02:00
go.sh
haskell-stack.sh
meson.sh xbps-src: add make_check_pre 2022-05-04 10:46:53 +02:00
meta.sh
perl-module.sh xbps-src: add make_check_pre 2022-05-04 10:46:53 +02:00
perl-ModuleBuild.sh xbps-src: add make_check_pre 2022-05-04 10:46:53 +02:00
python-module.sh xbps-src: add make_check_pre 2022-05-04 10:46:53 +02:00
python2-module.sh
python3-module.sh common/do_check: move make_check_pre behind env setting 2022-05-08 08:12:03 +07:00
python3-pep517.sh xbps-src: add make_check_pre 2022-05-04 10:46:53 +02:00
qmake.sh
R-cran.sh
raku-dist.sh common/do_check: move make_check_pre behind env setting 2022-05-08 08:12:03 +07:00
README
ruby-module.sh
scons.sh
sip-build.sh
slashpackage.sh
texmf.sh
void-cross.sh
waf.sh
waf3.sh
zig-build.sh

BUILD STYLES
============

These shell snippets provide support for multiple build systems, i.e GNU configure,
CMake, etc. A build style file must provide at least the following functions:

	- do_configure
	- do_build
	- do_install

If a source package defines its own do_xxx() function, the function defined in
the build style file is simply ignored.