aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make/config.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove old fmake. It wasn't built by default for some time. Users thatWarner Losh2015-06-161-111/+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
* Clean up include files and file including. Split nonints.h into piecesHartmut Brandt2005-02-011-1/+6
| | | | | | | | | | | | | | | | that get included just where they are needed. All headers include the headers that they need to compile (just with an empty .c file). Sort includes alphabetically where apropriate and fix some duplicate commenting for struct Job, struct GNode and struct Shell by removing one version and inlining the comments into the structure declaration (the comments have been somewhat outdated). This patch does not contain functional changes (checked with md5). Submitted by: Max Okumoto <okumoto@ucsd.edu> Notes: svn path=/head/; revision=141104
* Eliminate the define for POSIX and build with Posix behaviour.Hartmut Brandt2004-11-171-9/+0
| | | | | | | | Our make has been build with POSIX enabled from the first day and the ifdef'ed out code served no purpose. Notes: svn path=/head/; revision=137810
* Get rid of now unused maxLocal variables.Poul-Henning Kamp2004-11-111-7/+2
| | | | Notes: svn path=/head/; revision=137571
* Now with the remote job support removed there can be no remote jobs andHartmut Brandt2004-11-051-1/+1
| | | | | | | | no jobs that need to be remigrated. Remove the flags and the associated code. Notes: svn path=/head/; revision=137252
* #define<space> -> #define<tab>Juli Mallett2002-09-171-8/+8
| | | | Notes: svn path=/head/; revision=103503
* Fix copyrights, and undo SCS ID damage.David E. O'Brien2002-04-131-2/+3
| | | | Notes: svn path=/head/; revision=94589
* Allow use of the ${MAKE_SHELL} variable to specify alternate shells forBrian Feldman2000-08-161-2/+0
| | | | | | | | make(1) to use. Setting it to "sh" and "ksh" are the only values which work right ATM; I wouldn't expect "csh" to get you far ;) Notes: svn path=/head/; revision=64739
* Allow 'make' to check out elements within archive libraries.Julian Elischer1999-09-101-0/+4
| | | | | | | | | | | | | | "Make no longer properly parses archive files, so using archive members as make targets, as described in PSD:12 section 4.2, does not work." Really should be merged into 3.3 before we ship if we can.. it's a trivial fix. PR: bin/13039, bin/10274 Submitted by: Mikko Tyolajarvi mikko@dynas.se Notes: svn path=/head/; revision=51132
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Don't define RANLIBMAG if building an elf version of make. The RANLIBMAGJohn Birrell1998-09-091-2/+2
| | | | | | | | | | | | | option lets make look inside archive libraries when determining if a library is out-of-date. I don't think that make should look inside files, so this fix effectively tells it not to. If the decision is made (by someone else) that make _should_ be doing this, it will need to be taught how to recognise elf archive libraries. Problem noticed by: Joseph Koshy <jkoshy@freebsd.org> Notes: svn path=/head/; revision=38985
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=23006
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* O' to be bitten by CVS. Cleanup after importSteve Price1996-10-081-1/+1
| | | | | | | | | of Christos' version of make(1) and add Id's. Set straight by: Bruce Evans and Peter Wemm :) Notes: svn path=/head/; revision=18804
* Merge in NetBSD's changes to make(1). Changes include:Steve Price1996-10-061-7/+32
| | | | | | | | | | | | | | | | | | | - Add the .PHONY, .PARALLEL, and .WAIT directives - Added the -B and -m commandline flags - misc. man page cleanups - numerous job-related enhancements - removed unused header file (bit.h) - add util.c for functions not found in other envs. - and a few coordinated whitespace changes Special thanks to Christos Zoulas <christos@netbsd.org> for help in the merge. A 'diff -ur' between Net and FreeBSD now only contains sccsid-related diffs. :) Obtained from: NetBSD, christos@netbsd.org, and me Notes: svn path=/head/; revision=18730
* Bring in a number of changes from NetBSD's make, fixing quite a fewJordan K. Hubbard1995-01-231-2/+2
| | | | | | | | | | | | | | | problems in the process: 1. Quoting should work properly now. In particular, Chet's reported bash make problem has gone away. 2. A lot of memory that just wasn't being free'd after use is now freed. This should cause make to take up a LOT less memory when dealing with archive targets. 3. Give proper credit to Adam de Boor in a number of files. Obtained from: NetBSD (and Adam de Boor) Notes: svn path=/head/; revision=5814
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+92
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590