Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Nov 2014 11:08:00 +0000 (UTC)
From:      Takahashi Yoshihiro <nyan@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r274034 - in stable/10/sys/boot: . pc98/loader
Message-ID:  <201411031108.sA3B80Bh033767@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nyan
Date: Mon Nov  3 11:08:00 2014
New Revision: 274034
URL: https://svnweb.freebsd.org/changeset/base/274034

Log:
  MFC: r272256
  
    Switch from lib/libstand to sys/boot/libstand32.

Modified:
  stable/10/sys/boot/Makefile.pc98
  stable/10/sys/boot/pc98/loader/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/boot/Makefile.pc98
==============================================================================
--- stable/10/sys/boot/Makefile.pc98	Mon Nov  3 11:05:23 2014	(r274033)
+++ stable/10/sys/boot/Makefile.pc98	Mon Nov  3 11:08:00 2014	(r274034)
@@ -1,4 +1,3 @@
 # $FreeBSD$
 
-# Blank, to override Makefile.i386 since Makefile.$MACHINE is included before 
-# Makefile.$MACHINE_ARCH
+SUBDIR+=		libstand32

Modified: stable/10/sys/boot/pc98/loader/Makefile
==============================================================================
--- stable/10/sys/boot/pc98/loader/Makefile	Mon Nov  3 11:05:23 2014	(r274033)
+++ stable/10/sys/boot/pc98/loader/Makefile	Mon Nov  3 11:08:00 2014	(r274034)
@@ -56,6 +56,8 @@ LDFLAGS=	-static -Ttext 0x0
 LIBPC98=	${.OBJDIR}/../libpc98/libpc98.a
 CFLAGS+=	-I${.CURDIR}/..
 
+LIBSTAND=	${.OBJDIR}/../../libstand32/libstand.a
+
 # BTX components
 CFLAGS+=	-I${.CURDIR}/../btx/lib
 



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