summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-06-22 11:00:15 +0200
committerErich Eckner <git@eckner.net>2019-01-22 08:27:34 +0100
commit7ff93a04d69a1bb2ea418d1e8bfe978c52faadf2 (patch)
tree730b50cdc7e88e216171591d3bbfbb5d682b84bd /Makefile
parent9e14ed5b1b1347938f1a5f642308b4f72c445c15 (diff)
downloaddevtools32-7ff93a04d69a1bb2ea418d1e8bfe978c52faadf2.tar.xz
introduce i486 as well
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d546b01..babdbf1 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,7 @@ BINPROGS = \
makechrootpkg
CONFIGFILES = \
+ makepkg-i486.conf \
makepkg-i686.conf \
makepkg-x86_64.conf \
pacman-extra-32.conf \
@@ -51,18 +52,24 @@ COMMITPKG_LINKS = \
gnome-unstablepkg
ARCHBUILD_LINKS = \
+ extra-i486-build \
extra-i686-build \
extra-x86_64-build \
+ testing-i486-build \
testing-i686-build \
testing-x86_64-build \
+ staging-i486-build \
staging-i686-build \
staging-x86_64-build \
+ staging-with-build-support-i486-build \
staging-with-build-support-i686-build \
multilib-build \
multilib-testing-build \
multilib-staging-build \
+ kde-unstable-i486-build \
kde-unstable-i686-build \
kde-unstable-x86_64-build \
+ gnome-unstable-i486-build \
gnome-unstable-i686-build \
gnome-unstable-x86_64-build