bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GNU make troubleshooting


From: Bruno Haible
Subject: Re: GNU make troubleshooting
Date: Mon, 10 Jul 2023 21:05:55 +0200

Paul Smith wrote:
> I can't explain why you are seeing all these files listed if only a few
> of them have changed since the last time the target was updated; that's
> not how it works for me

Here's a "how to reproduce":

$ tar xf testdir1.tar.xz
$ cd testdir1
$ mkdir build
$ cd build
$ ../configure
$ make
$ cd gllib
$ rm -f mbrtoc32.o
$ make --trace mbrtoc32.o

I'm using GNU make 4.3.

Bruno

Attachment: testdir1.tar.xz
Description: application/xz-compressed-tar


reply via email to

[Prev in Thread] Current Thread [Next in Thread]