Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Dec 2012 15:15:35 +0000 (UTC)
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r244537 - in head: lib/libstand/amd64 sys/boot/userboot/libstand sys/boot/userboot/libstand/amd64
Message-ID:  <201212211515.qBLFFZMe084616@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rpaulo
Date: Fri Dec 21 15:15:35 2012
New Revision: 244537
URL: http://svnweb.freebsd.org/changeset/base/244537

Log:
  Move the 64-bit _setjmp to lib/libstand.

Added:
  head/lib/libstand/amd64/
     - copied from r244525, head/sys/boot/userboot/libstand/amd64/
Deleted:
  head/sys/boot/userboot/libstand/amd64/
Modified:
  head/sys/boot/userboot/libstand/Makefile

Modified: head/sys/boot/userboot/libstand/Makefile
==============================================================================
--- head/sys/boot/userboot/libstand/Makefile	Fri Dec 21 15:06:40 2012	(r244536)
+++ head/sys/boot/userboot/libstand/Makefile	Fri Dec 21 15:15:35 2012	(r244537)
@@ -94,7 +94,7 @@ SRCS+= uuid_equal.c uuid_is_nil.c
 
 # _setjmp/_longjmp
 .if ${MACHINE_CPUARCH} == "amd64"
-.PATH: ${.CURDIR}/amd64
+.PATH: ${S}/amd64
 .elif ${MACHINE_ARCH} == "powerpc64"
 .PATH: ${S}/powerpc
 .else



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