Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] svn commit: trunk/buildroot/package/libraw1394
@ 2007-06-25  8:58 aldot at uclibc.org
  0 siblings, 0 replies; 2+ messages in thread
From: aldot at uclibc.org @ 2007-06-25  8:58 UTC (permalink / raw)
  To: buildroot

Author: aldot
Date: 2007-06-25 01:58:38 -0700 (Mon, 25 Jun 2007)
New Revision: 18911

Log:
- Install the library under $(STAGING_DIR)/usr/lib (Julien Letessier)


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


Changeset:
Modified: trunk/buildroot/package/libraw1394/libraw1394.mk
===================================================================
--- trunk/buildroot/package/libraw1394/libraw1394.mk	2007-06-25 08:37:23 UTC (rev 18910)
+++ trunk/buildroot/package/libraw1394/libraw1394.mk	2007-06-25 08:58:38 UTC (rev 18911)
@@ -12,15 +12,13 @@
 $(DL_DIR)/$(LIBRAW1394_SOURCE):
 	$(WGET) -P $(DL_DIR) $(LIBRAW1394_SITE)/$(LIBRAW1394_SOURCE)
 
-$(LIBRAW1394_DIR)/.source: $(DL_DIR)/$(LIBRAW1394_SOURCE)
+$(LIBRAW1394_DIR)/.unpacked: $(DL_DIR)/$(LIBRAW1394_SOURCE)
 	$(ZCAT) $(DL_DIR)/$(LIBRAW1394_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
-	touch $(LIBRAW1394_DIR)/.source
+	touch $@
 
-$(LIBRAW1394_DIR)/.configured: $(LIBRAW1394_DIR)/.source
-	(cd $(LIBRAW1394_DIR); \
+$(LIBRAW1394_DIR)/.configured: $(LIBRAW1394_DIR)/.unpacked
+	(cd $(LIBRAW1394_DIR); rm -rf config.cache ; \
 		$(TARGET_CONFIGURE_OPTS) \
-		CFLAGS="$(TARGET_CFLAGS)" \
-		LDFLAGS="$(TARGET_LDFLAGS)" \
 		./configure \
 		--target=$(GNU_TARGET_NAME) \
 		--host=$(GNU_TARGET_NAME) \
@@ -29,7 +27,7 @@
 		--exec-prefix=/usr \
 		--bindir=/usr/bin \
 		--sbindir=/usr/sbin \
-		--libdir=/lib \
+		--libdir=/usr/lib \
 		--libexecdir=/usr/lib \
 		--sysconfdir=/etc \
 		--datadir=/usr/share \
@@ -38,17 +36,17 @@
 		--mandir=/usr/man \
 		--infodir=/usr/info \
 	);
-	touch $(LIBRAW1394_DIR)/.configured;
+	touch $@
 
 $(LIBRAW1394_DIR)/.compiled: $(LIBRAW1394_DIR)/.configured
 	$(MAKE) -C $(LIBRAW1394_DIR)
-	touch $(LIBRAW1394_DIR)/.compiled
+	touch $@
 
-$(STAGING_DIR)/lib/libraw1394.so: $(LIBRAW1394_DIR)/.compiled
+$(STAGING_DIR)/usr/lib/libraw1394.so: $(LIBRAW1394_DIR)/.compiled
 	$(MAKE) DESTDIR=$(STAGING_DIR) -C $(LIBRAW1394_DIR)/src install
 
 $(TARGET_DIR)/usr/lib/libraw1394.so: $(STAGING_DIR)/lib/libraw1394.so
-	cp -dpf $(STAGING_DIR)/lib/libraw1394.so* $(TARGET_DIR)/usr/lib/
+	cp -dpf $(STAGING_DIR)/usr/lib/libraw1394.so* $(TARGET_DIR)/usr/lib/
 
 libraw1394: uclibc $(TARGET_DIR)/usr/lib/libraw1394.so
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/package/libraw1394
@ 2009-01-11 20:12 ulf at uclibc.org
  0 siblings, 0 replies; 2+ messages in thread
From: ulf at uclibc.org @ 2009-01-11 20:12 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2009-01-11 20:12:11 +0000 (Sun, 11 Jan 2009)
New Revision: 24755

Log:
Use correct goal for libraw1394.so

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


Changeset:
Modified: trunk/buildroot/package/libraw1394/libraw1394.mk
===================================================================
--- trunk/buildroot/package/libraw1394/libraw1394.mk	2009-01-11 20:10:57 UTC (rev 24754)
+++ trunk/buildroot/package/libraw1394/libraw1394.mk	2009-01-11 20:12:11 UTC (rev 24755)
@@ -46,7 +46,7 @@
 $(STAGING_DIR)/usr/lib/libraw1394.so: $(LIBRAW1394_DIR)/.compiled
 	$(MAKE) DESTDIR=$(STAGING_DIR) -C $(LIBRAW1394_DIR)/src install
 
-$(TARGET_DIR)/usr/lib/libraw1394.so: $(STAGING_DIR)/lib/libraw1394.so
+$(TARGET_DIR)/usr/lib/libraw1394.so: $(STAGING_DIR)/usr/lib/libraw1394.so
 	cp -dpf $(STAGING_DIR)/usr/lib/libraw1394.so* $(TARGET_DIR)/usr/lib/
 
 libraw1394: uclibc $(TARGET_DIR)/usr/lib/libraw1394.so

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-01-11 20:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-25  8:58 [Buildroot] svn commit: trunk/buildroot/package/libraw1394 aldot at uclibc.org
  -- strict thread matches above, loose matches on Subject: below --
2009-01-11 20:12 ulf at uclibc.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox