Module Name: src Committed By: mrg Date: Tue May 8 23:05:17 UTC 2018
Modified Files: src/usr.bin/crunch/crunchgen: crunchgen.c Log Message: in dir_search(), don't assume a directory existing is useful, instead confirm that there is a non zero makefile in there. (this assumes the makefile is called "Makefile", which is assumed in other places in crunchgen.c already, so this doesn't make it worse.) this fixes build issues when an empty subdir exists because some files were moved subdir at some stage (ktrace, rcorder), and a non-prune update may look in the wrong dir. bump version (lots of updates between now and the previous update.) To generate a diff of this commit: cvs rdiff -u -r1.85 -r1.86 src/usr.bin/crunch/crunchgen/crunchgen.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.