mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Remove unnecessary 'cat'.
This commit is contained in:
parent
15fe2454ae
commit
38383963e0
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ CLEAN+= ${LDSCRIPT_NAME} ${LDSCRIPT_NAME}.tramp.noheader \
|
|||
${KERNEL_KO}.tramp.noheader ${KERNEL_KO}.tramp.bin
|
||||
|
||||
${LDSCRIPT_NAME}: $S/conf/${LDSCRIPT_NAME}
|
||||
cat $S/conf/${LDSCRIPT_NAME}|sed s/KERNLOADADDR/${KERNLOADADDR}/g \
|
||||
sed s/KERNLOADADDR/${KERNLOADADDR}/g $S/conf/${LDSCRIPT_NAME} \
|
||||
> ${LDSCRIPT_NAME}
|
||||
%RULES
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue