mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
parent
f0e34eab8b
commit
344981a8f8
@ -37,7 +37,7 @@ URL: https://www.devicetree.org/
|
|||||||
|
|
||||||
%{build_build_flags}
|
%{build_build_flags}
|
||||||
|
|
||||||
%{__make} PREFIX=%{_prefix}
|
%{__make} PREFIX=%{_prefix} WARNINGS=
|
||||||
|
|
||||||
cd ${build_top}
|
cd ${build_top}
|
||||||
|
|
||||||
@ -47,6 +47,6 @@ URL: https://www.devicetree.org/
|
|||||||
rm -rf $SB_BUILD_ROOT
|
rm -rf $SB_BUILD_ROOT
|
||||||
|
|
||||||
cd dtc-%{dtc_version}
|
cd dtc-%{dtc_version}
|
||||||
%{__make} DESTDIR=$SB_BUILD_ROOT PREFIX=%{_prefix} install
|
%{__make} DESTDIR=$SB_BUILD_ROOT PREFIX=%{_prefix} WARNINGS= install
|
||||||
|
|
||||||
cd ${build_top}
|
cd ${build_top}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user