Radix cross Linux Build System

Cross-platform build system is designed to build distributions of different operating systems for a set of target devices

74 Commits   2 Branches   2 Tags
#!/bin/sh

VERSION=1.1

tar --files-from=file.list -xJvf ../populatefs-$VERSION.tar.xz
mv populatefs-$VERSION populatefs-$VERSION-orig

cp -rf ./populatefs-$VERSION-new ./populatefs-$VERSION

diff -b --unified -Nr  populatefs-$VERSION-orig  populatefs-$VERSION > populatefs-$VERSION-sys-macros.patch

mv populatefs-$VERSION-sys-macros.patch ../patches

rm -rf ./populatefs-$VERSION
rm -rf ./populatefs-$VERSION-orig