freebsd-dev/usr.sbin/crunch/crunchgen
Hartmut Brandt a8595b6640 Fix a 4.X -> 5.X upgrade problem: crunchgen used to emit a line 'MAKE=make'
or 'env MAKEOBJDIRPREFIX=... make' depending on the setting of
MAKEOBJDIRPREFIX in the environment. In any case this line kills the
original value of ${MAKE}. When during buildworld a new make is built (as
is the case during the upgrade) this causes a wrong make to be picked up
(the first one in the path). Use the same technique as Makefile.inc1:
create a MAKEENV variable and a CRUNCHMAKE that calls ${MAKE} with that
MAKEENV prefixed. Use CRUNCHMAKE instead of MAKE throughout the generated
makefile. This leaves the original ${MAKE} undisturbed.
2004-08-09 19:18:19 +00:00
..
crunched_main.c Apply the envp fix to the other call to main() as well. 2002-08-09 02:39:38 +00:00
crunchgen.1 mdoc(7) police: markup nit. 2002-05-30 07:51:22 +00:00
crunchgen.c Fix a 4.X -> 5.X upgrade problem: crunchgen used to emit a line 'MAKE=make' 2004-08-09 19:18:19 +00:00
Makefile Perform a major cleanup of the usr.sbin Makefiles. 2001-07-20 06:20:32 +00:00
mkskel.sh