Page MenuHomeFreeBSD

Use file destdir for stage_as sets
AcceptedPublic

Authored by sjg on Aug 16 2019, 1:01 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Oct 6, 11:29 PM
Unknown Object (File)
Mon, Oct 6, 2:26 PM
Unknown Object (File)
Tue, Sep 30, 4:48 AM
Unknown Object (File)
Mon, Sep 22, 3:33 AM
Unknown Object (File)
Wed, Sep 17, 4:03 AM
Unknown Object (File)
Tue, Sep 16, 7:25 AM
Unknown Object (File)
Mon, Sep 15, 3:13 AM
Unknown Object (File)
Sep 11 2025, 2:17 PM

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.