| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
sources, of all places).
Notes:
svn path=/stable/2.2/; revision=29467
|
| |
|
|
| |
Notes:
svn path=/stable/2.2/; revision=28881
|
| |
|
|
| |
Notes:
svn path=/stable/2.2/; revision=28829
|
| |
|
|
| |
Notes:
svn path=/stable/2.2/; revision=27730
|
| |
|
|
|
|
|
|
|
|
| |
tab and four spaces), and return error message in *err
instead of calling Parse_Error.
Suggested by: Bruce Evans <bde@zeta.org.au>
Notes:
svn path=/head/; revision=18877
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
parse.c(1.9) was:
revision 1.9
date: 1996/09/12 03:03:25; author: bde; state: Exp; lines: +7 -6
Fixed handling of `!=' assignment. Don't warn if the shell's output is
null, but warn if there was an error reading it.
Suggested by: Bruce Evans <bde@zeta.org.au>
Notes:
svn path=/head/; revision=18864
|
| |
|
|
|
|
|
|
|
| |
of Christos' version of make(1) and add Id's.
Set straight by: Bruce Evans and Peter Wemm :)
Notes:
svn path=/head/; revision=18804
|
| |
|
|
|
|
|
| |
directory location.
Notes:
svn path=/head/; revision=18759
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
$(.CURDIR}/obj search while retaining compatability of new
prefix with cwd for the current source tree builds.
.TARGETOBJDIR has been removed from make and CANONICALOBJDIR set in
bsd.obj.mk
The builtin object directory searching is defined specifically as:
If MAKEOBJDIRPREFIX is defined, the search order is
${MAKEOBJDIRPREFIX}${.CURDIR}
${.CURDIR}
Else if MAKEOBJDIR is defined, the search order is
${MAKEOBJDIR}
${.CURDIR}
Otherwise, default to the search order
${.CURDIR}/obj.`uname -m`
$(.CURDIR}/obj
/usr/obj${.CURDIR}
${.CURDIR}
Reviewed by: bde
Notes:
svn path=/head/; revision=18339
|
| |
|
|
| |
Notes:
svn path=/head/; revision=17970
|
| |
|
|
|
|
|
|
|
| |
Submitted by: mark@linus.demon.co.uk (Mark Valentine)
Fixed bugs and inconsistencies in synopsis and usage message.
Notes:
svn path=/head/; revision=17193
|
| |
|
|
|
|
|
| |
*seems* to be that it was the right thing to do.
Notes:
svn path=/head/; revision=16885
|
| |
|
|
|
|
|
| |
value for $PWD.
Notes:
svn path=/head/; revision=16809
|
| |
|
|
|
|
|
|
| |
really want them) from /usr/src. This is the final version of the
patches, incorporating the feedback I've received from -current.
Notes:
svn path=/head/; revision=16663
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8874
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
Notes:
svn path=/cvs2svn/branches/CHRISTOS/; revision=1590
|