CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/01/16 08:17:34
Modified files:
usr.bin/make : main.c
Log message:
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.
