[COMMITTERS] pgsql: Prevent passing down MAKELEVEL/MAKEFLAGS from non-GNU make to GN

2017-08-09 Thread Tom Lane
Prevent passing down MAKELEVEL/MAKEFLAGS from non-GNU make to GNU make. FreeBSD's make, for one, sets the MAKELEVEL environment variable when invoking commands. In the special Makefile we provide to hand off control from a non-GNU make to GNU make, this causes GNU make to think it is a child make

[COMMITTERS] pgsql: Prevent passing down MAKELEVEL/MAKEFLAGS from non-GNU make to GN

2017-08-09 Thread Tom Lane
Prevent passing down MAKELEVEL/MAKEFLAGS from non-GNU make to GNU make. FreeBSD's make, for one, sets the MAKELEVEL environment variable when invoking commands. In the special Makefile we provide to hand off control from a non-GNU make to GNU make, this causes GNU make to think it is a child make

[COMMITTERS] pgsql: Prevent passing down MAKELEVEL/MAKEFLAGS from non-GNU make to GN

2017-08-09 Thread Tom Lane
Prevent passing down MAKELEVEL/MAKEFLAGS from non-GNU make to GNU make. FreeBSD's make, for one, sets the MAKELEVEL environment variable when invoking commands. In the special Makefile we provide to hand off control from a non-GNU make to GNU make, this causes GNU make to think it is a child make