From: ulf at uclibc.org <ulf@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/libungif
Date: Wed, 1 Aug 2007 01:35:14 -0700 (PDT) [thread overview]
Message-ID: <20070801083514.45D15A493C@busybox.net> (raw)
Author: ulf
Date: 2007-08-01 01:35:13 -0700 (Wed, 01 Aug 2007)
New Revision: 19377
Log:
Cleanup libungif, use usr/lib
Modified:
trunk/buildroot/package/libungif/libungif.mk
Changeset:
Modified: trunk/buildroot/package/libungif/libungif.mk
===================================================================
--- trunk/buildroot/package/libungif/libungif.mk 2007-08-01 08:15:44 UTC (rev 19376)
+++ trunk/buildroot/package/libungif/libungif.mk 2007-08-01 08:35:13 UTC (rev 19377)
@@ -14,6 +14,8 @@
$(DL_DIR)/$(LIBUNGIF_SOURCE):
$(WGET) -P $(DL_DIR) $(LIBUNGIF_SITE)/$(LIBUNGIF_SOURCE)
+libungif-source: $(DL_DIR)/$(LIBUNGIF_SOURCE)
+
$(LIBUNGIF_DIR)/.unpacked: $(DL_DIR)/$(LIBUNGIF_SOURCE)
$(LIBUNGIF_CAT) $(DL_DIR)/$(LIBUNGIF_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
toolchain/patch-kernel.sh $(LIBUNGIF_DIR) package/libungif/ libungif-$(LIBUNGIF_VERSION)\*.patch\*
@@ -40,17 +42,14 @@
$(LIBUNGIF_DIR)/lib/.libs/libungif.a: $(LIBUNGIF_DIR)/.configured
$(MAKE) -C $(LIBUNGIF_DIR)
- touch -c $(LIBUNGIF_DIR)/lib/.libs/libungif.a
-$(STAGING_DIR)/lib/libungif.a: $(LIBUNGIF_DIR)/lib/.libs/libungif.a
+$(STAGING_DIR)/usr/lib/libungif.a: $(LIBUNGIF_DIR)/lib/.libs/libungif.a
$(MAKE) DESTDIR=$(STAGING_DIR) -C $(LIBUNGIF_DIR) install
- rm $(STAGING_DIR)/lib/libungif.la
- touch -c $(STAGING_DIR)/lib/libungif.a
+ $(SED) "s,^libdir=.*,libdir=\'$(STAGING_DIR)/usr/lib\',g" $(STAGING_DIR)/usr/lib/libungif.la
-$(TARGET_DIR)/$(LIBUNGIF_TARGET_BINARY): $(STAGING_DIR)/lib/libungif.a
+$(TARGET_DIR)/$(LIBUNGIF_TARGET_BINARY): $(STAGING_DIR)/usr/lib/libungif.a
cp -dpf $(STAGING_DIR)/$(LIBUNGIF_TARGET_BINARY)* $(TARGET_DIR)/usr/lib/
-$(STRIP) --strip-unneeded $(TARGET_DIR)/$(LIBUNGIF_TARGET_BINARY)*
- touch -c $(TARGET_DIR)/$(LIBUNGIF_TARGET_BINARY)
libungif: uclibc $(TARGET_DIR)/$(LIBUNGIF_TARGET_BINARY)
next reply other threads:[~2007-08-01 8:35 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-01 8:35 ulf at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-11-30 9:12 [Buildroot] svn commit: trunk/buildroot/package/libungif ulf at uclibc.org
2007-11-09 16:53 vanokuten at uclibc.org
2007-07-23 19:05 ulf 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=20070801083514.45D15A493C@busybox.net \
--to=ulf@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