aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make/proc.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove old fmake. It wasn't built by default for some time. Users thatWarner Losh2015-06-161-134/+0
| | | | | | | | | | really need it can find it in the devel/fmake port or pkg install fmake. Note: This commit is orthogonal to the question 'can we fmake buildworld'. Differential Revision: https://reviews.freebsd.org/D2840 Notes: svn path=/head/; revision=284464
* Add a missing space to the error message when execvp() failed.Stefan Farfeleder2009-12-051-1/+1
| | | | Notes: svn path=/head/; revision=200120
* Factor out ProcExec() into its own file and rename it to Proc_Exec() forHartmut Brandt2005-05-241-0/+134
consistency with the rest of make. Obtained from: DragonFlyBSD (except for the rename) Notes: svn path=/head/; revision=146574