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)
May 7 2025, 12:04 AM
Unknown Object (File)
Apr 26 2025, 4:35 AM
Unknown Object (File)
Apr 12 2025, 1:15 PM
Unknown Object (File)
Mar 21 2025, 9:51 AM
Unknown Object (File)
Feb 26 2025, 1:06 PM
Unknown Object (File)
Feb 22 2025, 2:10 PM
Unknown Object (File)
Feb 22 2025, 7:12 AM
Unknown Object (File)
Jan 24 2025, 10:54 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.