From mboxrd@z Thu Jan 1 00:00:00 1970 From: andersen at uclibc.org Date: Mon, 2 Oct 2006 11:40:43 -0700 (PDT) Subject: [Buildroot] svn commit: trunk/buildroot/package/lsof Message-ID: <20061002184043.0CF8D4856C@busybox.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net 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