Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.os.linux.development.apps > #884
| From | Tauno Voipio <tauno.voipio@notused.fi.invalid> |
|---|---|
| Newsgroups | comp.os.linux.development.apps |
| Subject | Re: How compile GNU make from sources? |
| Date | 2018-12-05 19:37 +0200 |
| Organization | A noiseless patient Spider |
| Message-ID | <pu92c4$o5i$1@dont-email.me> (permalink) |
| References | <pu8mr5$s1n$1@node2.news.atman.pl> |
On 5.12.18 16:20, Borneq wrote: > I can't see make list on https://lists.gnu.org/mailman/listinfo > I have download make source tarball and if I try compile I have error: > glob/libglob.a(glob.o): In function `glob': > /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 > > I want compile it from sources bacause I ant prepare it do not rebuild > all after git commits. > Make has one big disadvatage: after git commit of project, whole project > is rebuild. You may be barking up the wrong tree here: To force Make to rebuild the whole kit and caboodle, GIT seeems to change the modification timestamps of the files. It cannot be solved by changing Make. -- -TV
Back to comp.os.linux.development.apps | Previous | Next — Previous in thread | Next in thread | Find similar
How compile GNU make from sources? Borneq <borneq@antyspam.hidden.pl> - 2018-12-05 15:20 +0100
Re: How compile GNU make from sources? Tauno Voipio <tauno.voipio@notused.fi.invalid> - 2018-12-05 19:37 +0200
Re: How compile GNU make from sources? Borneq <borneq@antyspam.hidden.pl> - 2018-12-05 19:02 +0100
Re: How compile GNU make from sources? Rainer Weikusat <rweikusat@talktalk.net> - 2018-12-05 18:18 +0000
Re: How compile GNU make from sources? Tauno Voipio <tauno.voipio@notused.fi.invalid> - 2018-12-05 20:21 +0200
Re: How compile GNU make from sources? Borneq <borneq@antyspam.hidden.pl> - 2018-12-05 20:28 +0100
Re: How compile GNU make from sources? Tauno Voipio <tauno.voipio@notused.fi.invalid> - 2018-12-05 22:43 +0200
Re: How compile GNU make from sources? Rainer Weikusat <rweikusat@talktalk.net> - 2018-12-05 23:07 +0000
Re: How compile GNU make from sources? Borneq <borneq@antyspam.hidden.pl> - 2018-12-05 21:30 +0100
csiph-web