summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-01-28 20:31:49 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-01-28 20:31:49 +0100
commit7478bb7a8eaefdd53e26372810d8580b8509b0c7 (patch)
tree02ea71f8e08f809002e346e2aab6fea735a7a9ec /README
parent37be8f73669ddadf2259656f656af5f5c5bc39b9 (diff)
downloadbootstrap32-7478bb7a8eaefdd53e26372810d8580b8509b0c7.tar.xz
first working stage1 building
Diffstat (limited to 'README')
-rw-r--r--README29
1 files changed, 0 insertions, 29 deletions
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
###################################