Home | History | Annotate | Download | only in lib
History log of /src/sys/arch/acorn32/stand/lib/Makefile.inc
RevisionDateAuthorComments
 1.6  13-Jun-2018  christos revert previous MAKEOBJDIRPREFIX massaging
 1.5  11-Jun-2018  christos Switch from using MAKEOBJDIRPREFIX to MAKEOBJDIR
 1.4  27-May-2018  christos - Introduce :q modifier for make variables and make it double escape $'s so
that passing variables to recursive makes with :q works as expected.
- Revert :Q to work as before.
- Adjust makefiles that use recursive make to use :q

Discussed on tech-toolchain@
XXX: pullup 8
 1.3  22-Mar-2016  mrg branches: 1.3.10; 1.3.16;
remove a bunch of "@echo done" from the tail of rules. these messages
were vaguely useful back when we didn't run make -j, but now you end
up with a single line "done" every so often, with no idea what it is
for. very few other targets claim they're done so just remove these.
 1.2  06-Sep-2015  uebayasi In kernel lib build, print message when things not only start bug also end.
 1.1  28-Dec-2002  reinoud branches: 1.1.2; 1.1.176;
Initial commit of the 3rd generation of bootloaders for the Acorn32
platform. It features far better support for newer architectures and is
fully rewritten in C and compile-able under NetBSD.

Since it shares code with `boot26' for Acorn26 merging the common parts is
likely to be next on the list.
 1.1.176.2  22-Apr-2016  skrll Sync with HEAD
 1.1.176.1  22-Sep-2015  skrll Sync with HEAD
 1.1.2.2  29-Dec-2002  thorpej Sync with HEAD.
 1.1.2.1  28-Dec-2002  thorpej file Makefile.inc was added on branch nathanw_sa on 2002-12-29 19:15:11 +0000
 1.3.16.1  25-Jun-2018  pgoyette Sync with HEAD
 1.3.10.1  09-Jun-2018  martin Pull up following revision(s) (requested by christos in ticket #870):

sys/lib/libgnuefi/Makefile.inc: revision 1.5
external/mit/xorg/xorg-pkg-ver.mk: revision 1.9
sys/arch/i386/stand/lib/Makefile.inc: revision 1.17
sys/compat/common/Makefile.inc: revision 1.25
usr.bin/make/unit-tests/varquote.exp: revision 1.1, 1.2
sys/lib/libsa/Makefile.inc: revision 1.24
usr.bin/make/var.c: revision 1.220
sys/arch/ia64/stand/efi/libefi/Makefile.inc: revision 1.5
sys/arch/hppa/spmath/Makefile.inc: revision 1.10
usr.bin/make/unit-tests/varquote.mk: revision 1.1, 1.2
usr.bin/make/unit-tests/Makefile: revision 1.53
sys/lib/libkern/Makefile.inc: revision 1.45
sys/arch/acorn32/stand/lib/Makefile.inc: revision 1.4
sys/arch/m68k/fpsp/Makefile.inc: revision 1.21
usr.bin/make/make.1: revision 1.273
sys/lib/libz/Makefile.inc: revision 1.17

- Introduce :q modifier for make variables and make it double escape $'s so
that passing variables to recursive makes with :q works as expected.
- Adjust makefiles that use recursive make to use :q

Discussed on tech-toolchain@

XXX: pullup 8

RSS XML Feed