rootfiles: change MACHINE to xxxMACHINExxx

berkeley has a file that nane contain MACHINE wich should not
replaced by the build architecture.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2020-05-10 17:27:28 +00:00
parent c6744d67f0
commit 289a86a320
82 changed files with 1215 additions and 1100 deletions

View File

@@ -59,4 +59,4 @@ for dir in $@; do
done
cat ${FILELIST} 2>/dev/null | grep -v ^# | sort | uniq | \
sed -e "s/KVER/${KVER}/g" -e "s/MACHINE/${BUILD_ARCH}/g" -e "s/BUILDTARGET/${BUILDTARGET}/g"
sed -e "s/KVER/${KVER}/g" -e "s/xxxMACHINExxx/${BUILD_ARCH}/g" -e "s/BUILDTARGET/${BUILDTARGET}/g"