[Buildroot] svn commit: trunk/buildroot/package/lsof
andersen at uclibc.org
andersen at uclibc.org
Mon Oct 2 18:40:43 UTC 2006
Author: andersen
Date: 2006-10-02 11:40:42 -0700 (Mon, 02 Oct 2006)
New Revision: 16289
Log:
escape the wildcard
Modified:
trunk/buildroot/package/lsof/lsof.mk
Changeset:
Modified: trunk/buildroot/package/lsof/lsof.mk
===================================================================
--- trunk/buildroot/package/lsof/lsof.mk 2006-10-02 18:25:37 UTC (rev 16288)
+++ trunk/buildroot/package/lsof/lsof.mk 2006-10-02 18:40:42 UTC (rev 16289)
@@ -20,7 +20,7 @@
$(LSOF_DIR)/.unpacked: $(DL_DIR)/$(LSOF_SOURCE)
$(LSOF_CAT) $(DL_DIR)/$(LSOF_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
(cd $(LSOF_DIR);tar xf lsof_4.77_src.tar;rm -f lsof_4.77_src.tar)
- toolchain/patch-kernel.sh $(LSOF_DIR) package/lsof/ *.patch
+ toolchain/patch-kernel.sh $(LSOF_DIR) package/lsof/ \*.patch
touch $(LSOF_DIR)/.unpacked
$(LSOF_DIR)/.configured: $(LSOF_DIR)/.unpacked
More information about the buildroot
mailing list