yar 2008-08-16 19:17:36 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
usr.bin/make main.c make.1
Log:
SVN rev 181787 on 2008-08-16 19:17:36Z by yar
MFC r173217,176789,176792-176793,176839,176842
Don't forget to set MAKEFLAGS in the chi
ed 2008-07-30 21:18:38 UTC
FreeBSD src repository
Modified files:
usr.bin/make main.c make.1
Log:
SVN rev 181021 on 2008-07-30 21:18:38Z by ed
Add POSIX -p flag to make(1).
This article [1] describes the -p flag for make(1):
Write to standard o
yar 2008-03-05 20:24:38 UTC
FreeBSD src repository
Modified files:
usr.bin/make main.c
Log:
The non-POSIX environment variable MAKE was superseded
by MAKEFLAGS ages ago, so don't mention it in comments.
Tested with:cmp(1)
Revision ChangesPath
1.
yar 2008-03-05 20:11:05 UTC
FreeBSD src repository
Modified files:
usr.bin/make main.c make.1
Log:
Don't forget to set MAKEFLAGS in the childs' environment
from the .MAKEFLAGS global variable even if it's empty or
unset. This means setting MAKEFLAGS to just an em
imp 2008-03-04 06:08:59 UTC
FreeBSD src repository
Modified files:
usr.bin/make main.c
Log:
Note 7.0 was the first version that FreeBSD/pc98 had a MACHINE of pc98
instead of i386.
Revision ChangesPath
1.165 +7 -8 src/usr.bin/make/main.c
fjoe2007-11-29 04:20:19 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
usr.bin/make main.c
Log:
Fix -jX when makefiles are remade.
Approved by:re (kensmith)
Revision ChangesPath
1.163.2.1 +16 -0 src/usr.bin/make/main.c
fjoe2007-11-25 20:43:27 UTC
FreeBSD src repository
Modified files:
usr.bin/make main.c
Log:
Fix -jX when makefiles are remade.
Revision ChangesPath
1.164 +16 -0 src/usr.bin/make/main.c
___
cvs-all@freebsd
fjoe2007-06-01 04:20:19 UTC
FreeBSD src repository
Modified files:
usr.bin/make main.c
Log:
Change directory back to ${.CURDIR} when remaking Makefiles.
Pointed out by: ru
Revision ChangesPath
1.163 +9 -1 src/usr.bin/make/main.c
_
fjoe2007-04-20 06:25:45 UTC
FreeBSD src repository
Modified files:
usr.bin/make main.c
Log:
When remaking makefiles check that mtime has actually changed.
This fixes infinite restart in the following case:
Makefile: foo
foo: bar
do-something
obrien 2006-07-17 19:16:12 UTC
FreeBSD src repository
Modified files:
usr.bin/make main.c
Log:
whitespace fixing
Revision ChangesPath
1.160 +8 -8 src/usr.bin/make/main.c
___
cvs-all@freebsd.org mailing list
davidxu 2005-12-01 05:59:45 UTC
FreeBSD src repository
Modified files:
usr.bin/make main.c
Log:
Quickly fix brokeness in revision 1.157, that change was
free()ing stack memory which causes the program to abort,
and I can no longer make buildworld.
Revision Chang
fjoe2005-11-30 20:38:03 UTC
FreeBSD src repository
Modified files:
usr.bin/make main.c var.c
Log:
- match_var: do not address memory at invalid address (`len' can be greater
than strlen(var) + 1)
- ReadMakeFile: prevent `fname' memory leak
- ReadMakeFile: preven
12 matches
Mail list logo