[Pdbg] [PATCH 02/10] Makefile: Keep the list of dependencies sorted

Alistair Popple alistair at popple.id.au
Fri Oct 26 14:51:51 AEDT 2018


Reviewed-by: Alistair Popple <alistair at popple.id.au>

On Tuesday, 2 October 2018 4:04:23 PM AEDT Amitay Isaacs wrote:
> Signed-off-by: Amitay Isaacs <amitay at ozlabs.org>
> ---
>  Makefile.am | 22 +++++++++++-----------
>  1 file changed, 11 insertions(+), 11 deletions(-)
> 
> diff --git a/Makefile.am b/Makefile.am
> index 88aabe9..86d8733 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -66,24 +66,24 @@ optcmd_test_SOURCES = src/optcmd.c src/parsers.c
> src/tests/optcmd_test.c optcmd_test_CFLAGS = -Wall -g
> 
>  pdbg_SOURCES = \
> -	src/main.c \
>  	src/cfam.c \
> -	src/scom.c \
> -	src/reg.c \
> -	src/mem.c \
> -	src/thread.c \
> -	src/ring.c \
>  	src/htm.c \
> -	src/progress.c \
> -	src/parsers.c \
> -	src/optcmd.c \
> -	src/options_ at ARCH@.c \
>  	src/htm.h \
> +	src/main.c \
>  	src/main.h \
> +	src/mem.c \
> +	src/optcmd.c \
>  	src/optcmd.h \
> +	src/options_ at ARCH@.c \
>  	src/options.h \
> +	src/parsers.c \
>  	src/parsers.h \
> -	src/progress.h
> +	src/progress.c \
> +	src/progress.h \
> +	src/reg.c \
> +	src/ring.c \
> +	src/scom.c \
> +	src/thread.c
> 
>  src/main.c: $(DT_headers)




More information about the Pdbg mailing list