Page MenuHomeFreeBSD

Use file destdir for stage_as sets
AcceptedPublic

Authored by sjg on Aug 16 2019, 1:01 AM.
Tags
None
Referenced Files
F148734172: D21283.id60863.diff
Thu, Mar 19, 10:53 PM
F148723403: D21283.id60863.diff
Thu, Mar 19, 8:47 PM
Unknown Object (File)
Tue, Mar 17, 7:14 PM
Unknown Object (File)
Feb 12 2026, 6:42 AM
Unknown Object (File)
Feb 8 2026, 3:26 AM
Unknown Object (File)
Jan 15 2026, 5:50 AM
Unknown Object (File)
Dec 29 2025, 2:59 AM
Unknown Object (File)
Dec 26 2025, 11:35 AM

Details

Reviewers
bdrewery
brd
dhw
Summary

We cannot use file (without :T) to name targets
but we can use the destination directory (with / replaced by _)

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 25903
Build 24469: arc lint + arc unit

Event Timeline

If buildworld and installworld work then it seems fine.

This revision is now accepted and ready to land.Sep 3 2019, 3:28 AM

I tried the change, on a system:
FreeBSD freebeast.catwhisker.org 13.0-CURRENT FreeBSD 13.0-CURRENT #662 r351837M/351846: Thu Sep 5 04:17:23 PDT 2019 root@freebeast.catwhisker.org:/common/S4/obj/usr/src/amd64.amd64/sys/GENERIC amd64 1300045 1300045

After applying the change, then running through the usual buildworld/buildkernel/installkernel/installworld/mergemaster process:

FreeBSD freebeast.catwhisker.org 13.0-CURRENT FreeBSD 13.0-CURRENT #663 r351837M/351846: Thu Sep 5 14:19:18 PDT 2019 root@freebeast.catwhisker.org:/common/S2/obj/usr/src/amd64.amd64/sys/GENERIC amd64 1300045 1300045

Seems OK so far.