grub-devel.gnu.org archive mirror
 help / color / mirror / Atom feed
* grub-core/Makefile.libfdt.def missing in current trunk
@ 2013-07-18 17:03 Andrey Borzenkov
  2013-07-20 11:52 ` [PATCH] remove Makefile.libfdt.def from EXTRA_DIST Andrey Borzenkov
  0 siblings, 1 reply; 6+ messages in thread
From: Andrey Borzenkov @ 2013-07-18 17:03 UTC (permalink / raw)
  To: grub-devel

bor@opensuse:~/build/grub> LC_ALL=C make dist-xz
make: *** No rule to make target `grub-core/Makefile.libfdt.def', needed by `distdir'.  Stop.
bor@opensuse:~/build/grub> 

bor@opensuse:~/src/grub> grep -r libfdt .
./.bzrignore:grub-core/Makefile.libfdt.def
./conf/Makefile.extra-dist:EXTRA_DIST += grub-core/Makefile.libfdt.def
./conf/Makefile.common:CPPFLAGS_LIBFDT = -I$(top_srcdir)/grub-core/lib/dtc-grub/libfdt $(CPPFLAGS_POSIX)
bor@opensuse:~/src/grub> 

Note that grub-core/lib/dtc-grub is missing as well.



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

* [PATCH] remove Makefile.libfdt.def from EXTRA_DIST
  2013-07-18 17:03 grub-core/Makefile.libfdt.def missing in current trunk Andrey Borzenkov
@ 2013-07-20 11:52 ` Andrey Borzenkov
  2013-07-21 13:38   ` Francesco Lavra
  0 siblings, 1 reply; 6+ messages in thread
From: Andrey Borzenkov @ 2013-07-20 11:52 UTC (permalink / raw)
  To: grub-devel

libfdt was removed in phcoder@gmail.com-20130517115847-6gr15337m1ge8zh3
Makefile.libfdt.def was missed from cleanup.

Signed-off-by: Andrey Borzenkov <arvidjaar@gmail.com>

---
 conf/Makefile.extra-dist | 1 -
 1 file changed, 1 deletion(-)

diff --git a/conf/Makefile.extra-dist b/conf/Makefile.extra-dist
index ac5b90a..a76083b 100644
--- a/conf/Makefile.extra-dist
+++ b/conf/Makefile.extra-dist
@@ -18,7 +18,6 @@ EXTRA_DIST += conf/i386-pc-cygwin-img-ld.sc
 
 EXTRA_DIST += grub-core/Makefile.core.def
 EXTRA_DIST += grub-core/Makefile.gcry.def
-EXTRA_DIST += grub-core/Makefile.libfdt.def
 
 EXTRA_DIST += grub-core/genmoddep.awk
 EXTRA_DIST += grub-core/genmod.sh.in
-- 
tg: (e1a892d..) u/libfdt (depends on: master)


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

* Re: [PATCH] remove Makefile.libfdt.def from EXTRA_DIST
  2013-07-20 11:52 ` [PATCH] remove Makefile.libfdt.def from EXTRA_DIST Andrey Borzenkov
@ 2013-07-21 13:38   ` Francesco Lavra
  2013-07-21 14:15     ` Andrey Borzenkov
  2013-07-25 14:39     ` Vladimir 'φ-coder/phcoder' Serbinenko
  0 siblings, 2 replies; 6+ messages in thread
From: Francesco Lavra @ 2013-07-21 13:38 UTC (permalink / raw)
  To: The development of GNU GRUB; +Cc: Andrey Borzenkov

On 07/20/2013 01:52 PM, Andrey Borzenkov wrote:
> libfdt was removed in phcoder@gmail.com-20130517115847-6gr15337m1ge8zh3
> Makefile.libfdt.def was missed from cleanup.
> 
> Signed-off-by: Andrey Borzenkov <arvidjaar@gmail.com>
> 
> ---
>  conf/Makefile.extra-dist | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/conf/Makefile.extra-dist b/conf/Makefile.extra-dist
> index ac5b90a..a76083b 100644
> --- a/conf/Makefile.extra-dist
> +++ b/conf/Makefile.extra-dist
> @@ -18,7 +18,6 @@ EXTRA_DIST += conf/i386-pc-cygwin-img-ld.sc
>  
>  EXTRA_DIST += grub-core/Makefile.core.def
>  EXTRA_DIST += grub-core/Makefile.gcry.def
> -EXTRA_DIST += grub-core/Makefile.libfdt.def
>  
>  EXTRA_DIST += grub-core/genmoddep.awk
>  EXTRA_DIST += grub-core/genmod.sh.in

Correct.
Also, CPPFLAGS_LIBFDT in conf/Makefile.common and the entries
grub-core/Makefile.libfdt.def and grub-core/lib/dtc-grub in .bzrignore
should be removed as well.

Regards,
Francesco


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

* [PATCH] remove Makefile.libfdt.def from EXTRA_DIST
  2013-07-21 13:38   ` Francesco Lavra
@ 2013-07-21 14:15     ` Andrey Borzenkov
  2013-07-25 14:37       ` Vladimir 'φ-coder/phcoder' Serbinenko
  2013-07-25 14:39     ` Vladimir 'φ-coder/phcoder' Serbinenko
  1 sibling, 1 reply; 6+ messages in thread
From: Andrey Borzenkov @ 2013-07-21 14:15 UTC (permalink / raw)
  To: grub-devel

libfdt was removed in phcoder@gmail.com-20130517115847-6gr15337m1ge8zh3
Makefile.libfdt.def was missed from cleanup.

Also remove libfdt related entries from .bzrignore as suggested by
Francesco Lavra.

Signed-off-by: Andrey Borzenkov <arvidjaar@gmail.com>

---
 .bzrignore               | 2 --
 conf/Makefile.extra-dist | 1 -
 2 files changed, 3 deletions(-)

diff --git a/.bzrignore b/.bzrignore
index d4e3d2d..40c2065 100644
--- a/.bzrignore
+++ b/.bzrignore
@@ -206,8 +206,6 @@ po/*.gmo
 po/LINGUAS
 include/grub/gcrypt/gcrypt.h
 include/grub/gcrypt/g10lib.h
-grub-core/lib/dtc-grub
-grub-core/Makefile.libfdt.def
 po/POTFILES.in
 po/POTFILES-shell.in
 grub-glue-efi
diff --git a/conf/Makefile.extra-dist b/conf/Makefile.extra-dist
index ac5b90a..a76083b 100644
--- a/conf/Makefile.extra-dist
+++ b/conf/Makefile.extra-dist
@@ -18,7 +18,6 @@ EXTRA_DIST += conf/i386-pc-cygwin-img-ld.sc
 
 EXTRA_DIST += grub-core/Makefile.core.def
 EXTRA_DIST += grub-core/Makefile.gcry.def
-EXTRA_DIST += grub-core/Makefile.libfdt.def
 
 EXTRA_DIST += grub-core/genmoddep.awk
 EXTRA_DIST += grub-core/genmod.sh.in
-- 
tg: (af5fa18..) u/libfdt (depends on: master)


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

* Re: [PATCH] remove Makefile.libfdt.def from EXTRA_DIST
  2013-07-21 14:15     ` Andrey Borzenkov
@ 2013-07-25 14:37       ` Vladimir 'φ-coder/phcoder' Serbinenko
  0 siblings, 0 replies; 6+ messages in thread
From: Vladimir 'φ-coder/phcoder' Serbinenko @ 2013-07-25 14:37 UTC (permalink / raw)
  To: The development of GNU GRUB

Go ahead.
On 21.07.2013 16:15, Andrey Borzenkov wrote:
> libfdt was removed in phcoder@gmail.com-20130517115847-6gr15337m1ge8zh3
> Makefile.libfdt.def was missed from cleanup.
>
> Also remove libfdt related entries from .bzrignore as suggested by
> Francesco Lavra.
>
> Signed-off-by: Andrey Borzenkov <arvidjaar@gmail.com>
>
> ---
>   .bzrignore               | 2 --
>   conf/Makefile.extra-dist | 1 -
>   2 files changed, 3 deletions(-)
>
> diff --git a/.bzrignore b/.bzrignore
> index d4e3d2d..40c2065 100644
> --- a/.bzrignore
> +++ b/.bzrignore
> @@ -206,8 +206,6 @@ po/*.gmo
>   po/LINGUAS
>   include/grub/gcrypt/gcrypt.h
>   include/grub/gcrypt/g10lib.h
> -grub-core/lib/dtc-grub
> -grub-core/Makefile.libfdt.def
>   po/POTFILES.in
>   po/POTFILES-shell.in
>   grub-glue-efi
> diff --git a/conf/Makefile.extra-dist b/conf/Makefile.extra-dist
> index ac5b90a..a76083b 100644
> --- a/conf/Makefile.extra-dist
> +++ b/conf/Makefile.extra-dist
> @@ -18,7 +18,6 @@ EXTRA_DIST += conf/i386-pc-cygwin-img-ld.sc
>
>   EXTRA_DIST += grub-core/Makefile.core.def
>   EXTRA_DIST += grub-core/Makefile.gcry.def
> -EXTRA_DIST += grub-core/Makefile.libfdt.def
>
>   EXTRA_DIST += grub-core/genmoddep.awk
>   EXTRA_DIST += grub-core/genmod.sh.in
>



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

* Re: [PATCH] remove Makefile.libfdt.def from EXTRA_DIST
  2013-07-21 13:38   ` Francesco Lavra
  2013-07-21 14:15     ` Andrey Borzenkov
@ 2013-07-25 14:39     ` Vladimir 'φ-coder/phcoder' Serbinenko
  1 sibling, 0 replies; 6+ messages in thread
From: Vladimir 'φ-coder/phcoder' Serbinenko @ 2013-07-25 14:39 UTC (permalink / raw)
  To: The development of GNU GRUB

@Francesco, Andrey: please check your time and timezone settings. 
Someone of you has them wrong as replies are dated before the original


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

end of thread, other threads:[~2013-07-25 14:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-18 17:03 grub-core/Makefile.libfdt.def missing in current trunk Andrey Borzenkov
2013-07-20 11:52 ` [PATCH] remove Makefile.libfdt.def from EXTRA_DIST Andrey Borzenkov
2013-07-21 13:38   ` Francesco Lavra
2013-07-21 14:15     ` Andrey Borzenkov
2013-07-25 14:37       ` Vladimir 'φ-coder/phcoder' Serbinenko
2013-07-25 14:39     ` Vladimir 'φ-coder/phcoder' Serbinenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).