Hi Stefano,
On 1/5/19 00:41, Stefano Garzarella wrote:
+ # Remove everything except the macros from bootparam.h avoiding the
+ # unnecessary import of several video/ist/etc headers
+ sed -e '/__ASSEMBLY__/,/__ASSEMBLY__/d' $tmpdir/include/asm/bootparam.h
> $tmpdir/bootparam.h
+ cp_portable $tmpdir/bootparam.h
"$output/include/standard-headers/asm-$arch"
Maybe is better to use the double quotes for all paths.
Sure, i will update it at next version.
Thanks
Zhijian
Reviewed-by: Stefano Garzarella<sgarz...@redhat.com>
Thanks,
Stefano