Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Aug 2012 23:17:43 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r239377 - head/sys/boot/ia64
Message-ID:  <201208182317.q7INHhkA093682@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marcel
Date: Sat Aug 18 23:17:42 2012
New Revision: 239377
URL: http://svn.freebsd.org/changeset/base/239377

Log:
  Don't build the ski loader anymore. The code is not deleted just yet,
  as it explains the distinction between the common and the platform-
  specific code.

Modified:
  head/sys/boot/ia64/Makefile

Modified: head/sys/boot/ia64/Makefile
==============================================================================
--- head/sys/boot/ia64/Makefile	Sat Aug 18 22:59:06 2012	(r239376)
+++ head/sys/boot/ia64/Makefile	Sat Aug 18 23:17:42 2012	(r239377)
@@ -1,5 +1,10 @@
 # $FreeBSD$
 
-SUBDIR= common efi ski
+SUBDIR= common efi
+
+# In the ski sub-directory, one can build a loader for use under Ski.
+# Ski is an Itanium simulator, originally developed by HP. It's not
+# supported anymore in FreeBSD, but left for reference and education.
+# SUBDIR += ski
 
 .include <bsd.subdir.mk>



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