aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-20 09:55:09 +0000
committerUlrich Müller <ulm@gentoo.org>2021-03-29 22:41:36 +0200
commitd8066eee52eddd73dee6f1d16fbce0d124701baa (patch)
tree37846cf0193aa3e560167af07509edb192c795c5 /ebuild-writing/functions
parentebuild-writing/error-handling: use eapply, not epatch (diff)
downloaddevmanual-d8066eee52eddd73dee6f1d16fbce0d124701baa.tar.gz
devmanual-d8066eee52eddd73dee6f1d16fbce0d124701baa.tar.bz2
devmanual-d8066eee52eddd73dee6f1d16fbce0d124701baa.zip
ebuild-writing/functions/src_compile/building: note that the delimiter is OK
Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'ebuild-writing/functions')
-rw-r--r--ebuild-writing/functions/src_compile/building/text.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebuild-writing/functions/src_compile/building/text.xml b/ebuild-writing/functions/src_compile/building/text.xml
index 696dacf..fcde02e 100644
--- a/ebuild-writing/functions/src_compile/building/text.xml
+++ b/ebuild-writing/functions/src_compile/building/text.xml
@@ -59,7 +59,7 @@ src_prepare() {
# We have a weird Makefile to work with which ignores our
# compiler preferences. yay!
- # Note the single quotes.
+ # Note the single quotes (hence the delimiter is not an issue)
sed -i -e 's:cc -O2:$(CC) $(CFLAGS) $(LDFLAGS):' Makefile \
|| die "sed fix failed. Uh-oh..."
}