Re: [Swan-dev] defaulting libreswan build to linux

2017-10-13 Thread Andrew Cagney
On 11 October 2017 at 15:03, Paul Wouters wrote: > On Wed, 11 Oct 2017, Andrew Cagney wrote: > > I'm considering merging much of mk/defaults/linux.mk into mk/config.mk so >> that config.mk just defaults everything to the typical >> linux value. >> This would mean removing the esoteric checks for

Re: [Swan-dev] defaulting libreswan build to linux

2017-10-12 Thread Paul Wouters
On Wed, 11 Oct 2017, Andrew Cagney wrote: I'm considering merging much of mk/defaults/linux.mk into mk/config.mk so that config.mk just defaults everything to the typical linux value. This would mean removing the esoteric checks for other OS variants - if an OS needs those overrides then they

[Swan-dev] defaulting libreswan build to linux

2017-10-11 Thread Andrew Cagney
Hi, I'm considering merging much of mk/defaults/linux.mk into mk/config.mk so that config.mk just defaults everything to the typical linux value. This would mean removing the esoteric checks for other OS variants - if an OS needs those overrides then they can be added to mk/defaults/$(OS).mk (when