Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] svn commit: trunk/buildroot/package/coreutils
@ 2007-07-20 11:16 ulf at uclibc.org
  0 siblings, 0 replies; 2+ messages in thread
From: ulf at uclibc.org @ 2007-07-20 11:16 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2007-07-20 04:16:56 -0700 (Fri, 20 Jul 2007)
New Revision: 19178

Log:
Ensure 'coreutils' use patch from the correct directory

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


Changeset:
Modified: trunk/buildroot/package/coreutils/coreutils.mk
===================================================================
--- trunk/buildroot/package/coreutils/coreutils.mk	2007-07-20 11:13:22 UTC (rev 19177)
+++ trunk/buildroot/package/coreutils/coreutils.mk	2007-07-20 11:16:56 UTC (rev 19178)
@@ -21,7 +21,7 @@
 
 $(COREUTILS_DIR)/.unpacked: $(DL_DIR)/$(COREUTILS_SOURCE)
 	$(COREUTILS_CAT) $(DL_DIR)/$(COREUTILS_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
-	toolchain/patch-kernel.sh $(COREUTILS_DIR) package/coreutils/ coreutils\*.patch
+	toolchain/patch-kernel.sh $(COREUTILS_DIR) package/coreutils/ \*.patch
 	touch $@
 
 $(COREUTILS_DIR)/.configured: $(COREUTILS_DIR)/.unpacked

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

* [Buildroot] svn commit: trunk/buildroot/package/coreutils
@ 2007-07-28 16:39 ulf at uclibc.org
  0 siblings, 0 replies; 2+ messages in thread
From: ulf at uclibc.org @ 2007-07-28 16:39 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2007-07-28 09:39:06 -0700 (Sat, 28 Jul 2007)
New Revision: 19296

Log:
Be more specific for coreutils patches

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


Changeset:
Modified: trunk/buildroot/package/coreutils/coreutils.mk
===================================================================
--- trunk/buildroot/package/coreutils/coreutils.mk	2007-07-28 16:02:07 UTC (rev 19295)
+++ trunk/buildroot/package/coreutils/coreutils.mk	2007-07-28 16:39:06 UTC (rev 19296)
@@ -21,7 +21,7 @@
 
 $(COREUTILS_DIR)/.unpacked: $(DL_DIR)/$(COREUTILS_SOURCE)
 	$(COREUTILS_CAT) $(DL_DIR)/$(COREUTILS_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
-	toolchain/patch-kernel.sh $(COREUTILS_DIR) package/coreutils/ \*.patch
+	toolchain/patch-kernel.sh $(COREUTILS_DIR) package/coreutils/ coreutils\*.patch
 	touch $@
 
 $(COREUTILS_DIR)/.configured: $(COREUTILS_DIR)/.unpacked

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

end of thread, other threads:[~2007-07-28 16:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-20 11:16 [Buildroot] svn commit: trunk/buildroot/package/coreutils ulf at uclibc.org
  -- strict thread matches above, loose matches on Subject: below --
2007-07-28 16:39 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