Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/elfix:elfix-0.9.x commit in: /, scripts/
Date: Thu, 03 Sep 2015 23:08:36
Message-Id: 1441321907.ef7d42ed9ce535774571cc39e2c8f914e28def7c.blueness@gentoo
1 commit: ef7d42ed9ce535774571cc39e2c8f914e28def7c
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 3 22:53:19 2015 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 3 23:11:47 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/elfix.git/commit/?id=ef7d42ed
7
8 scripts/paxmark.sh: default to both PT and XT.
9
10 ChangeLog | 3 +++
11 scripts/paxmark.sh | 2 +-
12 2 files changed, 4 insertions(+), 1 deletion(-)
13
14 diff --git a/ChangeLog b/ChangeLog
15 index f602585..6890a34 100644
16 --- a/ChangeLog
17 +++ b/ChangeLog
18 @@ -1,6 +1,9 @@
19 2015-09-03
20
21 * scripts/paxmark.sh: make.conf can be a directory
22 + * scripts/paxmark.sh: default to both PT and XT if
23 + no PAX_MARKINGS are set in make.conf.
24 + Reported by James Le Cuirot <chewi@g.o>
25
26 2014-12-22
27
28
29 diff --git a/scripts/paxmark.sh b/scripts/paxmark.sh
30 index 9d151f0..71631b7 100755
31 --- a/scripts/paxmark.sh
32 +++ b/scripts/paxmark.sh
33 @@ -96,5 +96,5 @@ elif [[ -e $MAKE_CONF ]]; then
34 source $MAKE_CONF
35 fi
36
37 -PAX_MARKINGS=${PAX_MARKINGS:="PT"}
38 +PAX_MARKINGS=${PAX_MARKINGS:="PT XT"}
39 paxmarksh "$@"