mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-13 10:02:38 +00:00
Remove unnecessary 'cat'.
This commit is contained in:
parent
15fe2454ae
commit
38383963e0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=217220
@ -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 New Issue
Block a user