svn commit: r239377 - head/sys/boot/ia64

Marcel Moolenaar marcel at FreeBSD.org
Sat Aug 18 23:17:43 UTC 2012


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>


More information about the svn-src-all mailing list