Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/elfix:elfix-0.8.x commit in: misc/elf-manipulate/
Date: Mon, 20 May 2013 20:02:49
Message-Id: 1369079850.38ab36be531cc6c60d029d5831785bb9941a5258.blueness@gentoo
1 commit: 38ab36be531cc6c60d029d5831785bb9941a5258
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 9 22:00:22 2013 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Mon May 20 19:57:30 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=38ab36be
7
8 misc/elf-manipulate/Makefile: override .gitignore
9
10 ---
11 misc/elf-manipulate/Makefile | 7 +++++++
12 1 files changed, 7 insertions(+), 0 deletions(-)
13
14 diff --git a/misc/elf-manipulate/Makefile b/misc/elf-manipulate/Makefile
15 new file mode 100644
16 index 0000000..265cf25
17 --- /dev/null
18 +++ b/misc/elf-manipulate/Makefile
19 @@ -0,0 +1,7 @@
20 +all: clear-dt-path parse-elf print-sections remove-ptpax
21 +
22 +%: %.c
23 + gcc -o $@ $^ -lelf
24 +
25 +clean:
26 + rm -rf clear-dt-path parse-elf print-sections remove-ptpax