FS#69040 - extend !makeflags and !buildflags to apply to the entire process, not just the build() function
Attached to Project:
Pacman
Opened by M. Greyson Christoforo (greyltc) - Sunday, 20 December 2020, 14:29 GMT
Last edited by Eli Schwartz (eschwartz) - Sunday, 20 December 2020, 15:04 GMT
Opened by M. Greyson Christoforo (greyltc) - Sunday, 20 December 2020, 14:29 GMT
Last edited by Eli Schwartz (eschwartz) - Sunday, 20 December 2020, 15:04 GMT
|
Details
Today options=(!makeflags) only clears MAKEFLAGS in the
build() function. However, custom MAKEFLAGS are still
present in other steps of the build (in prepare() for
example).
Seems like it would avoid confusion and even very rare problems if options=(!makeflags) was extended to be equivalent to not having MAKEFLAGS set in /etc/makepkg.conf |
This task depends upon
Closed by Eli Schwartz (eschwartz)
Sunday, 20 December 2020, 15:04 GMT
Reason for closing: Won't implement
Additional comments about closing: Goes against intentional design.
Sunday, 20 December 2020, 15:04 GMT
Reason for closing: Won't implement
Additional comments about closing: Goes against intentional design.
Comment by
Eli Schwartz (eschwartz) - Sunday,
20 December 2020, 15:04 GMT
We intentionally stopped doing this in commit
02a0bf550a22e199f48537b7eee87361b112e8a0 specifically because it
is illegal from a makepkg perspective to do building/linking in
prepare().