disable "obj", too fragile, see also PR: 222488
PR: 222721
This commit is contained in:
parent
3f8d9a5fba
commit
f47cd915a4
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51019
1 changed files with 2 additions and 1 deletions
|
@ -70,7 +70,8 @@ BUILDARGS=${BUILDARGS:-${DEFAULT_BUILDARGS}};
|
|||
INSTARGS="${BUILDARGS} ${INSTARGS:-${DEFAULT_INSTARGS}}";
|
||||
WEBMAILTO=${WEBMAILTO:-${DEFAULT_WEBMAILTO}};
|
||||
|
||||
#export NO_OBJ=YES
|
||||
# too fragile, see PR: 222488
|
||||
export NO_OBJ=YES
|
||||
|
||||
# Notes on the names of the release notes directories:
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue