Page MenuHomeFreeBSD

Use file destdir for stage_as sets
AcceptedPublic

Authored by sjg on Aug 16 2019, 1:01 AM.
Tags
None
Referenced Files
F108232627: D21283.id.diff
Wed, Jan 22, 10:17 PM
Unknown Object (File)
Fri, Jan 17, 10:00 PM
Unknown Object (File)
Fri, Jan 10, 11:16 PM
Unknown Object (File)
Wed, Jan 1, 1:58 AM
Unknown Object (File)
Tue, Dec 31, 1:09 AM
Unknown Object (File)
Mon, Dec 30, 2:13 AM
Unknown Object (File)
Sun, Dec 29, 1:08 AM
Unknown Object (File)
Fri, Dec 27, 10:10 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.