From owner-p4-projects Wed Apr 3 22: 4: 3 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 55A9237B41C; Wed, 3 Apr 2002 22:03:59 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 81CB637B416 for ; Wed, 3 Apr 2002 22:03:58 -0800 (PST) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3463wo11707 for perforce@freebsd.org; Wed, 3 Apr 2002 22:03:58 -0800 (PST) (envelope-from peter@freebsd.org) Date: Wed, 3 Apr 2002 22:03:58 -0800 (PST) Message-Id: <200204040603.g3463wo11707@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to peter@freebsd.org using -f From: Peter Wemm Subject: PERFORCE change 9008 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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