STANDALONE -> _STANDALONE per recent discussion.

This commit is contained in:
leo 1999-02-19 21:51:20 +00:00
parent ab9ab83d05
commit 10d94b3a1c
3 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 1999/02/13 02:54:39 lukem Exp $
# $NetBSD: Makefile,v 1.6 1999/02/19 21:51:20 leo Exp $
PROG= bootxx
SRCS= bootxx.c bsdstart.s filesystem.c
@ -13,7 +13,7 @@ LIBCRT0=
DPADD= ${S_MACHSA}/libsa.a
LDADD= ${S_MACHSA}/libsa.a
DEFS= -DSTANDALONE
DEFS= -D_STANDALONE
INCL= -I. -I${S_LIBTOS} -I${S_MACHSA} -I${S_KERN} -I${S_SA} -I${S}
CPPFLAGS+= ${DEFS} ${INCL}

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.6 1999/02/13 02:54:42 lukem Exp $
# $NetBSD: Makefile,v 1.7 1999/02/19 21:51:26 leo Exp $
LIB= sa
@ -10,7 +10,7 @@ CPPFLAGS+= ${DEFS} ${INCL}
CFLAGS+= -fomit-frame-pointer -Wall
NO_NET=
DEFS= -DSTANDALONE
DEFS= -D_STANDALONE
INCL= -I- -I${S_MACHSA} -I${S_KERN} -I${S_SA} -I${S}
#

View File

@ -1,4 +1,4 @@
/* $NetBSD: kparamb.h,v 1.3 1997/05/27 10:28:32 leo Exp $ */
/* $NetBSD: kparamb.h,v 1.4 1999/02/19 21:51:26 leo Exp $ */
/*
* Copyright (c) 1995 L. Weppelman
@ -45,7 +45,7 @@ struct kparamb {
long esym_loc; /* 32: End of symbol table */
};
#ifndef STANDALONE
#ifndef _STANDALONE
/*
* Values for 'bootflags'.
* Note: These should match with the values NetBSD uses!
@ -73,4 +73,4 @@ struct kparamb {
#define RB_SINGLE 0x02
#define RB_KDB 0x40
#endif /* STANDALONE */
#endif /* _STANDALONE */