From 7478bb7a8eaefdd53e26372810d8580b8509b0c7 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 28 Jan 2018 20:31:49 +0100 Subject: first working stage1 building --- README | 29 ----------------------------- 1 file changed, 29 deletions(-) (limited to 'README') diff --git a/README b/README index 2ffbf51..4c800ba 100644 --- a/README +++ b/README @@ -201,36 +201,7 @@ expat bzip2 lz4 xz pcre gzip libarchive curl \ file libmpc mpfr libmnl libelf libnfnetlink iptables \ libedit sysfsutils libidn" -# cross-compiling perl doesn't work in parallel -NOPARALLEL_PACKAGE="perl" -for p in $PACKAGES; do - - - - - - # redo the whole cache - rm -rf $STAGE1_CHROOT/var/cache/pacman/pkg/* - rm -rf $STAGE1_CHROOT/packages/i486/temp.db* - rm -rf $STAGE1_CHROOT/packages/i486/temp.files* - repo-add $STAGE1_CHROOT/packages/i486/temp.db.tar.gz $STAGE1_CHROOT/packages/i486/*pkg.tar.xz - - # incrementall add of new package (works once!) - repo-add -n $STAGE1_CHROOT/packages/i486/temp.db.tar.gz $STAGE1_CHROOT/packages/i486/*pkg.tar.xz - - # for util-linux also libutil-linux - sudo pacman --noconfirm --config $STAGE1_CHROOT/etc/pacman.conf -r $STAGE1_CHROOT -Syy $p - pacman --noconfirm --config $STAGE1_CHROOT/etc/pacman.conf -r $STAGE1_CHROOT -Q - - if test $p in $SYSROOT_PACKAGES; then - pushd $HOME/x-tools/i486-unknown-linux-gnu/i486-unknown-linux-gnu/sysroot - sudo bsdtar xvf $STAGE1_CHROOT/packages/i486/$p-*.pkg.tar.xz - popd - fi - - cd .. -done # special patches for some packages ################################### -- cgit v1.2.3-54-g00ecf