Page MenuHomeFreeBSD

Include bsd.stand.mk in a number of Makefiles in sys/boot
ClosedPublic

Authored by Sgalabov_gmail.com on Feb 17 2016, 1:59 PM.
Tags
Referenced Files
Unknown Object (File)
Fri, Nov 21, 3:36 AM
Unknown Object (File)
Fri, Nov 21, 3:36 AM
Unknown Object (File)
Fri, Nov 21, 3:31 AM
Unknown Object (File)
Thu, Nov 13, 2:34 PM
Unknown Object (File)
Wed, Nov 12, 3:20 AM
Unknown Object (File)
Nov 3 2025, 2:35 AM
Unknown Object (File)
Oct 23 2025, 6:39 PM
Unknown Object (File)
Oct 20 2025, 10:14 PM
Subscribers
None

Details

Summary

So far bsd.stand.mk wasn't included in the following files:
sys/boot/fdt/Makefile
sys/boot/uboot/fdt/Makefile
sys/boot/uboot/lib/Makefile

This causes compilation issues on MIPS due to trying to link PIC with non-PIC code.
This revision includes bsd.stand.mk in the above files.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

Sgalabov_gmail.com retitled this revision from to Include bsd.stand.mk in a number of Makefiles in sys/boot.
Sgalabov_gmail.com updated this object.
Sgalabov_gmail.com edited the test plan for this revision. (Show Details)
Sgalabov_gmail.com added reviewers: adrian, imp.
Sgalabov_gmail.com set the repository for this revision to rS FreeBSD src repository - subversion.
Sgalabov_gmail.com added a project: MIPS.

I am not sure whether more reviewers are required?

imp edited edge metadata.
This revision is now accepted and ready to land.Feb 17 2016, 4:27 PM
adrian edited edge metadata.