• R
    build/DTC: fix sed usage in DTC command · e420a38f
    Roger Pau Monne 提交于
    Current sed usage in the DTC command relies on GNU sed specific -i
    option which has a slightly different syntax for BSD sed and always
    expects an extension to be provided in order to create a backup file.
    
    Instead drop the cat concatenation done before the sed call and use
    sed itself to edit and concatenate the files.
    
    No functional change intended.
    Signed-off-by: NRoger Pau Monné <royger@FreeBSD.org>
    e420a38f
Makefile.lib 21.5 KB