Actions
Bug #13762
closedstop passing MFLAGS to make(1)
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
make(1) handles inheriting command line flags itself. If we pass MFLAGS to make, options that are sensitive to the numbers of times they're specified (most specifically -d) will get doubled.
In this case of -d, this will flood nightly.log with information that was likely unwanted.
Updated by Electric Monk about 2 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit f96a0cef040313f6281fbc014a0b63d5c5cc760f
commit f96a0cef040313f6281fbc014a0b63d5c5cc760f Author: Richard Lowe <richlowe@richlowe.net> Date: 2021-05-04T18:46:34.000Z 13762 stop passing MFLAGS to make(1) Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Andy Fiddaman <andy@omnios.org> Reviewed by: Jason King <jason.brian.king@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
Actions