* [Buildroot] svn commit: [25641] trunk/buildroot/target/linux
@ 2009-03-13 4:31 correa at uclibc.org
2009-03-16 10:47 ` Ulf Samuelsson
0 siblings, 1 reply; 2+ messages in thread
From: correa at uclibc.org @ 2009-03-13 4:31 UTC (permalink / raw)
To: buildroot
Author: correa
Date: 2009-03-13 04:31:43 +0000 (Fri, 13 Mar 2009)
New Revision: 25641
Log:
Fix build (dependency) with custom patch option
Modified:
trunk/buildroot/target/linux/Makefile.in.advanced
Changeset:
Modified: trunk/buildroot/target/linux/Makefile.in.advanced
===================================================================
--- trunk/buildroot/target/linux/Makefile.in.advanced 2009-03-12 23:04:19 UTC (rev 25640)
+++ trunk/buildroot/target/linux/Makefile.in.advanced 2009-03-13 04:31:43 UTC (rev 25641)
@@ -71,7 +71,7 @@
LINUX26_BSP_PATCH:=$(strip $(subst ",,$(BR2_LINUX_BSP_PATCH)))
#"))
-LINUX_HEADERS_DEPENDS:= $(LINUX26_BSP_PATCH)
+LINUX_HEADERS_DEPENDS:= $(DL_DIR)/$(LINUX26_BSP_PATCH)
ifneq ($(LINUX26_PATCH_SOURCE),)
LINUX_HEADERS_DEPENDS+=$(DL_DIR)/$(LINUX26_PATCH_SOURCE)
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Buildroot] svn commit: [25641] trunk/buildroot/target/linux
2009-03-13 4:31 [Buildroot] svn commit: [25641] trunk/buildroot/target/linux correa at uclibc.org
@ 2009-03-16 10:47 ` Ulf Samuelsson
0 siblings, 0 replies; 2+ messages in thread
From: Ulf Samuelsson @ 2009-03-16 10:47 UTC (permalink / raw)
To: buildroot
fre 2009-03-13 klockan 04:31 +0000 skrev correa at uclibc.org:
> Author: correa
> Date: 2009-03-13 04:31:43 +0000 (Fri, 13 Mar 2009)
> New Revision: 25641
>
> Log:
> Fix build (dependency) with custom patch option
>
> Modified:
> trunk/buildroot/target/linux/Makefile.in.advanced
>
>
> Changeset:
> Modified: trunk/buildroot/target/linux/Makefile.in.advanced
> ===================================================================
> --- trunk/buildroot/target/linux/Makefile.in.advanced 2009-03-12 23:04:19 UTC (rev 25640)
> +++ trunk/buildroot/target/linux/Makefile.in.advanced 2009-03-13 04:31:43 UTC (rev 25641)
> @@ -71,7 +71,7 @@
> LINUX26_BSP_PATCH:=$(strip $(subst ",,$(BR2_LINUX_BSP_PATCH)))
> #"))
>
> -LINUX_HEADERS_DEPENDS:= $(LINUX26_BSP_PATCH)
> +LINUX_HEADERS_DEPENDS:= $(DL_DIR)/$(LINUX26_BSP_PATCH)
>
This patch breaks the build.
If $(LINUX26_BSP_PATCH) is empty, then you depend
on the download directory, which is touched
every time you download a new file, forcing the
rebuild of Linux.
If there is a patch applied, this gets applied once more
and the build fails.
Pls fix.
BR
Ulf Samuelsson
> ifneq ($(LINUX26_PATCH_SOURCE),)
> LINUX_HEADERS_DEPENDS+=$(DL_DIR)/$(LINUX26_PATCH_SOURCE)
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-03-16 10:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-13 4:31 [Buildroot] svn commit: [25641] trunk/buildroot/target/linux correa at uclibc.org
2009-03-16 10:47 ` Ulf Samuelsson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox