summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@parabola.nu>2018-01-02 23:38:04 -0500
committerErich Eckner <git@eckner.net>2020-05-18 08:45:01 +0200
commit04aa8fab33367df70719a5b3fcececdf4b415a13 (patch)
tree3d3890a30fe699a4b30f9f130251b2d07fde4084 /Makefile
parent3e3af0c26dd10d2e1bd703514755acdd3133f554 (diff)
downloaddevtools32-04aa8fab33367df70719a5b3fcececdf4b415a13.tar.xz
Revert "Remove i686 support"
This reverts commit 7259e7def07a5f6ee04a34db61a87361ad0b5ac7, except for commitpkg.in
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 11 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 10a9af0..a5c9b3b 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,8 @@ GENERATED_CONFIGFILES = \
pacman-testing-i686.conf \
pacman-staging-i686.conf \
pacman-kde-unstable-i686.conf \
- pacman-gnome-unstable-i686.conf
+ pacman-gnome-unstable-i686.conf \
+ makepkg-i686.conf
CONFIGFILES = \
makepkg-x86_64.conf \
@@ -59,13 +60,18 @@ COMMITPKG_LINKS = \
gnome-unstablepkg
ARCHBUILD_LINKS = \
+ extra-i686-build \
extra-x86_64-build \
+ testing-i686-build \
testing-x86_64-build \
+ staging-i686-build \
staging-x86_64-build \
multilib-build \
multilib-testing-build \
multilib-staging-build \
+ kde-unstable-i686-build \
kde-unstable-x86_64-build \
+ gnome-unstable-i686-build \
gnome-unstable-x86_64-build
CROSSREPOMOVE_LINKS = \
@@ -93,6 +99,10 @@ man: $(MANS)
edit = sed -e "s|@pkgdatadir[@]|$(PREFIX)/share/devtools|g"
+makepkg-i686.conf: makepkg-x86_64.conf
+ @echo "GEN $@"
+ @sed 's,\(["=]\)x86[-_]64\([-" ]\),\1i686\2,g' "$<" > "$@"
+
pacman-%-i686.conf: pacman-%.conf
@echo "GEN $@"
@sed 's,/mirrorlist$$,\032,' "$<" > "$@"