mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 12:16:41 +02:00
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.
This commit is contained in:
parent
5b367bfac7
commit
4978cfeb86
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user