| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/stable/2.2/; revision=36656
|
| |
|
|
| |
Notes:
svn path=/stable/2.2/; revision=27730
|
| |
|
|
| |
Notes:
svn path=/stable/2.2/; revision=19444
|
| |
|
|
|
|
|
|
|
| |
of Christos' version of make(1) and add Id's.
Set straight by: Bruce Evans and Peter Wemm :)
Notes:
svn path=/head/; revision=18804
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
|
|
|
|
|
| |
not halt on error. Thanks to Wolfram for reminding me. ;)
Also remove a unnecessary test for c == '\n', since the
loop (in ParseSkipLine) will not terminate unless
c == '\n' || c == EOF, and the EOF case is already
explicted handled by a return statement.
Notes:
svn path=/head/; revision=18492
|
| |
|
|
|
|
|
| |
parsing the input file in ParseSkipLine(...).
Notes:
svn path=/head/; revision=18478
|
| |
|
|
|
|
|
|
|
|
| |
when used with .elif. Additional fixes include:
- fix continuation line handling when using .for
- plug up a memory leak
Notes:
svn path=/head/; revision=18456
|
| |
|
|
|
|
|
| |
null, but warn if there was an error reading it.
Notes:
svn path=/head/; revision=18255
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
there is no target to make.
% make
make: make: no target to make.
%
Beause the function Punt() in main.c takes care of leading 'make:' and
trailing newline, so, there is no need to pass explicitly.
Submitted by: enami@ba2.so-net.or.jp
Obtained from: NetBSD GNATS
Notes:
svn path=/head/; revision=17259
|
| |
|
|
|
|
|
| |
don't delete initial space from line instead
Notes:
svn path=/head/; revision=9298
|
| |
|
|
|
|
|
| |
Obtained from: NetBSD
Notes:
svn path=/head/; revision=9297
|
| |
|
|
| |
Notes:
svn path=/head/; revision=9255
|
| |
|
|
|
|
|
|
|
|
|
| |
order, prevent suffix rule, if direct or children dependances exists,
forget to free v->name in var.c
My fixes: fix famous ^\t\n bug, correct free order in str_end
Reviewed by: bde
Obtained from: NetBSD, me
Notes:
svn path=/head/; revision=9254
|
| |
|
|
| |
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
|