mbox series

[00/10] Build fixes for make dist/install to work

Message ID 20181107021456.1219553-1-amitay@ozlabs.org
Headers show
Series Build fixes for make dist/install to work | expand

Message

Amitay Isaacs Nov. 7, 2018, 2:14 a.m. UTC
Hi,

Here are the patches to Makefile.am to ensure "make dist" and "make install"
work correctly.  Also, keep the source lists sorted for convenience.

Amitay Isaacs (10):
  Makefile: Install libpdbg header libpdbg.h
  Makefile: Keep libfdt sources sorted
  Makefile: Keep libpdbg sources sorted
  Makefile: Add missing header file in libpdbg_SOURCES
  Makefile: Keep pdbg sources sorted
  Makefile: Add missing headers to pdbg_SOURCES
  Makefile: Define arch dependent sources explicitly
  Makefile: Redefine sources required for gdbserver
  Makefile: Package src/gdb_parser.rl
  Makefile: Order the libraries for make install to work

 Makefile.am | 98 +++++++++++++++++++++++++++++++----------------------
 1 file changed, 58 insertions(+), 40 deletions(-)

Comments

Alistair Popple Nov. 7, 2018, 4:20 a.m. UTC | #1
Thanks Amitay, pushed to master

On Wednesday, 7 November 2018 1:14:46 PM AEDT Amitay Isaacs wrote:
> Hi,
> 
> Here are the patches to Makefile.am to ensure "make dist" and "make install"
> work correctly.  Also, keep the source lists sorted for convenience.
> 
> Amitay Isaacs (10):
>   Makefile: Install libpdbg header libpdbg.h
>   Makefile: Keep libfdt sources sorted
>   Makefile: Keep libpdbg sources sorted
>   Makefile: Add missing header file in libpdbg_SOURCES
>   Makefile: Keep pdbg sources sorted
>   Makefile: Add missing headers to pdbg_SOURCES
>   Makefile: Define arch dependent sources explicitly
>   Makefile: Redefine sources required for gdbserver
>   Makefile: Package src/gdb_parser.rl
>   Makefile: Order the libraries for make install to work
> 
>  Makefile.am | 98 +++++++++++++++++++++++++++++++----------------------
>  1 file changed, 58 insertions(+), 40 deletions(-)