Up to [cvs.netbsd.org] / src / usr.bin / make
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.4 / (download) - annotate - [select for diffs], Sat Jan 24 14:43:29 2009 UTC (3 years, 4 months ago) by dsl
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
yamt-pagecache,
netbsd-6-base,
netbsd-6,
matt-premerge-20091211,
matt-mips64-premerge-20101231,
jym-xensuspend-nbase,
jym-xensuspend-base,
jym-xensuspend,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2,
HEAD
Changes since 1.3: +1 -3
lines
Diff to previous 1.3 (colored)
Fixes to includes of make_malloc.h to that it actually builds when USE_EMALLOC is undefined. Fixes earlier fixes :-)
Revision 1.3 / (download) - annotate - [select for diffs], Sat Jan 24 13:06:16 2009 UTC (3 years, 4 months ago) by cegger
Branch: MAIN
Changes since 1.2: +3 -1
lines
Diff to previous 1.2 (colored)
buildfixes for OSX: - include <sys/types> for size_t - progname is undeclared - include <string.h> for string functions like strlen() - include <errno.h> for errno
Revision 1.2 / (download) - annotate - [select for diffs], Sat Jan 24 12:59:51 2009 UTC (3 years, 4 months ago) by cegger
Branch: MAIN
Changes since 1.1: +1 -4
lines
Diff to previous 1.1 (colored)
buildfix: remove RCSID. It conflicts with the definition in the .c files.
Revision 1.1 / (download) - annotate - [select for diffs], Sat Jan 24 11:59:39 2009 UTC (3 years, 4 months ago) by dsl
Branch: MAIN
Move the bmake_malloc() functions into their own .c and .h files. Include instead of make.h in a few places.