Page MenuHomeFreeBSD

Use file destdir for stage_as sets
AcceptedPublic

Authored by sjg on Aug 16 2019, 1:01 AM.
Tags
None
Referenced Files
F152398884: D21283.diff
Tue, Apr 14, 5:17 PM
Unknown Object (File)
Mon, Apr 13, 10:09 PM
Unknown Object (File)
Wed, Apr 8, 12:22 AM
Unknown Object (File)
Sun, Apr 5, 5:23 AM
Unknown Object (File)
Wed, Apr 1, 5:09 AM
Unknown Object (File)
Thu, Mar 19, 10:53 PM
Unknown Object (File)
Thu, Mar 19, 8:47 PM
Unknown Object (File)
Tue, Mar 17, 7:14 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.