Đ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
..
2022-05-04 10:46:53 +02:00
2022-05-04 10:46:53 +02:00
2022-05-04 10:46:53 +02:00
2022-05-04 10:46:53 +02:00
2022-05-04 10:46:53 +02:00
2022-05-04 10:46:53 +02:00
2022-05-04 10:46:53 +02:00
2022-05-04 10:46:53 +02:00
2022-05-04 10:46:53 +02:00
2021-11-13 11:46:21 -03:00

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.