[PATCH] makedep: Add various lib*.a targets to make all.

Kevin Puetz PuetzKevinA at JohnDeere.com
Wed Feb 2 16:28:12 CST 2022


Alexandre Julliard <julliard at winehq.org> writes:

> That's on purpose, building all the importlibs is fairly slow, and not
> necessary in the vast majority of cases.

Ah, OK. I stumbled on this because I ran make install in the wrong terminal
tab (one where I did not have environment set for our cross-toolchain),
and was surprised to see it trying to build anything. I assumed it was 
accidental.

Would you like it more if I made it create a "dev" target so one
could `make all dev` to actually have all the compiling done?
Or would you prefer I just drop this completely? If it's on purpose,
and this is how others prefer it, I can certainly deal with it as-is.
Just need to do `make install` in the right window :-)




More information about the wine-devel mailing list