From owner-svn-src-head@FreeBSD.ORG Sat Aug 18 23:17:43 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C946106566C; Sat, 18 Aug 2012 23:17:43 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 57D0A8FC0A; Sat, 18 Aug 2012 23:17:43 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q7INHhFV093684; Sat, 18 Aug 2012 23:17:43 GMT (envelope-from marcel@svn.freebsd.org) Received: (from marcel@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q7INHhkA093682; Sat, 18 Aug 2012 23:17:43 GMT (envelope-from marcel@svn.freebsd.org) Message-Id: <201208182317.q7INHhkA093682@svn.freebsd.org> From: Marcel Moolenaar Date: Sat, 18 Aug 2012 23:17:43 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r239377 - head/sys/boot/ia64 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Aug 2012 23:17:43 -0000 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