Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 May 2005 15:41:34 +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 Makefile job.c proc.c proc.h
Message-ID:  <200505241541.j4OFfZLT067153@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
harti       2005-05-24 15:41:34 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/make         Makefile job.c 
  Added files:
    usr.bin/make         proc.c proc.h 
  Log:
  Factor out ProcExec() into its own file and rename it to Proc_Exec() for
  consistency with the rest of make.
  
  Obtained from:  DragonFlyBSD (except for the rename)
  
  Revision  Changes    Path
  1.58      +2 -2      src/usr.bin/make/Makefile
  1.120     +4 -121    src/usr.bin/make/job.c
  1.1       +134 -0    src/usr.bin/make/proc.c (new)
  1.1       +53 -0     src/usr.bin/make/proc.h (new)



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