public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/elfix:elfix-0.5.x commit in: /, tests/gnustack/
Date: Sun, 29 Jul 2012 15:27:35 +0000 (UTC)	[thread overview]
Message-ID: <1343575643.0a063eb50a55b8b405ed22e407eb1d3078370e30.blueness@gentoo> (raw)

commit:     0a063eb50a55b8b405ed22e407eb1d3078370e30
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 29 01:16:22 2012 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Jul 29 15:27:23 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=0a063eb5

tests/gnustack/Makefile.am: make sed line work on arm
(cherry picked from commit 8fa951f1421051e12778fd438856cd77864c2302)

---
 configure.ac               |    1 +
 tests/gnustack/Makefile.am |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 23d9fd7..a2a7f5a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -54,6 +54,7 @@ AC_ARG_ENABLE(
 # Checks for programs.
 AC_PROG_AWK
 AC_PROG_CC
+AC_PROG_SED
 
 # Checks for libraries.
 AC_CHECK_LIB([elf], [elf_begin],[],[AC_MSG_ERROR(["Missing necessary function elf_begin in libelf"])])

diff --git a/tests/gnustack/Makefile.am b/tests/gnustack/Makefile.am
index a1dc24b..6f5f569 100644
--- a/tests/gnustack/Makefile.am
+++ b/tests/gnustack/Makefile.am
@@ -2,7 +2,7 @@ noinst_PROGRAMS = bad-gnustack
 
 bad-gnustack.s: bad-gnustack.c
 	$(CC) -S $<
-	sed -i -e 's/GNU-stack,"",@progbits/GNU-stack,"x",@progbits/' $@
+	$(SED) -i -e 's/GNU-stack,"",/GNU-stack,"x",/' $@
 
 bad-gnustack: bad-gnustack.s
 	$(CC) -o $@ $<


             reply	other threads:[~2012-07-29 15:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-29 15:27 Anthony G. Basile [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-07-29 15:24 [gentoo-commits] proj/elfix:elfix-0.5.x commit in: /, tests/gnustack/ Anthony G. Basile
2012-07-27 22:31 Anthony G. Basile

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1343575643.0a063eb50a55b8b405ed22e407eb1d3078370e30.blueness@gentoo \
    --to=blueness@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox