Home | History | Annotate | Download | only in conf
History log of /src/sys/arch/news68k/conf/Makefile.news68k
RevisionDateAuthorComments
 1.24  06-Oct-2023  andvar Remove fpsp include and #ifdef FPSP blocks for news68k.
FPSP is necessary for 040/060 only, and news68k doesn't have such hardware.

Noted by Izumi Tsutsui.
 1.23  01-Oct-2023  andvar include fpsp Makefile.inc in Makefile.news68k, same as other m68k ports.

needed for FPSP option to build, otherwise FPSP specific vectors are undefined.
 1.22  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.21  06-Sep-2015  uebayasi branches: 1.21.16; 1.21.18;
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.20  21-Jan-2011  joerg branches: 1.20.14; 1.20.32;
Switch remaining platforms to modern CPP for assembler.
 1.19  01-Mar-2008  joerg branches: 1.19.26; 1.19.32; 1.19.34;
Missing assym.h dependencies.
 1.18  11-Dec-2005  christos branches: 1.18.50; 1.18.70; 1.18.74;
merge ktrace-lwp.
 1.17  31-May-2005  christos branches: 1.17.2;
s/GENASSYM/GENASSYM_CONF/ so we can use "GENASSYM" as the program name.
 1.16  04-Jun-2004  thorpej Add the %MAKEOPTIONSAPPEND token at the end of the file, after the
common Makefile.kern.inc has been included.
 1.15  26-Nov-2002  thorpej branches: 1.15.6; 1.15.10;
The traditional C preprocessor is fixed in GCC 3.3 now, so no need
to skip -traditional-cpp for HAVE_GCC3.
 1.14  04-Jun-2002  thorpej Don't use -traditional-cpp if HAVE_GCC3.
 1.13  09-Dec-2001  atatat branches: 1.13.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.12  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.11  26-Oct-2001  jmc branches: 1.11.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.10  23-Oct-2001  thorpej branches: 1.10.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.9  29-May-2001  mrg branches: 1.9.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.8  17-Dec-2000  jdolecek branches: 1.8.2;
delete obsolete comment
 1.7  09-May-2000  hubertf branches: 1.7.6;
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.6  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.5  01-Feb-2000  tsutsui Revert STRIPPROG -> STRIP
 1.4  24-Jan-2000  tron Add "dependall" target for comfort.
 1.3  19-Jan-2000  tsutsui STRIP -> STRIPPROG
 1.2  19-Jan-2000  tsutsui Change STRIPFLAGS=-g for cross-toolchains.
 1.1  09-Dec-1999  tsutsui branches: 1.1.2;
Initial import of news68k port.
 1.1.2.1  27-Dec-1999  wrstuden Pull up to last week's -current.
 1.7.6.3  05-Jan-2001  bouyer Sync with HEAD
 1.7.6.2  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.7.6.1  09-May-2000  bouyer file Makefile.news68k was added on branch thorpej_scsipi on 2000-11-20 20:16:08 +0000
 1.8.2.1  21-Jun-2001  nathanw Catch up to -current.
 1.9.2.2  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.9.2.1  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.10.2.1  12-Nov-2001  thorpej Sync the thorpej-mips-cache branch with -current.
 1.11.2.4  11-Dec-2002  thorpej Sync with HEAD.
 1.11.2.3  20-Jun-2002  nathanw Catch up to -current.
 1.11.2.2  08-Jan-2002  nathanw Catch up to -current.
 1.11.2.1  26-Oct-2001  nathanw file Makefile.news68k was added on branch nathanw_sa on 2002-01-08 00:26:51 +0000
 1.13.8.1  15-Jul-2002  gehenna catch up with -current.
 1.15.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.15.6.4  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.15.6.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.15.6.2  18-Sep-2004  skrll Sync with HEAD.
 1.15.6.1  03-Aug-2004  skrll Sync with HEAD
 1.17.2.1  17-Mar-2008  yamt sync with head.
 1.18.74.1  03-Apr-2008  mjf Sync with HEAD.
 1.18.70.1  24-Mar-2008  keiichi sync with head.
 1.18.50.1  23-Mar-2008  matt sync with HEAD
 1.19.34.1  08-Feb-2011  bouyer Sync with HEAD
 1.19.32.1  06-Jun-2011  jruoho Sync with HEAD.
 1.19.26.1  05-Mar-2011  rmind sync with head
 1.20.32.1  22-Sep-2015  skrll Sync with HEAD
 1.20.14.1  03-Dec-2017  jdolecek update from HEAD
 1.21.18.1  10-Jun-2019  christos Sync with HEAD
 1.21.16.1  30-Sep-2018  pgoyette Ssync with HEAD

RSS XML Feed