public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] drop old unused stamp-h.in file
@ 2022-01-21  4:33 Mike Frysinger
  2022-01-21  7:49 ` Alan Modra
  0 siblings, 1 reply; 3+ messages in thread
From: Mike Frysinger @ 2022-01-21  4:33 UTC (permalink / raw)
  To: binutils

This was needed by ancient versions of automake, but that hasn't been
the case since at least automake-1.5, so punt this from the tree.
---
 bfd/stamp-h.in      | 1 -
 binutils/stamp-h.in | 1 -
 gas/stamp-h.in      | 1 -
 gprof/stamp-h.in    | 1 -
 ld/stamp-h.in       | 1 -
 opcodes/stamp-h.in  | 1 -
 6 files changed, 6 deletions(-)
 delete mode 100644 bfd/stamp-h.in
 delete mode 100644 binutils/stamp-h.in
 delete mode 100644 gas/stamp-h.in
 delete mode 100644 gprof/stamp-h.in
 delete mode 100644 ld/stamp-h.in
 delete mode 100644 opcodes/stamp-h.in

diff --git a/bfd/stamp-h.in b/bfd/stamp-h.in
deleted file mode 100644
index 9788f70238c9..000000000000
--- a/bfd/stamp-h.in
+++ /dev/null
@@ -1 +0,0 @@
-timestamp
diff --git a/binutils/stamp-h.in b/binutils/stamp-h.in
deleted file mode 100644
index 9788f70238c9..000000000000
--- a/binutils/stamp-h.in
+++ /dev/null
@@ -1 +0,0 @@
-timestamp
diff --git a/gas/stamp-h.in b/gas/stamp-h.in
deleted file mode 100644
index 9788f70238c9..000000000000
--- a/gas/stamp-h.in
+++ /dev/null
@@ -1 +0,0 @@
-timestamp
diff --git a/gprof/stamp-h.in b/gprof/stamp-h.in
deleted file mode 100644
index 9788f70238c9..000000000000
--- a/gprof/stamp-h.in
+++ /dev/null
@@ -1 +0,0 @@
-timestamp
diff --git a/ld/stamp-h.in b/ld/stamp-h.in
deleted file mode 100644
index 9788f70238c9..000000000000
--- a/ld/stamp-h.in
+++ /dev/null
@@ -1 +0,0 @@
-timestamp
diff --git a/opcodes/stamp-h.in b/opcodes/stamp-h.in
deleted file mode 100644
index 9788f70238c9..000000000000
--- a/opcodes/stamp-h.in
+++ /dev/null
@@ -1 +0,0 @@
-timestamp
-- 
2.34.1


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

* Re: [PATCH] drop old unused stamp-h.in file
  2022-01-21  4:33 [PATCH] drop old unused stamp-h.in file Mike Frysinger
@ 2022-01-21  7:49 ` Alan Modra
  2022-01-21  8:11   ` Mike Frysinger
  0 siblings, 1 reply; 3+ messages in thread
From: Alan Modra @ 2022-01-21  7:49 UTC (permalink / raw)
  To: Mike Frysinger; +Cc: binutils

On Thu, Jan 20, 2022 at 11:33:44PM -0500, Mike Frysinger via Binutils wrote:
> This was needed by ancient versions of automake, but that hasn't been
> the case since at least automake-1.5, so punt this from the tree.
> ---
>  bfd/stamp-h.in      | 1 -
>  binutils/stamp-h.in | 1 -
>  gas/stamp-h.in      | 1 -
>  gprof/stamp-h.in    | 1 -
>  ld/stamp-h.in       | 1 -
>  opcodes/stamp-h.in  | 1 -
>  6 files changed, 6 deletions(-)
>  delete mode 100644 bfd/stamp-h.in
>  delete mode 100644 binutils/stamp-h.in
>  delete mode 100644 gas/stamp-h.in
>  delete mode 100644 gprof/stamp-h.in
>  delete mode 100644 ld/stamp-h.in
>  delete mode 100644 opcodes/stamp-h.in

Thanks, please apply.  Cleanup like this could be applied as obvious.

-- 
Alan Modra
Australia Development Lab, IBM

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

* Re: [PATCH] drop old unused stamp-h.in file
  2022-01-21  7:49 ` Alan Modra
@ 2022-01-21  8:11   ` Mike Frysinger
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Frysinger @ 2022-01-21  8:11 UTC (permalink / raw)
  To: Alan Modra; +Cc: binutils

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

On 21 Jan 2022 18:19, Alan Modra wrote:
> On Thu, Jan 20, 2022 at 11:33:44PM -0500, Mike Frysinger via Binutils wrote:
> > This was needed by ancient versions of automake, but that hasn't been
> > the case since at least automake-1.5, so punt this from the tree.
> > ---
> >  bfd/stamp-h.in      | 1 -
> >  binutils/stamp-h.in | 1 -
> >  gas/stamp-h.in      | 1 -
> >  gprof/stamp-h.in    | 1 -
> >  ld/stamp-h.in       | 1 -
> >  opcodes/stamp-h.in  | 1 -
> >  6 files changed, 6 deletions(-)
> >  delete mode 100644 bfd/stamp-h.in
> >  delete mode 100644 binutils/stamp-h.in
> >  delete mode 100644 gas/stamp-h.in
> >  delete mode 100644 gprof/stamp-h.in
> >  delete mode 100644 ld/stamp-h.in
> >  delete mode 100644 opcodes/stamp-h.in
> 
> Thanks, please apply.  Cleanup like this could be applied as obvious.

sure ... i just wanted to make sure i wasn't missing something obvious :)
-mike

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2022-01-21  8:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-21  4:33 [PATCH] drop old unused stamp-h.in file Mike Frysinger
2022-01-21  7:49 ` Alan Modra
2022-01-21  8:11   ` Mike Frysinger

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).