Home | History | Annotate | Download | only in conf
History log of /src/sys/arch/hp300/conf/Makefile.hp300
RevisionDateAuthorComments
 1.95  21-Aug-2019  skrll Fix the pmap_bootstrap.o dependency (it was spelt pmap_boostrap.o before)
 1.94  22-Sep-2018  rin - Determine KERN_AS automatically depending on whether OPT_MODULAR is
set or not, in the same way as libcompat.

- Specify OPT_MODULAR in the port Makefile instead of KERN_AS.

Now, KERN_AS=library is used for kernels without module(7) for all ports.

OK christos
 1.93  25-Feb-2018  mrg branches: 1.93.2; 1.93.4;
add a special rule to build m68k/fpu.c to avoid passing -msoft-float.
fixes GCC 6 kernel builds that use this file.
 1.92  06-Sep-2015  uebayasi Declare dependency on fpsp.o via newly introduced ${MD_LIBS} instead of
${MD_OBJS}.

${MD_OBJS} should be used only for objects that must be linked first (i.e.,
start code). Objects have to be compiled following common compile rules,
and have to be generated into common places (i.e., top of kernel build
directory).

${MD_LIBS} defines libraries that are built by separate makefiles, under
separate directories. `Makefile.kern.inc' doesn't know intermediate library
objects.
 1.91  31-Aug-2015  uebayasi Fix build of .s files.
 1.90  15-Apr-2015  mrg remove various HAVE_GCC=45 fragments.
 1.89  09-Jul-2011  mrg branches: 1.89.12; 1.89.30;
apply -Wno-cast-qual upon diofb.c.
 1.88  21-Jan-2011  joerg Switch remaining platforms to modern CPP for assembler.
 1.87  11-Dec-2005  christos branches: 1.87.100; 1.87.106; 1.87.108;
merge ktrace-lwp.
 1.86  31-May-2005  christos s/GENASSYM/GENASSYM_CONF/ so we can use "GENASSYM" as the program name.
 1.85  04-Jun-2004  thorpej Add the %MAKEOPTIONSAPPEND token at the end of the file, after the
common Makefile.kern.inc has been included.
 1.84  26-Nov-2002  thorpej branches: 1.84.6; 1.84.10;
The traditional C preprocessor is fixed in GCC 3.3 now, so no need
to skip -traditional-cpp for HAVE_GCC3.
 1.83  04-Jun-2002  thorpej Don't use -traditional-cpp if HAVE_GCC3.
 1.82  09-Dec-2001  atatat branches: 1.82.8;
Roll the rest of the ports over to the new MI kernel build machinery.
Any problems reported by testers have been fixed, and massive
cross-compiling of kernels has shown that any problems that remain
with actually building kernels are not related to this.
 1.81  20-Nov-2001  lukem cleanup:
options SPACE TAB
makeoptions TAB
psuedo-device TAB
remove trailing whitespace
replace multiple spaces -> tabs
options "FOO" -> options FOO
options "FOO=bar" -> options FOO=bar
options "FOO=\"bar\"" -> options FOO="\"bar\""
 1.80  26-Oct-2001  jmc branches: 1.80.2;
Change defaults for kernel compiles. Default all to USETOOLS?=no and have
the etc Makefile override that by putting USETOOLS into $.MAKEOVERRIDES
This way the default for kernel compiles is still to use the installed
toolchain instead of depending on $TOOLDIR. $TOOLDIR can be used by
simply adding USETOOLS=yes to the command line as usual.

Adjust each ports template to set the default no setting and also pull in
bsd.own.mk if they weren't already to ensure they'll build correctly
with the new toolchain setup.
 1.79  23-Oct-2001  thorpej branches: 1.79.2;
Set MACHINE_ARCH explicitly in Makefiles for which it is constant.
Also, since config(8) now explcitly sets MACHINE, there is no need
to do it here in the Makefile.
 1.78  29-May-2001  mrg branches: 1.78.2;
define _KERNEL_OPT as well as _KERNEL. we will use this in the future to
get kernel "opt_foo.h" headers, rather than _KERNEL && !_LKM.
 1.77  17-Dec-2000  jdolecek branches: 1.77.2;
delete obsolete comment
 1.76  09-May-2000  hubertf Add "install" target, so "make install" after building the kernel
does something useful. The target can be redefined by putting a
install-kernel-${MACHINE_NAME} target that fits your needs into
/etc/mk.conf.
 1.75  09-May-2000  thorpej HAVE_GCC28 -> HAVE_EGCS, and make it match gcc 2.9 as well. Also,
make the use of -Wno-uninitialized explicit, don't rely on a compiler
hack to do it for us.
 1.74  01-Feb-2000  tsutsui Revert STRIPPROG -> STRIP
 1.73  24-Jan-2000  tron Add "dependall" target for comfort.
 1.72  19-Jan-2000  tsutsui STRIP -> STRIPPROG
 1.71  19-Jan-2000  tsutsui Change STRIPFLAGS=-g for cross-toolchains.
 1.70  26-Jul-1999  cgd branches: 1.70.2;
be more efficient when doing the SYSTEM_LD_TAIL for -g kernels: don't
copy them just to strip them, use strip -o.
 1.69  09-Jul-1999  mrg clean up a bit after jason :)

- fix emitrules() like emitfiles() to deal with the prefix (otherwise it
would attempt to find the file in the normal base for the NORMAL_C rule).
- add emitincludes() which adds include directives for each prefix to the
$INCLUDES variable in the makefile.
- add %INCLUDES to each Makefile.arch to deal with the above.

this makes "prefix" actually work in a usable manner, and now i can move
on to fixing compiler warnings (errors) in the ESP code. :)
 1.68  15-Jan-1999  thorpej branches: 1.68.4;
Some minor, mostly costmetic, changes to CPPFLAGS/CFLAGS.
 1.67  15-Jan-1999  thorpej Don't define "mc68020". Nothing uses it.
 1.66  08-Jan-1999  augustss Add -Wpointer-arith warning since `void *' arithmetic is not ANSI C.
 1.65  15-Oct-1998  drochner change handling of libkern:
-sys/lib/libkern builds as library per default (as it was documented all
the time)
-ports able to LKM set "KERN_AS=obj" explicitely in their Makefiles
(for now; should depend on actual "option LKM" or -better- functions
included for LKM use should be pulled in by a stub)
-always link libcompat before libkern - libkern stuff can be referred to
by libcompat, but not the other way
 1.64  05-Sep-1998  lukem distclean is a synonym for cleandir
 1.63  31-May-1998  thorpej Specify a non-profiling C rule.
 1.62  12-Apr-1998  tv Add -Wno-main conditional on compiler being gcc 2.8 or egcs. (This adds
a HAVE_GCC28 check-variable that can now be used to add other gcc-2.8
flags in cases where they may be useful, or to remove gcc 2.7.2 "bug
workaround" flags.)
 1.61  12-Nov-1997  thorpej Make sure CPP, AR, AS, and RANLIB are defined.
 1.60  12-Nov-1997  thorpej Define LORDER, NM, and TSORT here, like we do the rest of the tools.
 1.59  03-Oct-1997  lukem branches: 1.59.2;
define SIZE?=size, and use ${SIZE} instead of size. makes cross
compilation easier
 1.58  30-Sep-1997  christos PR/4162: Chris Jones: make cleandir does not work properly; it does not
remove the object files and the .depend file in the kernel build directory.
 1.57  12-Sep-1997  mycroft The FPCOPROC option no longer exists.
 1.56  12-Sep-1997  mycroft Fix an error from when Locore.c was removed.
 1.55  12-Jul-1997  leo branches: 1.55.2;
Generate assym.h dependencies when making 'depend'.
 1.54  01-Apr-1997  scottr Specify more aggressive warning options for C code.
 1.53  16-Mar-1997  thorpej Remove reference to Locore.c
 1.52  14-Mar-1997  mycroft Put the genassym.sh output in a temp file, and mv -f it, in case
it fails spectacularly and doesn't clean up. Also, don't depend genassym.c
(since it no longer exists), and remove dependencies for genassym.o (since it
no longer exists).
 1.51  13-Mar-1997  thorpej Use genassym.sh to facilitate cross compiling.
 1.50  04-Feb-1997  perry Nuke some options GENERIC residue.
 1.49  04-Feb-1997  perry Nuke some GENERIC residue.
 1.48  01-Feb-1997  thorpej - Garbage-collect a kludge necessary when we were using old config.
- Synch the "clean" rule with the i386 port's.
- Add a commented-out rule for generating assym.h w/ the new genassym.sh.
Some slight changes need to be made to genassym.h to make it work with
m68k, so we can't use it just yet.
 1.47  26-Jan-1997  hpeyerl ::->: :-)
 1.46  06-Jan-1997  thorpej branches: 1.46.2;
Kludge newvers rule, so that it works with old and new config.
 1.45  01-Dec-1996  jonathan * Replace explicit -O2 in CFLAGS with COPTS macro. Default COPTS?= -O2.
Lets users over-ride with makeoptions COPTS="..." in kernel config files.

Leave `mandatory' flags (like -msoft-float which on m68k enforces no
FP in kernel) in CFLAGS.
 1.44  09-Sep-1996  mycroft Move strip(1) flags into a separate variable, so that $STRIP can
be passed to subordinate make(1)s. Remove $TOUCH. Add HOSTED_CC,
HOSTED_CPPFLAGS, and HOSTED_CFLAGS, and use them when depending genassym.
 1.43  31-Aug-1996  mycroft Wrap the default definition of `S' in `.ifndef'.
 1.42  12-Aug-1996  mycroft Put into . Remove hooks for `config-dependent' and
`device-driver' flags.
 1.41  10-Aug-1996  mycroft * Add a HOSTED_C_C variable, which strips `-p', `-pg', and
`-nostdinc', and use it when building genassym.
* Use `-nostdinc' just to be sure we're self-contained.
 1.40  10-Aug-1996  mycroft * Define CWARNFLAGS and MKDEP in some moderately consistent fashion.
* Make S expand to an absolute path at compile time.
* Use `-S' rather than `-x' to remove debugging symbols.
* Garbage collect unused variables.
* Reverse a handful of port-specific changes that do not correspond to
the common build model and are not needed.
 1.39  11-May-1996  mycroft Make `make depend' work for libraries.
 1.38  01-Mar-1996  scottr Don't try to make dependencies for SFILES if it isn't defined.
 1.37  29-Feb-1996  cgd Do not build vnode_if.[ch] for each kernel. Build them once, like the
various syscall sources/headers, and just compile them. From PR 2142, OK'd
by mycroft.
 1.36  26-Feb-1996  mycroft Define build programs with `?=', so they can be overridden with `makeoptions'.
 1.35  09-Feb-1996  mycroft Fix mkdep problems due to missing flags.
 1.34  03-Feb-1996  mycroft config.old uses vers.o, not newvers.
 1.33  03-Feb-1996  mycroft Use `-traditional-cpp' when building .s and .S files.
 1.32  02-Feb-1996  mycroft config.old doesn't grok %SFILES.
 1.31  02-Feb-1996  mycroft Clone these, and fix many bugs.
 1.30  02-Feb-1996  mycroft assym.s -> assym.h
(Some ports did this already.)
 1.29  01-Feb-1996  mycroft LOCORE -> _LOCORE
 1.28  22-Oct-1995  thorpej We no longer need -fno-builtin; syscall namespace has been cleaned up a bit.
 1.27  18-Oct-1995  thorpej Recompile genassym if the Makefile changes.
 1.26  19-Sep-1995  thorpej branches: 1.26.2;
Compile the kernel with -fno-builtin.
 1.25  05-Aug-1995  mycroft Remove vnode_if.[ch] when cleaning.
 1.24  24-Jul-1995  mycroft Add -Werror.
 1.23  24-Jun-1995  christos Makefile.`arch`: - Add -lcompat
- Change clean: target to be a double dep one,
so libraries can use the clean target too
- Add genassym to the clean targets
 1.22  16-May-1995  jtc Removing -DKERNEL, transition to _KERNEL has been completed
 1.21  23-Mar-1995  jtc Added -D_KERNEL to CFLAGS alongside each -DKERNEL.
 1.20  26-Oct-1994  cgd new RCS ID format.
 1.19  18-Sep-1994  mycroft Make genassym depend on genassym.c
 1.18  18-Jul-1994  mycroft Add some missing options to GENERIC, and rename.
 1.17  05-Jul-1994  mycroft branches: 1.17.2;
Add FPSP magic.
 1.16  16-Jun-1994  hpeyerl Fix for vnode_if
 1.15  08-Jun-1994  mycroft Build vnode_if.o.
 1.14  23-May-1994  mycroft Merge with 4.4-Lite.
 1.13  16-Apr-1994  cgd kill symbols.{raw,sort}; no longer necessary, with kvm dbs.
 1.12  25-Jan-1994  brezak Set text address at 0
 1.11  10-Jan-1994  mycroft Nuke args to newvers.sh.
 1.10  06-Jan-1994  mycroft Don't know why LOAD_ADDRESS was ever here, but it's toast.
 1.9  13-Oct-1993  cgd deal with libkern
 1.8  16-Aug-1993  mycroft Remove *netbsd, not *vmunix.
 1.7  14-Aug-1993  mycroft Note new location of pte.h, and don't strip kernel by default.
 1.6  31-Jul-1993  mycroft Add RCS indentifiers.
 1.5  07-Jul-1993  cgd deal with make/shell strangenesses, and fix newvers problem
 1.4  29-May-1993  cgd update for "arch"
 1.3  27-May-1993  deraadt compile directory has moved, relative paths change
-DKERNEL in Makefile, not in genassym.c, same as i386
 1.2  18-May-1993  cgd pseudo-update for new config changes
 1.1  13-May-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.1  13-May-1993  cgd add hp300 kernel files. generic kernel files might need some help...
 1.17.2.2  06-Oct-1994  mycroft Update from trunk.
 1.17.2.1  18-Jul-1994  cgd from trunk, per charles.
 1.26.2.2  22-Oct-1995  thorpej Update from trunk; No longer need -fno-builtin.
 1.26.2.1  18-Oct-1995  thorpej Update from trunk; recompile genassym if Makefile changes.
 1.46.2.1  30-Jan-1997  thorpej update from trunk
 1.55.2.2  14-Oct-1997  thorpej Update marc-pcmcia branch from trunk.
 1.55.2.1  16-Sep-1997  thorpej Update marc-pcmcia branch from trunk.
 1.59.2.1  12-Nov-1997  thorpej Pull up "make sure tools are defined" changes from trunk.
 1.68.4.1  02-Aug-1999  thorpej Update from trunk.
 1.70.2.2  05-Jan-2001  bouyer Sync with HEAD
 1.70.2.1  20-Nov-2000  bouyer Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.
 1.77.2.1  21-Jun-2001  nathanw Catch up to -current.
 1.78.2.2  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.78.2.1  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.79.2.1  12-Nov-2001  thorpej Sync the thorpej-mips-cache branch with -current.
 1.80.2.4  11-Dec-2002  thorpej Sync with HEAD.
 1.80.2.3  20-Jun-2002  nathanw Catch up to -current.
 1.80.2.2  08-Jan-2002  nathanw Catch up to -current.
 1.80.2.1  26-Oct-2001  nathanw file Makefile.hp300 was added on branch nathanw_sa on 2002-01-08 00:24:30 +0000
 1.82.8.1  14-Jul-2002  gehenna catch up with -current.
 1.84.10.1  06-Feb-2005  jmc Pull up patch (requested by martti in ticket #1086)
Move ipf to sys/dist/ipf and sync w. trunk
 1.84.6.4  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.84.6.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.84.6.2  18-Sep-2004  skrll Sync with HEAD.
 1.84.6.1  03-Aug-2004  skrll Sync with HEAD
 1.87.108.1  08-Feb-2011  bouyer Sync with HEAD
 1.87.106.1  06-Jun-2011  jruoho Sync with HEAD.
 1.87.100.1  05-Mar-2011  rmind sync with head
 1.89.30.2  22-Sep-2015  skrll Sync with HEAD
 1.89.30.1  06-Jun-2015  skrll Sync with HEAD
 1.89.12.1  03-Dec-2017  jdolecek update from HEAD
 1.93.4.2  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.93.4.1  10-Jun-2019  christos Sync with HEAD
 1.93.2.1  30-Sep-2018  pgoyette Ssync with HEAD

RSS XML Feed