Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/elfix:elfix-0.5.x commit in: tests/gnustack/
Date: Sun, 29 Jul 2012 15:25:13
Message-Id: 1343575491.f662d36808c10de0c751d701df47939c7a7c7003.blueness@gentoo
1 commit: f662d36808c10de0c751d701df47939c7a7c7003
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 29 00:30:59 2012 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 29 15:24:51 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=f662d368
7
8 tests/gnustack/Makefile.am: clean *.s files as well
9 (cherry picked from commit 4fefd6168fd9ca0855d5bbf4d5991f71a1191413)
10
11 ---
12 tests/gnustack/Makefile.am | 2 +-
13 1 files changed, 1 insertions(+), 1 deletions(-)
14
15 diff --git a/tests/gnustack/Makefile.am b/tests/gnustack/Makefile.am
16 index 2915988..a1dc24b 100644
17 --- a/tests/gnustack/Makefile.am
18 +++ b/tests/gnustack/Makefile.am
19 @@ -21,4 +21,4 @@ test.sh:
20 @echo
21 @echo "================================================================================"
22
23 -CLEANFILES = *.o test.sh
24 +CLEANFILES = *.o *.s test.sh