public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* [PATCH rebase] Add missing pechecksum.* to SRC_DISTFILES
@ 2023-08-08  8:54 Christian Franke
  2023-08-08 18:15 ` Corinna Vinschen
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Franke @ 2023-08-08  8:54 UTC (permalink / raw)
  To: cygwin-apps

[-- Attachment #1: Type: text/plain, Size: 50 bytes --]

Missed yesterday, sorry.

-- 
Regards,
Christian


[-- Attachment #2: 0001-Add-missing-pechecksum.-to-SRC_DISTFILES.patch --]
[-- Type: text/plain, Size: 907 bytes --]

From 84065da466d9501d0522af8860ea829ee51c12f5 Mon Sep 17 00:00:00 2001
From: Christian Franke <christian.franke@t-online.de>
Date: Tue, 8 Aug 2023 10:52:14 +0200
Subject: [PATCH] Add missing pechecksum.* to SRC_DISTFILES

Signed-off-by: Christian Franke <christian.franke@t-online.de>
---
 Makefile.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile.in b/Makefile.in
index 46df1d5..adb7972 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -84,7 +84,8 @@ PEFLAGS_OBJS = peflags.$(O) pechecksum.$(O) $(LIBOBJS)
 PEFLAGS_LIBS =
 
 SRC_DISTFILES = configure.ac configure Makefile.in \
-	peflagsall.in rebaseall.in peflags.c rebase.c \
+	peflagsall.in rebaseall.in \
+	pechecksum.c pechecksum.h peflags.c rebase.c \
 	build.sh ChangeLog COPYING NEWS README setup.hint Todo \
 	build-aux/config.guess build-aux/config.sub \
 	build-aux/install-sh getopt.h_ getopt_long.c \
-- 
2.39.0


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

* Re: [PATCH rebase] Add missing pechecksum.* to SRC_DISTFILES
  2023-08-08  8:54 [PATCH rebase] Add missing pechecksum.* to SRC_DISTFILES Christian Franke
@ 2023-08-08 18:15 ` Corinna Vinschen
  0 siblings, 0 replies; 2+ messages in thread
From: Corinna Vinschen @ 2023-08-08 18:15 UTC (permalink / raw)
  To: cygwin-apps

On Aug  8 10:54, Christian Franke via Cygwin-apps wrote:
> Missed yesterday, sorry.
> 
> -- 
> Regards,
> Christian
> 

> From 84065da466d9501d0522af8860ea829ee51c12f5 Mon Sep 17 00:00:00 2001
> From: Christian Franke <christian.franke@t-online.de>
> Date: Tue, 8 Aug 2023 10:52:14 +0200
> Subject: [PATCH] Add missing pechecksum.* to SRC_DISTFILES
> 
> Signed-off-by: Christian Franke <christian.franke@t-online.de>
> ---
>  Makefile.in | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/Makefile.in b/Makefile.in
> index 46df1d5..adb7972 100644
> --- a/Makefile.in
> +++ b/Makefile.in
> @@ -84,7 +84,8 @@ PEFLAGS_OBJS = peflags.$(O) pechecksum.$(O) $(LIBOBJS)
>  PEFLAGS_LIBS =
>  
>  SRC_DISTFILES = configure.ac configure Makefile.in \
> -	peflagsall.in rebaseall.in peflags.c rebase.c \
> +	peflagsall.in rebaseall.in \
> +	pechecksum.c pechecksum.h peflags.c rebase.c \
>  	build.sh ChangeLog COPYING NEWS README setup.hint Todo \
>  	build-aux/config.guess build-aux/config.sub \
>  	build-aux/install-sh getopt.h_ getopt_long.c \
> -- 
> 2.39.0
> 


Pushed.


Thanks,
Corinna

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

end of thread, other threads:[~2023-08-08 18:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-08  8:54 [PATCH rebase] Add missing pechecksum.* to SRC_DISTFILES Christian Franke
2023-08-08 18:15 ` Corinna Vinschen

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 read-only IMAP folder(s) and NNTP newsgroup(s).