Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] svn commit: trunk/buildroot/package/libevent
@ 2007-01-14  6:07 sjhill at uclibc.org
  0 siblings, 0 replies; 3+ messages in thread
From: sjhill at uclibc.org @ 2007-01-14  6:07 UTC (permalink / raw)
  To: buildroot

Author: sjhill
Date: 2007-01-13 22:07:49 -0800 (Sat, 13 Jan 2007)
New Revision: 17293

Log:
Remove man pages after installing into target filesystem.


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


Changeset:
Modified: trunk/buildroot/package/libevent/libevent.mk
===================================================================
--- trunk/buildroot/package/libevent/libevent.mk	2007-01-14 05:38:00 UTC (rev 17292)
+++ trunk/buildroot/package/libevent/libevent.mk	2007-01-14 06:07:49 UTC (rev 17293)
@@ -43,15 +43,18 @@
 $(TARGET_DIR)/$(LIBEVENT_TARGET_BINARY): $(STAGING_DIR)/$(LIBEVENT_TARGET_BINARY)
 	make -C $(LIBEVENT_DIR) DESTDIR=$(TARGET_DIR) install
 	rm -f $(TARGET_DIR)/usr/lib/libevent*.la $(TARGET_DIR)/usr/include/ev*
+	rm -f $(TARGET_DIR)/usr/man/man3/ev*.3
+	rmdir -p --ignore-fail-on-non-empty $(TARGET_DIR)/usr/man/man3
 
 libevent: uclibc $(TARGET_DIR)/$(LIBEVENT_TARGET_BINARY)
 
 libevent-clean:
-	rm -f $(TARGET_DIR)/$(LIBEVENT_TARGET_BINARY)
+	rm -f $(TARGET_DIR)/$(LIBEVENT_TARGET_BINARY)*
 	-$(MAKE) -C $(LIBEVENT_DIR) clean
 
 libevent-dirclean:
 	rm -rf $(LIBEVENT_DIR)
+
 #############################################################
 #
 # Toplevel Makefile options

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

* [Buildroot] svn commit: trunk/buildroot/package/libevent
@ 2007-06-20 13:18 aldot at uclibc.org
  0 siblings, 0 replies; 3+ messages in thread
From: aldot at uclibc.org @ 2007-06-20 13:18 UTC (permalink / raw)
  To: buildroot

Author: aldot
Date: 2007-06-20 06:18:53 -0700 (Wed, 20 Jun 2007)
New Revision: 18868

Log:
- you have to escape the asterisk


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


Changeset:
Modified: trunk/buildroot/package/libevent/libevent.mk
===================================================================
--- trunk/buildroot/package/libevent/libevent.mk	2007-06-20 12:42:03 UTC (rev 18867)
+++ trunk/buildroot/package/libevent/libevent.mk	2007-06-20 13:18:53 UTC (rev 18868)
@@ -19,7 +19,7 @@
 libevent-unpacked: $(LIBEVENT_DIR)/.unpacked
 $(LIBEVENT_DIR)/.unpacked: $(DL_DIR)/$(LIBEVENT_SOURCE)
 	$(LIBEVENT_CAT) $(DL_DIR)/$(LIBEVENT_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
-	toolchain/patch-kernel.sh $(LIBEVENT_DIR) package/libevent/ *.patch
+	toolchain/patch-kernel.sh $(LIBEVENT_DIR) package/libevent/ \*.patch
 	touch $(LIBEVENT_DIR)/.unpacked
 
 $(LIBEVENT_DIR)/.configured: $(LIBEVENT_DIR)/.unpacked

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

* [Buildroot] svn commit: trunk/buildroot/package/libevent
@ 2007-06-20 13:19 aldot at uclibc.org
  0 siblings, 0 replies; 3+ messages in thread
From: aldot at uclibc.org @ 2007-06-20 13:19 UTC (permalink / raw)
  To: buildroot

Author: aldot
Date: 2007-06-20 06:19:40 -0700 (Wed, 20 Jun 2007)
New Revision: 18869

Log:
- use $@


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


Changeset:
Modified: trunk/buildroot/package/libevent/libevent.mk
===================================================================
--- trunk/buildroot/package/libevent/libevent.mk	2007-06-20 13:18:53 UTC (rev 18868)
+++ trunk/buildroot/package/libevent/libevent.mk	2007-06-20 13:19:40 UTC (rev 18869)
@@ -20,7 +20,7 @@
 $(LIBEVENT_DIR)/.unpacked: $(DL_DIR)/$(LIBEVENT_SOURCE)
 	$(LIBEVENT_CAT) $(DL_DIR)/$(LIBEVENT_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
 	toolchain/patch-kernel.sh $(LIBEVENT_DIR) package/libevent/ \*.patch
-	touch $(LIBEVENT_DIR)/.unpacked
+	touch $@
 
 $(LIBEVENT_DIR)/.configured: $(LIBEVENT_DIR)/.unpacked
 	(cd $(LIBEVENT_DIR); rm -rf config.cache; \
@@ -35,7 +35,7 @@
 		--disable-static \
 		--with-gnu-ld \
 	);
-	touch $(LIBEVENT_DIR)/.configured
+	touch $@
 
 $(LIBEVENT_DIR)/$(LIBEVENT_BINARY): $(LIBEVENT_DIR)/.configured
 	$(TARGET_CONFIGURE_OPTS) $(MAKE) CC=$(TARGET_CC) -C $(LIBEVENT_DIR)

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

end of thread, other threads:[~2007-06-20 13:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-20 13:19 [Buildroot] svn commit: trunk/buildroot/package/libevent aldot at uclibc.org
  -- strict thread matches above, loose matches on Subject: below --
2007-06-20 13:18 aldot at uclibc.org
2007-01-14  6:07 sjhill 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