From: Markus Heidelberg <markus.heidelberg@web.de>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] vim: fix download of patches
Date: Sun, 15 Mar 2009 12:39:23 +0100 [thread overview]
Message-ID: <200903151239.24015.markus.heidelberg@web.de> (raw)
In-Reply-To: <20090309194755.9831D764AC@busybox.osuosl.org>
Fixes the following error:
No rule to make target '$(DL_DIR)/7.1.001', needed by 'vim-source'
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
---
jacmet at uclibc.org, 09.03.2009:
> Author: jacmet
> Date: 2009-03-09 19:47:55 +0000 (Mon, 09 Mar 2009)
> New Revision: 25592
>
> Log:
> vim: fixup patch download location after change to DOWNLOAD macro.
Didn't work after this commit if the vim patches weren't yet available
as dl/7.1.*, but still in dl/vim/7.1.*
package/editors/vim/vim.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/editors/vim/vim.mk b/package/editors/vim/vim.mk
index 79d892b..9d42354 100644
--- a/package/editors/vim/vim.mk
+++ b/package/editors/vim/vim.mk
@@ -16,7 +16,7 @@ VIM_CONFIG_MK:=$(VIM_DIR)/src/auto/config.mk
$(DL_DIR)/$(VIM_SOURCE):
$(call DOWNLOAD,$(VIM_SOURCE_SITE),$(VIM_SOURCE))
-$(DL_DIR)/vim/%:
+$(DL_DIR)/%:
$(call DOWNLOAD,$(VIM_PATCH_SITE),$*)
vim-source: $(DL_DIR)/$(VIM_SOURCE) $(VIM_PATCHES)
--
1.6.2.106.gc2bb8
next prev parent reply other threads:[~2009-03-15 11:39 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-09 19:47 [Buildroot] svn commit: [25592] trunk/buildroot/package/editors/vim jacmet at uclibc.org
2009-03-15 11:39 ` Markus Heidelberg [this message]
2009-03-15 13:51 ` [Buildroot] [PATCH] vim: fix download of patches Peter Korsgaard
2009-03-15 15:51 ` Markus Heidelberg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200903151239.24015.markus.heidelberg@web.de \
--to=markus.heidelberg@web.de \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox