/* $NetBSD: bat.h,v 1.6 2008/02/05 18:10:46 garbled Exp $ */ #ifdef _KERNEL_OPT #include "opt_ppcarch.h" #endif #if defined (PPC_OEA) || defined (PPC_OEA64_BRIDGE) #include #endif ' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-26make(1): remove references to the removed lst.librillig
2020-06-13nbmake bootstrap: be quieter if MAKEVERBOSE==0lukem
More accurately simulate <bsd.own.mk> and don't even print the "compile" lines with MAKEVERBOSE=0
2020-06-13nbmake bootstrap: consistency fix in MAKEVERBOSE<2 supportlukem
2020-06-13nbmake bootstrap: if MAKEVERBOSE < 2, output similar to <bsd.own.mk>lukem
2018-01-16Do not use HOST_CFLAGS and others. build.sh calls configure withuwe
CFLAGS set to HOST_CFLAGS, etc - so HOST_* environment variables are already taken into account if set. OTOH, if configure were to add anything to CFLAGS etc, the old code would happily ignore those changes, picking up original environment variables instead.
2018-01-15Do not use HOST_CFLAGS to link the make binary.uwe
2018-01-15G/c unused runcmd.uwe
2018-01-15Make sure nbmake is always built with the right _PATH_DEFSYSPATH.uwe
2007-10-14regenapb
2007-10-14Adapt to the changed way of telling make which shell to use.apb
2007-10-14* Add Makefile.regen to regenerate configure from configure.ac;apb
* Add comments in configure.ac to explain how to regenerate configure.
2006-10-09Configure the bootstrap make in such a way that it can use a shell otherapb
than "sh" for executing commands. Useful in a cross-build environment. * Do not define _PATH_BSHELL, because it is no longer used by make. * In addition to _PATH_DEFSHELLDIR (the directory in which the default shell can be found), define _BASENAME_DEFSHELL (the shell's basename). * Use shell builtin string manipulation instead of sed to extract the directory name and basename from $BSHELL. OK sjg, christos
2006-08-26undo previous. I'll do it differently.christos
2006-08-26compile efun.c too.christos
2006-06-30Use _TOOL_PREFIX if present.ross
2004-05-07Track make(1) build simplifications.ross
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(). Also, get rid of a now-unneeded -I.
2003-07-26netbsd.org->NetBSD.orgsalo
2002-10-04Check for <poll.h>. If it is not found, -DUSE_SELECT=1.thorpej
2002-09-13Be more conservative with quoting, to play nice with /bin/sh on Solaris 8.thorpej
2002-04-27Define _PATH_BSHELL to the first "sh" on the PATH when bootstrappingbjh21
nbmake. This should remove our dependency on a nobbled /bin/sh on Solaris.
2002-04-24Check for the location of sh on the path, and use that to construct thebjh21
value for _PATH_DEFSHELLDIR. In theory, _PATH_DEFSHELLDIR will also be used to find csh, but ".SHELL csh" shouldn't be used anywhere in our source tree, and this make shouldn't be used for other things. This should cause nbmake to use the right shell for most purposes when cross-compiling from Solaris.
2002-04-24Remove an "eval" from docmd, in order to stop it over-evaluating thingsbjh21
(and losing quotes from DEFS).
2002-01-25Make util.c replacement functions use autoconf conditionals to probetv
what is Really available in the host OS.
2002-01-25Abort on C compiler error. Add @DEFS@ to compile line.tv
2002-01-15Break out make(1) bootstrap config into an autoconf-based mechanism thattv
generates a shell script. Check for existence of POSIX regex, and make sure an appropriate library is pulled in for it as needed.