cvs commit: src/usr.bin/make job.c

Hartmut Brandt harti at FreeBSD.org
Wed Jul 20 19:05:24 GMT 2005


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 at ucsd.edu>
  Approved by:    re
  
  Revision   Changes    Path
  1.122.2.1  +1 -1      src/usr.bin/make/job.c


More information about the cvs-src mailing list