public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: "Martin Liška" <mliska@suse.cz>
To: GCC Development <gcc@gcc.gnu.org>
Subject: Weird instability of automake-1.15.1
Date: Wed, 31 Aug 2022 14:10:01 +0200	[thread overview]
Message-ID: <569deff2-8a72-0661-9685-eb959167c7ff@suse.cz> (raw)

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


             reply	other threads:[~2022-08-31 12:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-31 12:10 Martin Liška [this message]
2022-08-31 12:41 ` Andreas Schwab

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=569deff2-8a72-0661-9685-eb959167c7ff@suse.cz \
    --to=mliska@suse.cz \
    --cc=gcc@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).