freebsd-dev/usr.sbin/crunch/crunchgen
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
..
crunched_main.c [rcorder] [crunch] Fix C function declarations to include void 2020-09-21 17:59:45 +00:00
crunchgen.1 Remove obsolete RELEASE_CRUNCH 2019-07-19 20:04:21 +00:00
crunchgen.c crunchgen: fix MK_AUTO_OBJ logic after r364166 2020-10-05 20:57:44 +00:00
Makefile
Makefile.depend
mkskel.sh