I have CLion IDE (2018.3) + cmake (3.12.3) + make (4.1) After each git commit, whole project must be rebuild, it takes 10-15 minutes and make me furious. Is any options to restrict this behaviour? or is somethings similar to option "explain" like ninja? I want modify make to remove build-all case, but even I can't build make. I have download make source tarball and I have afer ./configure and cmake:
/home/user/Downloads/make-4.2/glob/glob.c:581: undefined reference to `__alloca' glob/libglob.a(glob.o):/home/user/Downloads/make-4.2/glob/glob.c:732: more undefined references to `__alloca' follow How avoid __alloca problems ? my linux is $ lsb_release -a No LSB modules are available. Distributor ID: LinuxMint Description: Linux Mint 19 Tara Release: 19 Codename: tara How I change sources do not compile all when any file in .git directory is newer? _______________________________________________ Help-make mailing list Help-make@gnu.org https://lists.gnu.org/mailman/listinfo/help-make