Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.os.linux.development.apps > #886
| From | Rainer Weikusat <rweikusat@talktalk.net> |
|---|---|
| Newsgroups | comp.os.linux.development.apps |
| Subject | Re: How compile GNU make from sources? |
| Date | 2018-12-05 18:18 +0000 |
| Message-ID | <87in07hm74.fsf@doppelsaurus.mobileactivedefense.com> (permalink) |
| References | <pu8mr5$s1n$1@node2.news.atman.pl> <pu92c4$o5i$1@dont-email.me> <pu93sc$8hc$1@node2.news.atman.pl> |
Borneq <borneq@antyspam.hidden.pl> writes: > W dniu 05.12.2018 o 18:37, Tauno Voipio pisze: >>> 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. >> > > I think, git not changes timestamps of my *.cpp files on commit, only > on checkout (if I change branch) git doesn't preserve file timestamps of versioned files, these get whatever timestamp is current when being checked out. That's supposed to be a feature. This can be problematic if some versioned files could also be recreated by a Make-using build system: If the repository is large enough or happens at a 'bad' time, the source files may end up being newer than the generated files.
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