Closed ArjaanBuijk closed 3 years ago
By default, make prints Entering directory... and Leaving directory. This breaks usage of the Makefile functions that print a value and nothing else, and the printed value is then used in conditional statements.
Entering directory...
Leaving directory
By default, make prints
Entering directory...
andLeaving directory
. This breaks usage of the Makefile functions that print a value and nothing else, and the printed value is then used in conditional statements.