Re: "make clean" after "git pull" runs configure before cleaning.

2024-11-15 Thread Paolo Bonzini
Il ven 15 nov 2024, 22:15 Rob Landley ha scritto: > On 11/14/24 17:33, Paolo Bonzini wrote: > > On 11/15/24 00:10, Rob Landley wrote: > >> Seems a _bit_ awkward to do that (and potentially fail on a random new > >> dependency) just to delete it all again? > > > > That's just how Make works. > > L

Re: "make clean" after "git pull" runs configure before cleaning.

2024-11-15 Thread Rob Landley
On 11/14/24 17:33, Paolo Bonzini wrote: On 11/15/24 00:10, Rob Landley wrote: Seems a _bit_ awkward to do that (and potentially fail on a random new dependency) just to delete it all again? That's just how Make works. Linux and busybox and so on use make, and I've never seen "make clean" tr

Re: "make clean" after "git pull" runs configure before cleaning.

2024-11-14 Thread Paolo Bonzini
On 11/15/24 00:10, Rob Landley wrote: Seems a _bit_ awkward to do that (and potentially fail on a random new dependency) just to delete it all again? That's just how Make works. If it finds that Makefile is old, it first regenerates Makefile and only then looks at the target. See "How Makef

"make clean" after "git pull" runs configure before cleaning.

2024-11-14 Thread Rob Landley
Apparently because: ../meson.build:1:0: ERROR: Meson version is 0.59.3 but project requires >=1.5.0 A full log can be found at /home/landley/qemu/qemu/build/meson-logs/meson-log.txt /home/landley/qemu/qemu/build/pyvenv/bin/meson setup --reconfigure /home/landley/qemu/qemu WARNING: Regeneratin