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)
Mar 7 2024, 11:34 PM
Unknown Object (File)
Dec 30 2023, 11:12 AM
Unknown Object (File)
Dec 28 2023, 8:13 PM
Unknown Object (File)
Dec 21 2023, 7:40 AM
Unknown Object (File)
Dec 20 2023, 2:43 AM
Unknown Object (File)
Nov 13 2023, 3:26 PM
Unknown Object (File)
Nov 11 2023, 4:09 AM
Unknown Object (File)
Nov 10 2023, 6:19 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.