Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: jacmet at uclibc.org <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/sqlite
Date: Tue,  8 Jul 2008 07:12:10 -0700 (PDT)	[thread overview]
Message-ID: <20080708141211.029D83C685@busybox.net> (raw)

Author: jacmet
Date: 2008-07-08 07:12:09 -0700 (Tue, 08 Jul 2008)
New Revision: 22691

Log:
sqlite: strip binary and use $(INSTALL) for installation

Modified:
   trunk/buildroot/package/sqlite/sqlite.mk


Changeset:
Modified: trunk/buildroot/package/sqlite/sqlite.mk
===================================================================
--- trunk/buildroot/package/sqlite/sqlite.mk	2008-07-08 13:49:23 UTC (rev 22690)
+++ trunk/buildroot/package/sqlite/sqlite.mk	2008-07-08 14:12:09 UTC (rev 22691)
@@ -50,8 +50,9 @@
 	$(SED) "s,^libdir=.*,libdir=\'$(STAGING_DIR)/usr/lib\',g" $(STAGING_DIR)/usr/lib/libsqlite3.la
 
 $(TARGET_DIR)/usr/bin/sqlite3: $(STAGING_DIR)/usr/bin/sqlite3
-	cp -a $(STAGING_DIR)/usr/bin/sqlite3 $(TARGET_DIR)/usr/bin
-	cp -a $(STAGING_DIR)/usr/lib/libsqlite3*.so* $(TARGET_DIR)/usr/lib/
+	$(INSTALL) -m 0755 -D $^ $@
+	$(STRIPCMD) $(STRIP_STRIP_ALL) $@
+	$(INSTALL) -m 0644 -D $(STAGING_DIR)/usr/lib/libsqlite3*.so* $(TARGET_DIR)/usr/lib/
 	$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/lib/libsqlite3.so*
 
 sqlite: uclibc readline-target ncurses $(TARGET_DIR)/usr/bin/sqlite3

             reply	other threads:[~2008-07-08 14:12 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-08 14:12 jacmet at uclibc.org [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-05-31  7:28 [Buildroot] svn commit: trunk/buildroot/package/sqlite jacmet at uclibc.org
2008-04-24  9:03 jacmet at uclibc.org
2008-03-31 15:07 jacmet at uclibc.org
2008-03-27 19:37 jacmet at uclibc.org
2008-03-06 18:25 ninevoltz at uclibc.org
2008-01-05 20:31 jacmet at uclibc.org
2007-12-14 10:12 jacmet at uclibc.org
2007-08-02 13:43 jacmet at uclibc.org
2007-05-03  9:33 jacmet at uclibc.org
2007-04-20 12:42 jacmet at uclibc.org
2007-04-12 11:24 jacmet at uclibc.org
2007-02-22 12:00 jacmet at uclibc.org
2007-02-05 19:24 andersen at uclibc.org
2007-01-29 15:45 jacmet at uclibc.org
2007-01-18 16:26 jacmet at uclibc.org
2007-01-18 16:23 jacmet at uclibc.org
2006-09-27  5:44 jacmet at uclibc.org

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=20080708141211.029D83C685@busybox.net \
    --to=jacmet@uclibc.org \
    --cc=buildroot@busybox.net \
    /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