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

Yann E. MORIN yann.morin.1998 at free.fr
Tue Sep 4 21:24:32 UTC 2012


Thomas, All,

On Tuesday 04 September 2012 16:04:08 Thomas Petazzoni wrote:
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni at 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.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'



More information about the buildroot mailing list