Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 May 2005 14:43:32 +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 job.h main.c
Message-ID:  <200505121443.j4CEhWGY075505@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
harti       2005-05-12 14:43:32 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/make         job.c job.h main.c 
  Log:
  Cleanup main(). Move catching SIGCHLD into job.c. Move unsetenv("ENV")
  into job.c. Move retrieving of environment nearer to the place where it
  is actually used and invert the preprocessor conditionals to use
  positive logic.
  
  Submitted by:   Max Okumoto <okumoto@ucsd.edu> (7.236)
  
  Revision  Changes    Path
  1.107     +32 -0     src/usr.bin/make/job.c
  1.39      +2 -0      src/usr.bin/make/job.h
  1.147     +29 -53    src/usr.bin/make/main.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505121443.j4CEhWGY075505>