properly conditionalize for alpha.

This commit is contained in:
Jordan K. Hubbard 1998-10-13 09:49:16 +00:00
parent a8c504d1d4
commit 09e17daec5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=40297
6 changed files with 12 additions and 6 deletions

View File

@ -52,7 +52,9 @@ makedevs.c: Makefile rtermcap keymap.h
./rtermcap vt100 | \
file2c 'const char termcap_vt100[] = {' ',0};' \
>> makedevs.tmp
.if ${MACHINE_ARCH} != "alpha"
file2c 'u_char boot0[] = {' '};' < /boot/boot0 >> makedevs.tmp
.endif
mv makedevs.tmp makedevs.c
rtermcap: ${.CURDIR}/rtermcap.c

View File

@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
* $Id: disks.c,v 1.104 1998/10/07 03:15:08 jkh Exp $
* $Id: disks.c,v 1.105 1998/10/13 09:45:59 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@ -135,12 +135,12 @@ print_command_summary()
static u_char *
getBootMgr(char *dname)
{
#ifndef __alpha__ /* only meaningful on x86 */
extern u_char mbr[], boot0[];
char str[80];
char *cp;
int i = 0;
#ifndef __alpha__ /* only meaningful on x86 */
cp = variable_get(VAR_BOOTMGR);
if (!cp) {
/* Figure out what kind of MBR the user wants */

View File

@ -52,7 +52,9 @@ makedevs.c: Makefile rtermcap keymap.h
./rtermcap vt100 | \
file2c 'const char termcap_vt100[] = {' ',0};' \
>> makedevs.tmp
.if ${MACHINE_ARCH} != "alpha"
file2c 'u_char boot0[] = {' '};' < /boot/boot0 >> makedevs.tmp
.endif
mv makedevs.tmp makedevs.c
rtermcap: ${.CURDIR}/rtermcap.c

View File

@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
* $Id: disks.c,v 1.104 1998/10/07 03:15:08 jkh Exp $
* $Id: disks.c,v 1.105 1998/10/13 09:45:59 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@ -135,12 +135,12 @@ print_command_summary()
static u_char *
getBootMgr(char *dname)
{
#ifndef __alpha__ /* only meaningful on x86 */
extern u_char mbr[], boot0[];
char str[80];
char *cp;
int i = 0;
#ifndef __alpha__ /* only meaningful on x86 */
cp = variable_get(VAR_BOOTMGR);
if (!cp) {
/* Figure out what kind of MBR the user wants */

View File

@ -52,7 +52,9 @@ makedevs.c: Makefile rtermcap keymap.h
./rtermcap vt100 | \
file2c 'const char termcap_vt100[] = {' ',0};' \
>> makedevs.tmp
.if ${MACHINE_ARCH} != "alpha"
file2c 'u_char boot0[] = {' '};' < /boot/boot0 >> makedevs.tmp
.endif
mv makedevs.tmp makedevs.c
rtermcap: ${.CURDIR}/rtermcap.c

View File

@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
* $Id: disks.c,v 1.104 1998/10/07 03:15:08 jkh Exp $
* $Id: disks.c,v 1.105 1998/10/13 09:45:59 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@ -135,12 +135,12 @@ print_command_summary()
static u_char *
getBootMgr(char *dname)
{
#ifndef __alpha__ /* only meaningful on x86 */
extern u_char mbr[], boot0[];
char str[80];
char *cp;
int i = 0;
#ifndef __alpha__ /* only meaningful on x86 */
cp = variable_get(VAR_BOOTMGR);
if (!cp) {
/* Figure out what kind of MBR the user wants */