Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Oct 2015 10:26:15 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r289417 - head/sys/modules/cloudabi64
Message-ID:  <201510161026.t9GAQFjk077696@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ed
Date: Fri Oct 16 10:26:15 2015
New Revision: 289417
URL: https://svnweb.freebsd.org/changeset/base/289417

Log:
  Use the right variable name.
  
  MACHINE_CPUARCH expands to aarch64 for arm64, whereas MACHINE always
  corresponds to the directory name under sys/ that contains the sources
  for that architecture.

Modified:
  head/sys/modules/cloudabi64/Makefile

Modified: head/sys/modules/cloudabi64/Makefile
==============================================================================
--- head/sys/modules/cloudabi64/Makefile	Fri Oct 16 09:37:15 2015	(r289416)
+++ head/sys/modules/cloudabi64/Makefile	Fri Oct 16 10:26:15 2015	(r289417)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 .PATH: ${.CURDIR}/../../compat/cloudabi64
-.PATH: ${.CURDIR}/../../${MACHINE_CPUARCH}/cloudabi64
+.PATH: ${.CURDIR}/../../${MACHINE}/cloudabi64
 
 KMOD=	cloudabi64
 SRCS=	cloudabi64_fd.c cloudabi64_poll.c cloudabi64_sock.c \



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