f2a99a9dbc
The CPPFLAGS, CFLAGS, CXXFLAGS and LDFLAGS differ between the build phase and the install phase. It's only a minor difference but may still influence packages that use these flags at install time, even though they shouldn't. For now just document that the flags differ.
14 lines
256 B
Text
14 lines
256 B
Text
# $NetBSD: spec,v 1.2 2019/12/17 16:01:28 rillig Exp $
|
|
#
|
|
|
|
do_test() {
|
|
{
|
|
${TEST_MAKE} "clean"
|
|
${TEST_MAKE} "build"
|
|
${TEST_MAKE} "do-install"
|
|
} 1>"${TEST_OUTFILE}" 2>&1
|
|
}
|
|
|
|
check_result() {
|
|
output_require '^The variable MAKE_ENV remains unchanged.*$'
|
|
}
|