Date: Wed, 20 Jul 2005 19:05:24 +0000 (UTC) From: Hartmut Brandt <harti@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make job.c Message-ID: <200507201905.j6KJ5OVj098088@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
harti 2005-07-20 19:05:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/make job.c Log: MFC to RELENG_6. 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@ucsd.edu> Approved by: re Revision Changes Path 1.122.2.1 +1 -1 src/usr.bin/make/job.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507201905.j6KJ5OVj098088>