cvs commit: src/usr.bin/make job.c
Hartmut Brandt
harti at FreeBSD.org
Tue Jul 19 07:03:27 GMT 2005
harti 2005-07-19 07:03:26 UTC
FreeBSD src repository
Modified files:
usr.bin/make job.c
Log:
Fix the "..." special command. If this command is found all further
commands for this target are appended to the .END target instead
of beeing executed now. They are executed when the graph is finished.
There was a bug with executing the .END target which came in when
doing conversion to LST_FOREACH() which caused make to dump core.
PR: bin/83698
Submitted by: Max Okumoto <okumoto at ucsd.edu>
MFC after: 3 days
Revision Changes Path
1.123 +1 -1 src/usr.bin/make/job.c
More information about the cvs-src
mailing list