From 4978cfeb868a8e3141342cf75e605f0de2583568 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Sat, 17 May 2014 10:30:04 -0700 Subject: [PATCH] fix(make.conf): Remove AT_SYS_M4DIR Autotools is provided by the SDK chroot, not the board sysroot. Presumably at some point in the ChromeOS past some macros were being installed the other way around in the sysroot but not the SDK chroot. Currently this is not the case, so this extra variable can go away. --- .../coreos-overlay/coreos/config/make.conf.common-target | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/coreos/config/make.conf.common-target b/sdk_container/src/third_party/coreos-overlay/coreos/config/make.conf.common-target index 4651321ee6..0e199c9011 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos/config/make.conf.common-target +++ b/sdk_container/src/third_party/coreos-overlay/coreos/config/make.conf.common-target @@ -39,7 +39,3 @@ DISTDIR="/var/lib/portage/distfiles-target" SHARED_USER_NAME="core" SHARED_USER_HOME="/home/core" SHARED_USER_PASSWD_FILE="/etc/shared_user_passwd.txt" - -# When building packages for the target, we need to search the target's -# sysroot for additional m4 files. The autotools.eclass uses this. -AT_SYS_M4DIR="\${SYSROOT}/usr/share/aclocal"