summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-05-02 11:29:07 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-05-02 11:29:07 +0200
commit37b5c9044393b652063ea71ae004eb3a12085701 (patch)
treef2eaadbba6823929b449002c74826a0fa27d9e54 /Makefile
parent984dfc919483b70eee190fa7373ca3c504dea8aa (diff)
downloaddevtools32-37b5c9044393b652063ea71ae004eb3a12085701.tar.xz
synchronized makepkg-x86_64.conf with upstream
fixed sedfu errors in Makefile (architecure and no-CET patches)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 5b0114e..5d3f98d 100644
--- a/Makefile
+++ b/Makefile
@@ -131,17 +131,11 @@ edit = sed -e "s|@pkgdatadir[@]|$(PREFIX)/share/devtools|g"
makepkg-i486.conf: makepkg-x86_64.conf
@echo "GEN $@"
- @sed ' \
- s,\(["=]\)x86[-_]64\([-" ]\),\1i486\2,g; \
- s,-fcf-protection,,g; \
- ' "$<" > "$@"
+ @sed 's,\(["=]\)x86[-_]64\([-" ]\),\1i486\2,g; s,-fcf-protection,,g;' "$<" > "$@"
makepkg-i686.conf: makepkg-x86_64.conf
@echo "GEN $@"
- @sed '
- s,\(["=]\)x86[-_]64\([-" ]\),\1i686\2,g; \
- s,-fcf-protection,,g; \
- ' "$<" > "$@"
+ @sed 's,\(["=]\)x86[-_]64\([-" ]\),\1i686\2,g; s,-fcf-protection,,g; ' "$<" > "$@"
makepkg-pentium4.conf: makepkg-i686.conf
@echo "GEN $@"