mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Albert Antony <albert@newtec.dk>
To: ptxdist@pengutronix.de
Cc: Albert Antony <albert@newtec.dk>
Subject: [ptxdist] [PATCH] Enable "strip" install option handling for libraries
Date: Tue, 21 Jul 2015 12:09:38 +0200	[thread overview]
Message-ID: <1437473378-16832-1-git-send-email-albert@newtec.dk> (raw)

The strip y|n option should now work for install_lib
and install_copy_toolchain_lib, just like it works
for install_copy.

Signed-off-by: Albert Antony <albert@newtec.dk>
---
 rules/post/install.make           | 3 ++-
 scripts/install_copy_toolchain.sh | 2 +-
 scripts/lib/ptxd_make_xpkg_pkg.sh | 3 ++-
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/rules/post/install.make b/rules/post/install.make
index 7da3f04..9cde3d4 100644
--- a/rules/post/install.make
+++ b/rules/post/install.make
@@ -240,8 +240,9 @@ install_lib =			\
 	PER="$(strip $(4))";	\
 	LIB=$(strip $(5));	\
 	DST=$(strip $(6)); \
+	STRIP=$(strip $(7)); \
 	$(call install_check, install_lib);	\
-	echo "ptxd_install_lib '$$LIB' '$$DST' '$$OWN' '$$GRP' '$$PER'" >> "$(STATEDIR)/$$XPKG.cmds"
+	echo "ptxd_install_lib '$$LIB' '$$DST' '$$OWN' '$$GRP' '$$PER' '$$STRIP'" >> "$(STATEDIR)/$$XPKG.cmds"
 
 #
 # install_replace
diff --git a/scripts/install_copy_toolchain.sh b/scripts/install_copy_toolchain.sh
index 0cf4d31..0b70c12 100755
--- a/scripts/install_copy_toolchain.sh
+++ b/scripts/install_copy_toolchain.sh
@@ -170,7 +170,7 @@ ptxd_install_toolchain_lib() {
 
 		perm="$(stat -c %a "${lib_path}")"
 
-		echo "ptxd_install_shared \"${lib_path}\" \"${prefix}\" 0 0 \"${perm}\"" >> "${STATEDIR}/${packet}.cmds"
+		echo "ptxd_install_shared \"${lib_path}\" \"${prefix}\" 0 0 \"${perm}\" \"${strip}\"" >> "${STATEDIR}/${packet}.cmds"
 	    fi
 	else
 	    echo "error: found ${lib_path}, but neither file nor link" 2>&1
diff --git a/scripts/lib/ptxd_make_xpkg_pkg.sh b/scripts/lib/ptxd_make_xpkg_pkg.sh
index ae4c12f..a31e8fe 100644
--- a/scripts/lib/ptxd_make_xpkg_pkg.sh
+++ b/scripts/lib/ptxd_make_xpkg_pkg.sh
@@ -730,9 +730,10 @@ ptxd_install_shared() {
     local usr="$3"
     local grp="$4"
     local mod="$5"
+    local strip="$6"
     local filename="$(basename "${src}")"
 
-    ptxd_install_file "${src}" "${dst}/${filename}" "${usr}" "${grp}" "${mod}" &&
+    ptxd_install_file "${src}" "${dst}/${filename}" "${usr}" "${grp}" "${mod}" "${strip}" &&
 
     find -H "$(dirname "${src}")" -maxdepth 1 -type l | while read file; do
 	if [ "$(basename "$(readlink -f "${file}")")" = "${filename}" ]; then
-- 
2.0.0


-- 
ptxdist mailing list
ptxdist@pengutronix.de

             reply	other threads:[~2015-07-21  8:12 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-21 10:09 Albert Antony [this message]
2015-07-21 10:26 ` Michael Olbrich
2015-07-21 12:04 Albert Antony
2015-07-21 13:14 ` Juergen Borleis
2015-07-21 14:03   ` Albert Antony
2015-07-21 14:34     ` Juergen Borleis
2015-07-22  8:31       ` Albert Antony
2015-07-22  9:29         ` Juergen Borleis
2015-07-22 13:28           ` Albert Antony

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=1437473378-16832-1-git-send-email-albert@newtec.dk \
    --to=albert@newtec.dk \
    --cc=ptxdist@pengutronix.de \
    /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