The make code has "bootstrap", to allow it to be brought up on other
authorderaadt <deraadt@openbsd.org>
Fri, 16 Jan 2015 15:17:34 +0000 (15:17 +0000)
committerderaadt <deraadt@openbsd.org>
Fri, 16 Jan 2015 15:17:34 +0000 (15:17 +0000)
commit8b9b7712d967baf400d55cd51cabb3fc31cc7ee0
treec400451cd8a25a9b1d100ba049b48cd28d284ad9
parent5e98f9ba84db6d7464809f5cd3f50bc483c656ba
The make code has "bootstrap", to allow it to be brought up on other
systems.  Rarely used & tested -- perhaps once a decade. Perhaps not
even once this decade?  Anyways,
    #define PATH_MAX (MAXPATHLEN+1)
is quite wrong.  Delete the chunk, assuming any system this is ported
to has PATH_MAX.
usr.bin/make/main.c