[Bug 276259] Mk/*: unconditionally use .MAKE.UID and .MAKE.GID
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 276259] Mk/*: unconditionally use .MAKE.UID and .MAKE.GID"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 15 Jan 2024 17:50:49 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276259 --- Comment #3 from Craig Leres <leres@freebsd.org> --- While this is a good change to make, poudriere sets UID in the environment: zinc 201 # poudriere bulk -i -j 13release -p current ports-mgmt/pkg [00:00:00] Creating the reference jail... done [...] [00:00:12] Entering interactive test mode. Type 'exit' when done. nobody@zinc:/usr/ports/ports-mgmt/pkg % cd /usr/ports/ports-mgmt/pkg nobody@zinc:/usr/ports/ports-mgmt/pkg % make -V UID 0 nobody@zinc:/usr/ports/ports-mgmt/pkg % make -V .MAKE.UID 65534 -- You are receiving this mail because: You are on the CC list for the bug.