svn commit: r244537 - in head: lib/libstand/amd64 sys/boot/userboot/libstand sys/boot/userboot/libstand/amd64

Rui Paulo rpaulo at FreeBSD.org
Fri Dec 21 15:15:36 UTC 2012


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


More information about the svn-src-all mailing list