Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jul 2005 07:03:26 +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:  <200507190703.j6J73QRM027210@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@ucsd.edu>
  MFC after:      3 days
  
  Revision  Changes    Path
  1.123     +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?200507190703.j6J73QRM027210>