mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 13:22:48 +00:00
Build the new boot loader on the alpha. This allows make release to work again.
This commit is contained in:
parent
9a54dc6faf
commit
1a1c25472a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=39935
@ -1,10 +1,14 @@
|
||||
# $Id: Makefile,v 1.10 1998/08/27 04:26:40 jb Exp $
|
||||
# $Id: Makefile,v 1.11 1998/09/05 08:27:56 jb Exp $
|
||||
|
||||
# This is the old aout only boot loader.
|
||||
.if exists(${MACHINE}/boot) && ${OBJFORMAT} == "aout"
|
||||
SUBDIR= ${MACHINE}/boot
|
||||
.endif
|
||||
|
||||
.if exists(boot) && ${MACHINE_ARCH} == "alpha"
|
||||
SUBDIR= boot
|
||||
.endif
|
||||
|
||||
HTAGSFLAGS+= -at `awk -F= '/^RELEASE *=/{release=$2}; END {print "FreeBSD", release, "kernel"}' < conf/newvers.sh`
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user