help-make
[Top][All Lists]
Advanced

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

Rebuild all after git commit


From: Andy
Subject: Rebuild all after git commit
Date: Wed, 5 Dec 2018 16:58:22 +0100

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?


reply via email to

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