Up to [cvs.netbsd.org] / src / usr.bin / make
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.51 / (download) - annotate - [select for diffs], Sat Apr 2 07:58:30 2011 UTC (13 months, 3 weeks ago) by mbalmer
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,
cherry-xenmp-base,
cherry-xenmp,
HEAD
Changes since 1.50: +4 -4
lines
Diff to previous 1.50 (colored)
Declare variable only once. Fixes PR 44795.
Revision 1.50 / (download) - annotate - [select for diffs], Thu Jun 3 15:40:16 2010 UTC (23 months, 3 weeks ago) by sjg
Branch: MAIN
CVS Tags: matt-mips64-premerge-20101231,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Changes since 1.49: +6 -27
lines
Diff to previous 1.49 (colored)
We have required sigaction() for quite a while. Use bmake_signal() - a wrapper around sigaction() rather than signal() to ensure that signals are handled consistently.
Revision 1.49 / (download) - annotate - [select for diffs], Wed May 5 07:05:33 2010 UTC (2 years ago) by sjg
Branch: MAIN
Changes since 1.48: +4 -4
lines
Diff to previous 1.48 (colored)
gcc defines __svr4__ SunPro compiler defines __SVR4 We need to check both to ensure that on SunOS signal is hooked into sigaction - otherwise we do not pass the unit-tests due to missing a SIGCHLD
Revision 1.48 / (download) - annotate - [select for diffs], Thu Jan 29 09:03:04 2009 UTC (3 years, 3 months ago) by dholland
Branch: MAIN
CVS Tags: matt-premerge-20091211,
jym-xensuspend-nbase,
jym-xensuspend-base,
jym-xensuspend
Changes since 1.47: +5 -5
lines
Diff to previous 1.47 (colored)
Fix flagrantly wrong printf formats in compat strftime.
Revision 1.47 / (download) - annotate - [select for diffs], Sat Dec 13 15:19:29 2008 UTC (3 years, 5 months ago) by dsl
Branch: MAIN
Changes since 1.46: +9 -9
lines
Diff to previous 1.46 (colored)
Use NULL instead of -1 cast to the relavant type (usually via NIL). This was a suggestion from christos - so blame him if there is a deep reason for using -1 :-)
Revision 1.45.2.1 / (download) - annotate - [select for diffs], Sun Nov 9 05:07:23 2008 UTC (3 years, 6 months ago) by snj
Branch: netbsd-5
CVS Tags: netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
matt-nb5-pq3-base,
matt-nb5-pq3,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-premerge-20091211,
matt-nb5-mips64-k15,
matt-nb5-mips64,
matt-nb4-mips64-k7-u2a-k9b
Changes since 1.45: +103 -22
lines
Diff to previous 1.45 (colored) next main 1.46 (colored)
Pull up following revision(s) (requested by cube in ticket #38): usr.bin/make/util.c: revision 1.46 Don't use putenv() because it is not portable.
Revision 1.46 / (download) - annotate - [select for diffs], Fri Oct 31 17:42:14 2008 UTC (3 years, 6 months ago) by christos
Branch: MAIN
Changes since 1.45: +103 -22
lines
Diff to previous 1.45 (colored)
Don't use putenv() because it is not portable.
Revision 1.45 / (download) - annotate - [select for diffs], Mon Oct 6 22:09:21 2008 UTC (3 years, 7 months ago) by joerg
Branch: MAIN
CVS Tags: netbsd-5-base,
matt-mips64-base2
Branch point for: netbsd-5
Changes since 1.44: +4 -54
lines
Diff to previous 1.44 (colored)
Don't use emalloc and friends directly, but call them consistently bmake_malloc and friends. Implement them via macros for the native case and provide fallback implementations otherwise. Avoid polluting the namespace by not defining enomem globally. Don't bother to provide strdup and strndup, they were only used for the estrdup and estrndup comapt code. This addresses the presence of emalloc in system libraries on A/UX and resulted strange issues as reported by Timothy E. Larson.
Revision 1.44 / (download) - annotate - [select for diffs], Fri Feb 15 21:29:50 2008 UTC (4 years, 3 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pf42-baseX,
yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-pf42-base,
yamt-pf42,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
wrstuden-revivesa,
mjf-devfs2-base,
mjf-devfs2,
matt-armv6-nbase,
keiichi-mipv6-nbase,
keiichi-mipv6-base,
keiichi-mipv6,
hpcarm-cleanup-nbase,
hpcarm-cleanup-base
Changes since 1.43: +1 -1
lines
Diff to previous 1.43 (colored)
back all changes out until I fix it properly.
Revision 1.43 / (download) - annotate - [select for diffs], Thu Feb 14 22:11:20 2008 UTC (4 years, 3 months ago) by christos
Branch: MAIN
CVS Tags: christos-broken
Changes since 1.42: +4 -4
lines
Diff to previous 1.42 (colored)
- use pid_t/size_t as appropriate instead of int. - use %ld to print pids. - fix a bit of lint. - WARNS=4
Revision 1.40.4.1 / (download) - annotate - [select for diffs], Tue Nov 6 23:36:03 2007 UTC (4 years, 6 months ago) by matt
Branch: matt-armv6
CVS Tags: matt-armv6-prevmlocking
Changes since 1.40: +30 -3
lines
Diff to previous 1.40 (colored) next main 1.41 (colored)
sync with HEAD
Revision 1.42 / (download) - annotate - [select for diffs], Mon Oct 15 01:07:36 2007 UTC (4 years, 7 months ago) by sjg
Branch: MAIN
CVS Tags: matt-armv6-base,
cube-autoconf-base,
cube-autoconf
Changes since 1.41: +4 -4
lines
Diff to previous 1.41 (colored)
If we don't have emalloc, we won't have strndup either. Allows building current make on 2.0.
Revision 1.41 / (download) - annotate - [select for diffs], Sat Oct 13 16:16:41 2007 UTC (4 years, 7 months ago) by apb
Branch: MAIN
Changes since 1.40: +30 -3
lines
Diff to previous 1.40 (colored)
* Convert all uses of strdup() to estrdup(); * Use estrndup() in a few cases where it simplifies the code; * Provide compatibility definitions of strndup and estrndup;
Revision 1.39.8.1 / (download) - annotate - [select for diffs], Mon Sep 3 07:05:32 2007 UTC (4 years, 8 months ago) by wrstuden
Branch: wrstuden-fixsa
Changes since 1.39: +3 -6
lines
Diff to previous 1.39 (colored) next main 1.40 (colored)
Sync w/ NetBSD-4-RC_1
Revision 1.39.6.1 / (download) - annotate - [select for diffs], Tue Jun 5 20:53:31 2007 UTC (4 years, 11 months ago) by bouyer
Branch: netbsd-4
CVS Tags: wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-base,
netbsd-4-0-RELEASE,
netbsd-4-0-RC5,
netbsd-4-0-RC4,
netbsd-4-0-RC3,
netbsd-4-0-RC2,
netbsd-4-0-RC1,
netbsd-4-0-1-RELEASE,
netbsd-4-0
Changes since 1.39: +3 -6
lines
Diff to previous 1.39 (colored) next main 1.40 (colored)
Apply patch (requested by tron in ticket #696): usr.bin/make/compat.c patch usr.bin/make/cond.c patch usr.bin/make/dir.c patch usr.bin/make/for.c patch usr.bin/make/main.c patch usr.bin/make/make.1 patch usr.bin/make/make.c patch usr.bin/make/make.h patch usr.bin/make/nonints.h patch usr.bin/make/parse.c patch usr.bin/make/str.c patch usr.bin/make/targ.c patch usr.bin/make/util.c patch usr.bin/make/var.c patch Synchronize make(1) with HEAD branch to increase perfomance and improve stability.
Revision 1.40 / (download) - annotate - [select for diffs], Wed Jan 17 00:21:44 2007 UTC (5 years, 4 months ago) by hubertf
Branch: MAIN
CVS Tags: matt-mips64-base,
matt-mips64,
hpcarm-cleanup
Branch point for: matt-armv6
Changes since 1.39: +3 -6
lines
Diff to previous 1.39 (colored)
Remove duplicate #includes From Slava Semushin <slava.semushin@gmail.com>, via private mail
Revision 1.39 / (download) - annotate - [select for diffs], Mon Aug 8 16:42:54 2005 UTC (6 years, 9 months ago) by christos
Branch: MAIN
CVS Tags: netbsd-4-base,
chap-midi-nbase,
chap-midi-base,
chap-midi,
abandoned-netbsd-4-base,
abandoned-netbsd-4
Branch point for: wrstuden-fixsa,
netbsd-4
Changes since 1.38: +6 -6
lines
Diff to previous 1.38 (colored)
From Max Okumoto: - Remove casts to NULL. - Remove space between cast and object.
Revision 1.38 / (download) - annotate - [select for diffs], Fri Aug 5 00:53:18 2005 UTC (6 years, 9 months ago) by christos
Branch: MAIN
Changes since 1.37: +4 -4
lines
Diff to previous 1.37 (colored)
More KNF cleanups from Max Okumoto
Revision 1.37 / (download) - annotate - [select for diffs], Mon Jul 25 22:55:58 2005 UTC (6 years, 10 months ago) by christos
Branch: MAIN
Changes since 1.36: +15 -15
lines
Diff to previous 1.36 (colored)
Whitespace KNF cleanup from Max Okumoto
Revision 1.36 / (download) - annotate - [select for diffs], Wed Feb 16 15:11:53 2005 UTC (7 years, 3 months ago) by christos
Branch: MAIN
CVS Tags: netbsd-3-base,
netbsd-3-1-RELEASE,
netbsd-3-1-RC4,
netbsd-3-1-RC3,
netbsd-3-1-RC2,
netbsd-3-1-RC1,
netbsd-3-1-1-RELEASE,
netbsd-3-1,
netbsd-3-0-RELEASE,
netbsd-3-0-RC6,
netbsd-3-0-RC5,
netbsd-3-0-RC4,
netbsd-3-0-RC3,
netbsd-3-0-RC2,
netbsd-3-0-RC1,
netbsd-3-0-3-RELEASE,
netbsd-3-0-2-RELEASE,
netbsd-3-0-1-RELEASE,
netbsd-3-0,
netbsd-3
Changes since 1.35: +4 -4
lines
Diff to previous 1.35 (colored)
PR/29203, PR/29204: Max Okumoto: KNF changes to make [no functional changes]
Revision 1.34.2.1 / (download) - annotate - [select for diffs], Mon May 10 15:41:32 2004 UTC (8 years ago) by tron
Branch: netbsd-2-0
CVS Tags: netbsd-2-base,
netbsd-2-1-RELEASE,
netbsd-2-1-RC6,
netbsd-2-1-RC5,
netbsd-2-1-RC4,
netbsd-2-1-RC3,
netbsd-2-1-RC2,
netbsd-2-1-RC1,
netbsd-2-1,
netbsd-2-0-RELEASE,
netbsd-2-0-RC5,
netbsd-2-0-RC4,
netbsd-2-0-RC3,
netbsd-2-0-RC2,
netbsd-2-0-RC1,
netbsd-2-0-3-RELEASE,
netbsd-2-0-2-RELEASE,
netbsd-2-0-1-RELEASE,
netbsd-2
Changes since 1.34: +9 -9
lines
Diff to previous 1.34 (colored) next main 1.35 (colored)
Pull up revision 1.35 (requested by sjg in ticket #282): Simplify build, no functional changes. Instead of adding MAKE_BOOTSTRAP for hosted environments, i.e., when you want things simple, instead add MAKE_NATIVE to get those hugely important features like __RCSID(). It's now possible to build make on some hosts with: cc *.c */*.c
Revision 1.35 / (download) - annotate - [select for diffs], Fri May 7 00:04:40 2004 UTC (8 years ago) by ross
Branch: MAIN
Changes since 1.34: +9 -9
lines
Diff to previous 1.34 (colored)
Simplify build, no functional changes. Instead of adding MAKE_BOOTSTRAP for hosted environments, i.e., when you want things simple, instead add MAKE_NATIVE to get those hugely important features like __RCSID(). It's now possible to build make on some hosts with: cc *.c */*.c
Revision 1.34 / (download) - annotate - [select for diffs], Wed Jul 16 07:11:29 2003 UTC (8 years, 10 months ago) by itojun
Branch: MAIN
CVS Tags: netbsd-2-0-base
Branch point for: netbsd-2-0
Changes since 1.33: +9 -9
lines
Diff to previous 1.33 (colored)
we can't use snprintf here, as sizeof(pathname) is unknown
Revision 1.33 / (download) - annotate - [select for diffs], Sun Sep 22 01:19:08 2002 UTC (9 years, 8 months ago) by lukem
Branch: MAIN
CVS Tags: fvdl_fs64_base
Changes since 1.32: +7 -7
lines
Diff to previous 1.32 (colored)
HP/UX fixes from Giles Lean: - consistently support __hpux (which the HP compilers define) as well as __hpux__ (not sure which compilers set this, but retained anyway) - fix a typo in the definition of signal(). arguably the codebase should just be converted to sigaction()...
Revision 1.32 / (download) - annotate - [select for diffs], Sat Jun 15 18:24:58 2002 UTC (9 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.31: +23 -70
lines
Diff to previous 1.31 (colored)
Remove !__STDC__ stuff, de-__P(), ANSIfy, and de-register.
Revision 1.31 / (download) - annotate - [select for diffs], Tue Mar 12 20:15:15 2002 UTC (10 years, 2 months ago) by christos
Branch: MAIN
CVS Tags: netbsd-1-6-base,
netbsd-1-6-RELEASE,
netbsd-1-6-RC3,
netbsd-1-6-RC2,
netbsd-1-6-RC1,
netbsd-1-6-PATCH002-RELEASE,
netbsd-1-6-PATCH002-RC4,
netbsd-1-6-PATCH002-RC3,
netbsd-1-6-PATCH002-RC2,
netbsd-1-6-PATCH002-RC1,
netbsd-1-6-PATCH002,
netbsd-1-6-PATCH001-RELEASE,
netbsd-1-6-PATCH001-RC3,
netbsd-1-6-PATCH001-RC2,
netbsd-1-6-PATCH001-RC1,
netbsd-1-6-PATCH001,
netbsd-1-6
Changes since 1.30: +7 -3
lines
Diff to previous 1.30 (colored)
PR/15888: Jarkko Teppo: Problems building on HP/UX 1. Compensate for h-pox assert brain damage where it gets confused by the string in: assert(!memcmp(foo, "in", 2)); I miss the h-pox broken compiler, I had not had to work around it for years. 2. Oh, finally h-pox has random() and utimes(). We don't need our own anymore.
Revision 1.30 / (download) - annotate - [select for diffs], Sat Mar 2 03:56:02 2002 UTC (10 years, 2 months ago) by tv
Branch: MAIN
Changes since 1.29: +4 -3
lines
Diff to previous 1.29 (colored)
Add <errno.h> to list of includes, from <imago@13thmonkey.org>, in PR toolchain/15386.
Revision 1.29 / (download) - annotate - [select for diffs], Sun Jan 27 01:50:55 2002 UTC (10 years, 4 months ago) by reinoud
Branch: MAIN
Changes since 1.28: +4 -4
lines
Diff to previous 1.28 (colored)
Fix major bug in make(1) ... due to shadowing of the dotLast path used for the .DOTLAST primitive by a boolean variable with the same name, this whole mechanism was broken ... it doesn't save much stat calls but it was wrong. Thanks to Jason Thorpe for the other shadow-variable fixing patches he made.
Revision 1.28 / (download) - annotate - [select for diffs], Fri Jan 25 17:51:32 2002 UTC (10 years, 4 months ago) by tv
Branch: MAIN
Changes since 1.27: +8 -17
lines
Diff to previous 1.27 (colored)
Make util.c replacement functions use autoconf conditionals to probe what is Really available in the host OS.
Revision 1.27 / (download) - annotate - [select for diffs], Tue Dec 11 20:37:24 2001 UTC (10 years, 5 months ago) by tv
Branch: MAIN
Changes since 1.26: +5 -4
lines
Diff to previous 1.26 (colored)
Add __CYGWIN__ to list of exceptions from homegrown strftime(). (XXX - This should be an inclusive, not exclusive, list. Later, this should be autoconfiscated, but keep the internal implementation, since src/tools/compat isn't necessarily available for use at make's build time.)
Revision 1.26 / (download) - annotate - [select for diffs], Thu Aug 3 15:53:24 2000 UTC (11 years, 9 months ago) by christos
Branch: MAIN
Changes since 1.25: +72 -76
lines
Diff to previous 1.25 (colored)
PR/10714: SUNAGAWA Keiki: Add newer hpux support, but without removing the old hpux support.
Revision 1.25 / (download) - annotate - [select for diffs], Thu May 4 18:29:53 2000 UTC (12 years ago) by drochner
Branch: MAIN
CVS Tags: netbsd-1-5-base,
netbsd-1-5-RELEASE,
netbsd-1-5-PATCH003,
netbsd-1-5-PATCH002,
netbsd-1-5-PATCH001,
netbsd-1-5-BETA2,
netbsd-1-5-BETA,
netbsd-1-5-ALPHA2,
netbsd-1-5,
minoura-xpg4dl-base,
minoura-xpg4dl
Changes since 1.24: +8 -5
lines
Diff to previous 1.24 (colored)
support OSF/1
Revision 1.24 / (download) - annotate - [select for diffs], Thu Jan 6 22:23:20 2000 UTC (12 years, 4 months ago) by wrstuden
Branch: MAIN
Changes since 1.23: +5 -4
lines
Diff to previous 1.23 (colored)
Add a few little changes needed to get this to compile on IRIX 6.4.
Revision 1.23 / (download) - annotate - [select for diffs], Sat Sep 4 04:21:28 1999 UTC (12 years, 8 months ago) by christos
Branch: MAIN
CVS Tags: wrstuden-devbsize-base,
wrstuden-devbsize-19991221,
wrstuden-devbsize,
comdex-fall-1999-base,
comdex-fall-1999
Changes since 1.22: +13 -11
lines
Diff to previous 1.22 (colored)
PR/8259: Chris Demetriou: Fix stack overflow bugs exposed by the glibc-2.1.1 Makefile. Use snprintf everywhere.
Revision 1.22 / (download) - annotate - [select for diffs], Fri Aug 27 00:47:25 1999 UTC (12 years, 9 months ago) by simonb
Branch: MAIN
Changes since 1.21: +5 -4
lines
Diff to previous 1.21 (colored)
Don't need strftime() on Ultrix either.
Revision 1.21 / (download) - annotate - [select for diffs], Tue Jun 29 07:44:21 1999 UTC (12 years, 11 months ago) by christos
Branch: MAIN
Changes since 1.20: +5 -5
lines
Diff to previous 1.20 (colored)
apply solaris fixes
Revision 1.20 / (download) - annotate - [select for diffs], Fri Mar 19 16:11:02 1999 UTC (13 years, 2 months ago) by christos
Branch: MAIN
CVS Tags: netbsd-1-4-base,
netbsd-1-4-RELEASE,
netbsd-1-4-PATCH003,
netbsd-1-4-PATCH002,
netbsd-1-4-PATCH001,
netbsd-1-4
Changes since 1.19: +5 -6
lines
Diff to previous 1.19 (colored)
use emalloc() instead of malloc()
Revision 1.19 / (download) - annotate - [select for diffs], Fri Nov 6 23:31:09 1998 UTC (13 years, 6 months ago) by christos
Branch: MAIN
Changes since 1.18: +8 -8
lines
Diff to previous 1.18 (colored)
- full prototypes - more conservative printf - char -> unsigned char
Revision 1.18 / (download) - annotate - [select for diffs], Sun Oct 18 14:24:16 1998 UTC (13 years, 7 months ago) by christos
Branch: MAIN
Changes since 1.17: +6 -4
lines
Diff to previous 1.17 (colored)
strftime is not needed for svr4 machines; also fix the prototype footprint.
Revision 1.17 / (download) - annotate - [select for diffs], Fri Sep 18 20:15:36 1998 UTC (13 years, 8 months ago) by christos
Branch: MAIN
Changes since 1.16: +4 -4
lines
Diff to previous 1.16 (colored)
PR/6174: ITOH Yasufumi: Purify bug and a compile error in utility code.
Revision 1.15.2.1 / (download) - annotate - [select for diffs], Fri May 8 06:12:09 1998 UTC (14 years ago) by mycroft
Branch: netbsd-1-3
CVS Tags: netbsd-1-3-PATCH003-CANDIDATE2,
netbsd-1-3-PATCH003-CANDIDATE1,
netbsd-1-3-PATCH003-CANDIDATE0,
netbsd-1-3-PATCH003,
netbsd-1-3-PATCH002
Changes since 1.15: +66 -3
lines
Diff to previous 1.15 (colored) next main 1.16 (colored)
Sync with trunk, per request of christos.
Revision 1.16 / (download) - annotate - [select for diffs], Wed Feb 4 14:47:40 1998 UTC (14 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.15: +66 -3
lines
Diff to previous 1.15 (colored)
Y2K fixes: use strftime(), and add a fake strftime() for systems that do not have it.
Revision 1.15 / (download) - annotate - [select for diffs], Sun Sep 28 03:31:13 1997 UTC (14 years, 8 months ago) by lukem
Branch: MAIN
CVS Tags: netbsd-1-3-base,
netbsd-1-3-RELEASE,
netbsd-1-3-PATCH001,
netbsd-1-3-BETA
Branch point for: netbsd-1-3
Changes since 1.14: +6 -2
lines
Diff to previous 1.14 (colored)
wrap #include <sys/cdefs.h>, __RCSID(...) stuff in #ifndef MAKE_BOOTSTRAP
Revision 1.14 / (download) - annotate - [select for diffs], Fri Jul 11 20:17:38 1997 UTC (14 years, 10 months ago) by christos
Branch: MAIN
Changes since 1.13: +3 -3
lines
Diff to previous 1.13 (colored)
#if __STDC__ -> #ifdef __STDC__
Revision 1.13 / (download) - annotate - [select for diffs], Fri Jul 11 20:16:01 1997 UTC (14 years, 10 months ago) by christos
Branch: MAIN
Changes since 1.12: +3 -3
lines
Diff to previous 1.12 (colored)
sprintf -> vsprintf
Revision 1.12 / (download) - annotate - [select for diffs], Tue Jul 1 21:17:44 1997 UTC (14 years, 10 months ago) by christos
Branch: MAIN
Changes since 1.11: +3 -2
lines
Diff to previous 1.11 (colored)
Add WARNS=1 RCSID police
Revision 1.11 / (download) - annotate - [select for diffs], Sat Jun 7 16:42:31 1997 UTC (14 years, 11 months ago) by christos
Branch: MAIN
Changes since 1.10: +9 -2
lines
Diff to previous 1.10 (colored)
Apparently, using _doprnt(_IOREAD) to emulate vsnprintf() on SVR4 *sometimes* core-dumps; use sprintf()+strlen() for now.
Revision 1.5.4.1 / (download) - annotate - [select for diffs], Sun Jan 26 05:51:54 1997 UTC (15 years, 4 months ago) by rat
Branch: netbsd-1-2
CVS Tags: netbsd-1-2-PATCH001
Changes since 1.5: +108 -15
lines
Diff to previous 1.5 (colored) next main 1.6 (colored)
Update make(1) from trunk, by request from Christos Zoulas. Fixes many bugs.
Revision 1.10 / (download) - annotate - [select for diffs], Tue Dec 31 17:56:04 1996 UTC (15 years, 4 months ago) by christos
Branch: MAIN
Changes since 1.9: +70 -2
lines
Diff to previous 1.9 (colored)
implement snprintf() and vsnprintf() for non BSD4_4 systems.
Revision 1.9 / (download) - annotate - [select for diffs], Mon Nov 11 15:16:10 1996 UTC (15 years, 6 months ago) by christos
Branch: MAIN
Changes since 1.8: +3 -2
lines
Diff to previous 1.8 (colored)
Fir PR/2930: declare missing variable.
Revision 1.8 / (download) - annotate - [select for diffs], Wed Nov 6 17:59:28 1996 UTC (15 years, 6 months ago) by christos
Branch: MAIN
Changes since 1.7: +13 -13
lines
Diff to previous 1.7 (colored)
- Merge in FreeBSD and Lite2 changes. - Fix bug where a non-archive target with a .a suffix would always be considered to be out of date, since it does not have a TOC.
Revision 1.7 / (download) - annotate - [select for diffs], Fri Aug 30 17:59:44 1996 UTC (15 years, 8 months ago) by thorpej
Branch: MAIN
Changes since 1.6: +2 -3
lines
Diff to previous 1.6 (colored)
Tidy up some RCS ids a bit.
Revision 1.6 / (download) - annotate - [select for diffs], Tue Aug 13 16:41:15 1996 UTC (15 years, 9 months ago) by christos
Branch: MAIN
Changes since 1.5: +28 -3
lines
Diff to previous 1.5 (colored)
Add strdup() since ultrix is missing it. From Larry Schwimmer <rosebud@cyclone.Stanford.EDU>
Revision 1.5 / (download) - annotate - [select for diffs], Wed Nov 22 17:40:17 1995 UTC (16 years, 6 months ago) by christos
Branch: MAIN
CVS Tags: netbsd-1-2-base,
netbsd-1-2-RELEASE,
netbsd-1-2-BETA
Branch point for: netbsd-1-2
Changes since 1.4: +25 -2
lines
Diff to previous 1.4 (colored)
Updates for POSIX/SVR4 compiling: arch.c: Don't require ranlib stuff. Not everybody has it. dir.c: SunOS-4 != Solaris; change #ifdef sun to #if sun && !__svr4__ job.c, compat.c: Don't use 'union wait', use int and the W*() macros. main.c: Check for uname() == -1; some unames return > 0... util.c, job.c: Add signal() with BSD semantics for svr4, don't use bsd sigmask and friends.
Revision 1.4 / (download) - annotate - [select for diffs], Wed Jun 14 15:20:11 1995 UTC (16 years, 11 months ago) by christos
Branch: MAIN
CVS Tags: netbsd-1-1-base,
netbsd-1-1-RELEASE,
netbsd-1-1-PATCH001,
netbsd-1-1
Changes since 1.3: +7 -1
lines
Diff to previous 1.3 (colored)
- $NetBSD$ rcsids - Fixed so that .[A-Z]* targets that do not match keywords are ignored as Posix mandates - Added .PHONY target keyword
Revision 1.3 / (download) - annotate - [select for diffs], Fri Sep 23 09:33:23 1994 UTC (17 years, 8 months ago) by mycroft
Branch: MAIN
Changes since 1.2: +1 -28
lines
Diff to previous 1.2 (colored)
Use getcwd(3), not getwd(3), and remove some old, unused compatibility code.
Revision 1.2 / (download) - annotate - [select for diffs], Mon May 9 06:36:22 1994 UTC (18 years ago) by glass
Branch: MAIN
CVS Tags: netbsd-1-0-base,
netbsd-1-0-RELEASE,
netbsd-1-0-PATCH1,
netbsd-1-0-PATCH06,
netbsd-1-0-PATCH05,
netbsd-1-0-PATCH04,
netbsd-1-0-PATCH03,
netbsd-1-0-PATCH02,
netbsd-1-0-PATCH0,
netbsd-1-0
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
bootstrap improvements
Revision 1.1 / (download) - annotate - [select for diffs], Sat Mar 5 00:35:16 1994 UTC (18 years, 2 months ago) by cgd
Branch: MAIN
fixes/improvements from Christos Zoulas <christos@deshaw.com>.