[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [CRAZY PROPOSAL] Automake should support only GNU make
From: |
Ralf Wildenhues |
Subject: |
Re: [CRAZY PROPOSAL] Automake should support only GNU make |
Date: |
Thu, 13 Jan 2011 19:59:43 +0100 |
User-agent: |
Mutt/1.5.20 (2010-08-04) |
* Bob Friesenhahn wrote on Thu, Jan 13, 2011 at 07:50:08PM CET:
> Regardless, 'make's use of timestamps based on simple "newer than"
> analsys is not very robust in our real world.
That may be true, but this issue is completely orthogonal to whether
Automake caters to non-GNU make implementations or not.
You can implement hash-based dependencies inside GNU make if you like.
Or another make. Maybe someone has even done so already. It has little
to do with Automake.
make is a bit flawed for real large projects because it always walks
the whole dependency graph, unlike beta build systems who use a notify
daemon and a database to only walk subgraphs known to be outdated.
I maintain that even that sort of functionality can be mostly hidden
below a Posix make-like interface. Not relevant for the Automake layer
either, though.
Cheers,
Ralf
- Re: [CRAZY PROPOSAL] Automake should support only GNU make, (continued)
- Re: [CRAZY PROPOSAL] Automake should support only GNU make, Peter O'Gorman, 2011/01/12
- Re: [CRAZY PROPOSAL] Automake should support only GNU make, Guido Draheim, 2011/01/13
- Re: [CRAZY PROPOSAL] Automake should support only GNU make, Bob Friesenhahn, 2011/01/13
- Re: [CRAZY PROPOSAL] Automake should support only GNU make,
Ralf Wildenhues <=
- Re: [CRAZY PROPOSAL] Automake should support only GNU make, Bob Friesenhahn, 2011/01/13
- Re: [CRAZY PROPOSAL] Automake should support only GNU make, Ralf Wildenhues, 2011/01/13
- Re: [CRAZY PROPOSAL] Automake should support only GNU make, Paul Smith, 2011/01/13
- Re: [CRAZY PROPOSAL] Automake should support only GNU make, NightStrike, 2011/01/13
- Re: [CRAZY PROPOSAL] Automake should support only GNU make, Ralf Wildenhues, 2011/01/14
- Re: [CRAZY PROPOSAL] Automake should support only GNU make, Bob Friesenhahn, 2011/01/14
- Re: [CRAZY PROPOSAL] Automake should support only GNU make, Ralf Wildenhues, 2011/01/14
- Re: [CRAZY PROPOSAL] Automake should support only GNU make, Bob Friesenhahn, 2011/01/14
- Re: [CRAZY PROPOSAL] Automake should support only GNU make, Ralf Wildenhues, 2011/01/14
- Re: [CRAZY PROPOSAL] Automake should support only GNU make, Paul Smith, 2011/01/14