From: ulf at uclibc.org <ulf@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/libxml2
Date: Tue, 17 Jul 2007 08:17:45 -0700 (PDT) [thread overview]
Message-ID: <20070717151745.301A8A65A7@busybox.net> (raw)
Author: ulf
Date: 2007-07-17 08:17:42 -0700 (Tue, 17 Jul 2007)
New Revision: 19135
Log:
Copy libxml2 headers to staging_dir (and possibly target_dir)
Modified:
trunk/buildroot/package/libxml2/libxml2.mk
Changeset:
Modified: trunk/buildroot/package/libxml2/libxml2.mk
===================================================================
--- trunk/buildroot/package/libxml2/libxml2.mk 2007-07-17 13:28:31 UTC (rev 19134)
+++ trunk/buildroot/package/libxml2/libxml2.mk 2007-07-17 15:17:42 UTC (rev 19135)
@@ -46,12 +46,21 @@
$(TARGET_DIR)/usr/lib/libxml2.a: $(STAGING_DIR)/usr/lib/libxml2.so
mkdir -p $(TARGET_DIR)/usr/include
cp -dpf $(STAGING_DIR)/usr/lib/libxml2.*a $(TARGET_DIR)/usr/lib/
-# cp -dpf $(STAGING_DIR)/usr/include/mad.h $(TARGET_DIR)/usr/include/
+# cp -dpf $(STAGING_DIR)/usr/include/libxml $(TARGET_DIR)/usr/include/
-libxml2: uclibc $(TARGET_DIR)/usr/lib/libxml2.so
+libxml2: uclibc $(TARGET_DIR)/usr/lib/libxml2.so libxml2-headers
-libxml2-headers: $(TARGET_DIR)/usr/lib/libxml2.a
+$(STAGING_DIR)/usr/include/libxml: $(TARGET_DIR)/usr/lib/libxml2.a
+ cp -af $(LIBXML2_DIR)/include/libxml $(STAGING_DIR)/usr/include/libxml2
+$(TARGET_DIR)/usr/include: libxml2-headers
+ cp -af $(LIBXML2_DIR)/include/libxml $(TARGET_DIR)/usr/include/libxml2
+
+
+libxml2-headers: $(STAGING_DIR)/usr/include/libxml2
+
+libxml2-target-headers: $(TARGET_DIR)/usr/include/libxml2
+
libxml2-source: $(DL_DIR)/$(LIBXML2_SOURCE)
libxml2-clean:
@@ -64,6 +73,8 @@
libxml2-dirclean:
rm -rf $(LIBXML2_DIR)
+
+.PHONY: libxml2-headers libxml2-target-headers
#############################################################
#
# Toplevel Makefile options
@@ -73,5 +84,5 @@
TARGETS+=libxml2
endif
ifeq ($(strip $(BR2_PACKAGE_LIBXML2_TARGET_HEADERS)),y)
-TARGETS+=libxml2-headers
+TARGETS+=libxml2-target-headers
endif
next reply other threads:[~2007-07-17 15:17 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-17 15:17 ulf at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-07-24 14:12 [Buildroot] svn commit: trunk/buildroot/package/libxml2 ulf at uclibc.org
2007-08-07 17:28 ulf at uclibc.org
2007-08-19 20:59 ulf at uclibc.org
2007-09-23 14:23 ulf at uclibc.org
2008-03-06 18:16 ninevoltz at uclibc.org
2008-03-07 0:09 ` Ulf Samuelsson
2008-06-20 21:45 jacmet at uclibc.org
2008-06-30 13:16 jacmet at uclibc.org
2008-08-23 13:08 jacmet at uclibc.org
2008-08-23 13:08 jacmet at uclibc.org
2008-08-23 13:08 jacmet at uclibc.org
2008-08-23 13:08 jacmet at uclibc.org
2008-08-24 7:48 jacmet at uclibc.org
2008-08-28 10:56 laird at uclibc.org
2008-08-28 11:37 ` Bernhard Reutner-Fischer
2008-10-10 14:41 laird at uclibc.org
2009-01-27 15:02 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=20070717151745.301A8A65A7@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