All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] svn commit: [25592] trunk/buildroot/package/editors/vim
@ 2009-03-09 19:47 jacmet at uclibc.org
  2009-03-15 11:39 ` [Buildroot] [PATCH] vim: fix download of patches Markus Heidelberg
  0 siblings, 1 reply; 4+ messages in thread
From: jacmet at uclibc.org @ 2009-03-09 19:47 UTC (permalink / raw)
  To: buildroot

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.

Closes #161.

Modified:
   trunk/buildroot/package/editors/vim/vim.mk


Changeset:
Modified: trunk/buildroot/package/editors/vim/vim.mk
===================================================================
--- trunk/buildroot/package/editors/vim/vim.mk	2009-03-09 17:22:16 UTC (rev 25591)
+++ trunk/buildroot/package/editors/vim/vim.mk	2009-03-09 19:47:55 UTC (rev 25592)
@@ -9,7 +9,7 @@
 VIM_SOURCE_SITE:=$(VIM_SITE)/unix
 VIM_PATCH_SITE:=$(VIM_SITE)/patches/7.1
 VIM_DIR:=$(BUILD_DIR)/vim71
-VIM_PATCHES:=$(shell sed -e 's:^:$(DL_DIR)/vim/$(VIM_VERSION).:' package/editors/vim/patches)
+VIM_PATCHES:=$(shell sed -e 's:^:$(DL_DIR)/$(VIM_VERSION).:' package/editors/vim/patches)
 VIM_CONFIG_H:=$(VIM_DIR)/src/auto/config.h
 VIM_CONFIG_MK:=$(VIM_DIR)/src/auto/config.mk
 

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

* [Buildroot] [PATCH] vim: fix download of patches
  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
  2009-03-15 13:51   ` Peter Korsgaard
  0 siblings, 1 reply; 4+ messages in thread
From: Markus Heidelberg @ 2009-03-15 11:39 UTC (permalink / raw)
  To: buildroot

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

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

* [Buildroot] [PATCH] vim: fix download of patches
  2009-03-15 11:39 ` [Buildroot] [PATCH] vim: fix download of patches Markus Heidelberg
@ 2009-03-15 13:51   ` Peter Korsgaard
  2009-03-15 15:51     ` Markus Heidelberg
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Korsgaard @ 2009-03-15 13:51 UTC (permalink / raw)
  To: buildroot

>>>>> "Markus" == Markus Heidelberg <markus.heidelberg@web.de> writes:

Hi,

 >> Log:
 >> vim: fixup patch download location after change to DOWNLOAD macro.

 Markus> Didn't work after this commit if the vim patches weren't yet
 Markus> available as dl/7.1.*, but still in dl/vim/7.1.*

Ahh yes, thanks. I committed as slightly different version as r25662 (I
didn't like a catch-all DL_DIR/% rule).

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] vim: fix download of patches
  2009-03-15 13:51   ` Peter Korsgaard
@ 2009-03-15 15:51     ` Markus Heidelberg
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Heidelberg @ 2009-03-15 15:51 UTC (permalink / raw)
  To: buildroot

Peter Korsgaard, 15.03.2009:
> >>>>> "Markus" == Markus Heidelberg <markus.heidelberg@web.de> writes:
> 
> Hi,
> 
>  >> Log:
>  >> vim: fixup patch download location after change to DOWNLOAD macro.
> 
>  Markus> Didn't work after this commit if the vim patches weren't yet
>  Markus> available as dl/7.1.*, but still in dl/vim/7.1.*
> 
> Ahh yes, thanks. I committed as slightly different version as r25662 (I
> didn't like a catch-all DL_DIR/% rule).

Oh, yes, that wasn't really nice.

Markus

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

end of thread, other threads:[~2009-03-15 15:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-09 19:47 [Buildroot] svn commit: [25592] trunk/buildroot/package/editors/vim jacmet at uclibc.org
2009-03-15 11:39 ` [Buildroot] [PATCH] vim: fix download of patches Markus Heidelberg
2009-03-15 13:51   ` Peter Korsgaard
2009-03-15 15:51     ` Markus Heidelberg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.