diff mbox

[3/4] Remove target/Makefile.in, now useless

Message ID 77bb15266ba4c2bad35d207606a0214fef441263.1346767209.git.thomas.petazzoni@free-electrons.com
State Superseded
Headers show

Commit Message

Thomas Petazzoni Sept. 4, 2012, 2:04 p.m. UTC
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 Makefile           |    1 -
 target/Makefile.in |    3 ---
 2 files changed, 4 deletions(-)
 delete mode 100644 target/Makefile.in

Comments

Yann E. MORIN Sept. 4, 2012, 9:24 p.m. UTC | #1
Thomas, All,

On Tuesday 04 September 2012 16:04:08 Thomas Petazzoni wrote:
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> ---
>  Makefile           |    1 -
>  target/Makefile.in |    3 ---
>  2 files changed, 4 deletions(-)
>  delete mode 100644 target/Makefile.in
> 
> diff --git a/Makefile b/Makefile
> index 791fd72..aff44a8 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -314,7 +314,6 @@ endif
>  include package/*/*.mk
>  
>  include boot/common.mk
> -include target/Makefile.in
>  include linux/linux.mk
>  
>  TARGETS+=target-finalize
> diff --git a/target/Makefile.in b/target/Makefile.in
> deleted file mode 100644
> index 915d625..0000000
> --- a/target/Makefile.in
> +++ /dev/null
> @@ -1,3 +0,0 @@
> -# make sure to put everything that is board-specific before the tarroot targets
> -include target/generic/Makefile.in

I would fold this patch with the previous one. Without it, the previous
patch breaks the Makefile:
  $ make defconfig
  [--SNIP--]
  $ make
  target/Makefile.in:2: target/generic/Makefile.in: No such file or directory
  make: *** No rule to make target `target/generic/Makefile.in'.  Stop.

(Sorry, I missed that in the previous patch).

Regards,
Yann E. MORIN.
Thomas Petazzoni Sept. 5, 2012, 9:23 a.m. UTC | #2
Le Tue, 4 Sep 2012 23:24:32 +0200,
"Yann E. MORIN" <yann.morin.1998@free.fr> a écrit :

> I would fold this patch with the previous one. Without it, the previous
> patch breaks the Makefile:
>   $ make defconfig
>   [--SNIP--]
>   $ make
>   target/Makefile.in:2: target/generic/Makefile.in: No such file or directory
>   make: *** No rule to make target `target/generic/Makefile.in'.  Stop.
> 
> (Sorry, I missed that in the previous patch).

Ok, will do.

Thanks,

Thomas
diff mbox

Patch

diff --git a/Makefile b/Makefile
index 791fd72..aff44a8 100644
--- a/Makefile
+++ b/Makefile
@@ -314,7 +314,6 @@  endif
 include package/*/*.mk
 
 include boot/common.mk
-include target/Makefile.in
 include linux/linux.mk
 
 TARGETS+=target-finalize
diff --git a/target/Makefile.in b/target/Makefile.in
deleted file mode 100644
index 915d625..0000000
--- a/target/Makefile.in
+++ /dev/null
@@ -1,3 +0,0 @@ 
-# make sure to put everything that is board-specific before the tarroot targets
-include target/generic/Makefile.in
-