Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/build_stage2.sh
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-02-23 21:08:05 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-02-23 21:08:05 +0100
commit22a9db79089c54823ae36ee2e20615ac70ab7f40 (patch)
tree471cd831b98310f17d1b745ed8296fc75e0dc05a /build_stage2.sh
parent02a07b1846dd61be1df300f345143e5462caa7ae (diff)
building up to linux
Diffstat (limited to 'build_stage2.sh')
-rwxr-xr-xbuild_stage2.sh25
1 files changed, 14 insertions, 11 deletions
diff --git a/build_stage2.sh b/build_stage2.sh
index e7f54f6..e0c8049 100755
--- a/build_stage2.sh
+++ b/build_stage2.sh
@@ -9,6 +9,12 @@
# to the $STAGE2_PACKAGES to speed up rebuild of the state of the stage 1
# system in case of destroying it.
+# build bash first as 'cd subpackage' in autoconf generated makefiles break
+# with cross-compiled bash
+
+# build pacman-mirrorlist last because of a failing "package exists" test
+# clash with pacman
+
PACKAGES="bash
iana-etc filesystem linux-api-headers tzdata
ncurses readline joe
@@ -17,23 +23,20 @@ libunistring gettext perl-locale-gettext help2man
autoconf automake perl-error pcre2 git libtool
zlib pambase cracklib libtirpc flex pam libcap coreutils
util-linux pkg-config e2fsprogs expat bzip2 lz4 xz pcre less gzip
-tar libarchive
+tar libarchive curl
+archlinux-keyring archlinux32-keyring pacman
+elfutils sed texinfo grep findutils file diffutils ed patch
+fakeroot
+kbd procps-ng bison shadow
+inetutils bc kmod linux
"
-
-#~ libarchive curl
-#~ pacman-mirrorlist archlinux-keyring archlinux32-keyring pacman
-#~ elfutils
-#~ sed texinfo grep findutils file diffutils ed patch
-#~ fakeroot
-#~ kbd procps-ng shadow
-#~ inetutils bc kmod linux uinit nasm syslinux
+#~ uinit nasm syslinux
#~ net-tools libmnl libnfnetlink iptables iproute2
#~ libedit openssh
#~ make mpfr gawk libmpc binutils gcc glibc
#~ libunwind strace gdb"
+#~ pacman-mirrorlist
-# build bash first as 'cd subpackage' in autoconf generated makefiles break
-# with cross-compiled bash
for p in $PACKAGES; do
"$SCRIPT_DIR/build_stage2_package.sh" "$p" || exit 1