Kyle Evans 9c7bd4f198 crunchgen: fix MK_AUTO_OBJ logic after r364166
r364166 converted echo -n `/bin/pwd` to a raw pwd invocation, leaving a
trailing newline at the end of path.  This caused a later stat() of it to
erroneously fail and the fallback to MK_AUTO_OBJ=no logic proceeded as
unexpected.

Harry Schmalzbauer bissected the resulting build failure he experienced
(stable/12 host, -HEAD build) down to r365887. This change is mostly
unrelated, except it switches the build to bootstrapped crunchgen - clue!

I then bissected recent crunchgen changes going back a bit since we wouldn't
observe the failure immediately with -CURRENT in most configurations, which
landed me on r364166. After many intense head-scratching minutes and printf
debugging, I realized that the newline was the difference. This is where our
tale ends.

Reported by:	Harry Schmalzbauer, O. Hartmann, Mike Tancsa, kevans
MFC after:	3 days
2020-10-05 20:57:44 +00:00
..
2020-02-19 12:49:49 +00:00
2020-05-21 01:55:35 +00:00
2020-09-17 18:06:57 +00:00
2020-05-01 01:31:19 +00:00
2020-07-08 03:57:47 +00:00
2020-06-22 07:46:24 +00:00
2020-09-15 17:13:29 +00:00
2020-03-30 03:26:52 +00:00
2020-09-24 19:12:03 +00:00
2020-08-25 02:21:27 +00:00
2020-04-10 23:10:28 +00:00
2020-06-16 19:21:28 +00:00
2020-08-17 10:25:02 +00:00
2020-09-01 15:52:18 +00:00
2020-09-09 00:39:47 +00:00
2020-04-06 23:16:05 +00:00
2020-04-06 23:16:05 +00:00
2020-04-06 23:16:05 +00:00
2020-06-24 02:08:08 +00:00
2020-08-25 16:09:23 +00:00
2020-02-19 12:49:49 +00:00
2020-06-23 10:56:15 +00:00
2020-08-21 09:48:00 +00:00
2020-03-23 14:44:23 +00:00
2020-08-24 18:17:13 +00:00
2020-03-31 16:47:15 +00:00
2020-09-11 13:28:37 +00:00
2020-04-06 23:16:05 +00:00
2020-07-14 05:33:23 +00:00