From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1R1oRI-000768-85 for garchives@archives.gentoo.org; Thu, 08 Sep 2011 23:55:24 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A769821C145; Thu, 8 Sep 2011 23:55:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6E06D21C100 for ; Thu, 8 Sep 2011 23:55:06 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D0F311B4016 for ; Thu, 8 Sep 2011 23:55:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 3C2AF80044 for ; Thu, 8 Sep 2011 23:55:05 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <35ca5b7659b413fd758ecf8f565673298857dc24.blueness@gentoo> Subject: [gentoo-commits] proj/elfix:paxmark-libs commit in: / X-VCS-Repository: proj/elfix X-VCS-Files: Makefile.am X-VCS-Directories: / X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 35ca5b7659b413fd758ecf8f565673298857dc24 Date: Thu, 8 Sep 2011 23:55:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 34e88ef5d75b2ceea3ace1a2560e73d0 commit: 35ca5b7659b413fd758ecf8f565673298857dc24 Author: Anthony G. Basile gentoo org> AuthorDate: Mon Sep 5 21:32:23 2011 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Mon Sep 5 21:32:23 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/elfix.git;a=3D= commit;h=3D35ca5b76 Makefile.am: prettify output --- Makefile.am | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index e00cd28..642c628 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,31 +13,35 @@ poc.sh: @/sbin/ldconfig @echo "=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D" @echo + @/sbin/paxctl -z $(libdir)/libmypax.so $(bindir)/testpax @/sbin/paxctl -M $(libdir)/libmypax.so @/sbin/paxctl -M $(bindir)/testpax - @/sbin/paxctl -v $(libdir)/libmypax.so $(bindir)/testpax 2>/dev/null + @/sbin/paxctl -Qv $(libdir)/libmypax.so $(bindir)/testpax 2>/dev/null @echo $(bindir)/testpax @echo @echo "=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D" @echo + @/sbin/paxctl -z $(libdir)/libmypax.so $(bindir)/testpax @/sbin/paxctl -m $(libdir)/libmypax.so @/sbin/paxctl -M $(bindir)/testpax - @/sbin/paxctl -v $(libdir)/libmypax.so $(bindir)/testpax 2>/dev/null + @/sbin/paxctl -Qv $(libdir)/libmypax.so $(bindir)/testpax 2>/dev/null @echo $(bindir)/testpax @echo @echo "=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D" @echo + @/sbin/paxctl -z $(libdir)/libmypax.so $(bindir)/testpax @/sbin/paxctl -M $(libdir)/libmypax.so @/sbin/paxctl -m $(bindir)/testpax - @/sbin/paxctl -v $(libdir)/libmypax.so $(bindir)/testpax 2>/dev/null + @/sbin/paxctl -Qv $(libdir)/libmypax.so $(bindir)/testpax 2>/dev/null @echo @echo "=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D" @echo + @/sbin/paxctl -z $(libdir)/libmypax.so $(bindir)/testpax @/sbin/paxctl -m $(libdir)/libmypax.so @/sbin/paxctl -m $(bindir)/testpax - @/sbin/paxctl -v $(libdir)/libmypax.so $(bindir)/testpax 2>/dev/null + @/sbin/paxctl -Qv $(libdir)/libmypax.so $(bindir)/testpax 2>/dev/null @echo @echo @echo "=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D"