public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Weird instability of automake-1.15.1
@ 2022-08-31 12:10 Martin Liška
  2022-08-31 12:41 ` Andreas Schwab
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Liška @ 2022-08-31 12:10 UTC (permalink / raw)
  To: GCC Development

Hi.

I see a weird behavior when I run:
AUTOCONF=autoconf-2.69 ~/bin/automake-1.15.1/bin/automake

in one of my gcc git repos:

$ ~/Programming/gcc/gotools> AUTOCONF=autoconf-2.69 ~/bin/automake-1.15.1/bin/automake
$ git diff | cat

(no output)

However, if I clone a fresh repo I see:

$ git clone git://gcc.gnu.org/git/gcc.git --depth=1
$ cd gotools/
$ AUTOCONF=autoconf-2.69 ~/bin/automake-1.15.1/bin/automake
$ git diff | cat
diff --git a/gotools/Makefile.in b/gotools/Makefile.in
index 2783b91ef..9739a7952 100644
--- a/gotools/Makefile.in
+++ b/gotools/Makefile.in
@@ -704,8 +704,8 @@ distclean-generic:
 maintainer-clean-generic:
 	@echo "This command is intended for maintainers to use"
 	@echo "it deletes files that may require special tools to rebuild."
-@NATIVE_FALSE@install-exec-local:
 @NATIVE_FALSE@uninstall-local:
+@NATIVE_FALSE@install-exec-local:
 clean: clean-am
 
 clean-am: clean-binPROGRAMS clean-generic clean-noinstPROGRAMS \

Can please anybody reproduce that? I've also tried touching all files in my original repo,
but still, no change.

Cheers,
Martin


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

end of thread, other threads:[~2022-08-31 12:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-31 12:10 Weird instability of automake-1.15.1 Martin Liška
2022-08-31 12:41 ` Andreas Schwab

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