From: Geoffrey F. <fu...@ga...> - 2002-01-22 16:06:13
|
Yes, we should state plainly that GNU make is a requirement. Besides the stuff that is in there now, for which creative people may or may not be able to find workarounds in vendor makes of various strains, there is also the issue of future embellishments to the makefiles that I aim to do, one of these days. Requiring GNU make means, for one thing, that testing on one platform provides assurance about functionality on other platforms. One problem I see with Joao's proposed solution for that one line, is that I don't know what it means without researching, and thus I cannot possibly know with confidence that it will work on /other vendor/ make's (Sun, Data General, IRIX, HP/UX, etc). By using GNU make, we can author on Linux (or whatever each developers personal preferred platfrom is), and be confident that the makefiles will also work on other systems if they just use GNU make. I view that as a significant enablement for continued improvement to the build system. Alan W. Irwin writes: > On Tue, 22 Jan 2002, [iso-8859-1] Jo=E3o Cardoso wrote: >=20 > > No, if using gnu make-3.74 (in my home bin dir) everything runs OK= . >=20 > Good. That is all that is required. >=20 > As I understand Geoff and Maurice's posts on this issue, we no longe= r > accomodate our Makefiles to account for everybody's different variat= ions of > the make command. Instead, our policy (which I will state in the re= lease > notes so everybody is clear about this ) is we demand our users use = Gnu > make. So each of our non-Linux users will be faced with exactly your= > situation on OSF1, and the solution for them is to download Gnu make= and > install and use it. I am glad it seems to be working well on OSF1. >=20 > Alan >=20 >=20 > _______________________________________________ > Plplot-devel mailing list > Plp...@li... > https://lists.sourceforge.net/lists/listinfo/plplot-devel |