Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Apr 2002 22:03:58 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 9008 for review
Message-ID:  <200204040603.g3463wo11707@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=9008

Change 9008 by peter@peter_thunder on 2002/04/03 22:02:57

	correct the path to the libstand includes

Affected files ...

... //depot/projects/ia64/sys/boot/efi/loader/Makefile#5 edit

Differences ...

==== //depot/projects/ia64/sys/boot/efi/loader/Makefile#5 (text+ko) ====

@@ -10,7 +10,7 @@
 SRCS+=		main.c conf.c dev_net.c
 
 # Enable BootForth
-#BOOT_FORTH=	yes
+BOOT_FORTH=	yes
 CFLAGS+=	-I${.CURDIR}/../../ficl -I${.CURDIR}/../../ficl/${MACHINE_ARCH}
 .if BOOT_FORTH
 CFLAGS+=	-DBOOT_FORTH
@@ -33,7 +33,7 @@
 CFLAGS+= -I${.CURDIR}/../../common -I${.CURDIR}
 CFLAGS+= -I${.CURDIR}/../../.. -I.
 CFLAGS+= -I${.CURDIR}/../libefi
-CFLAGS+= -I/usr/src/lib/libstand
+CFLAGS+= -I${.CURDIR}/../../../../lib/libstand/
 CFLAGS+= -DLOADER
 
 LDSCRIPT=	${.CURDIR}/../libefi/arch/${MACHINE_ARCH}/ldscript.${MACHINE_ARCH}

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204040603.g3463wo11707>