]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
sys/*/conf: do not use "../../conf/" when including std.*
authorLexi Winter <lexi@le-Fay.ORG>
Tue, 23 Apr 2024 21:11:24 +0000 (15:11 -0600)
committerWarner Losh <imp@FreeBSD.org>
Tue, 23 Apr 2024 21:13:31 +0000 (15:13 -0600)
commit8a8daeafaf7094fd6e65f93fa4e7687591e23fc2
treee5f14bb6ade2a54b86df648a8a42883e6044cb68
parent4f8f9d708e6a4143f3b178bfab10d0a9b75ba2fe
sys/*/conf: do not use "../../conf/" when including std.*

Since config(8) searches sys/conf by default, there's no need to specify
the full relative path here; replace it by the filename alone.

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1124
21 files changed:
sys/amd64/conf/GENERIC
sys/amd64/conf/GENERIC-NODEBUG
sys/amd64/conf/MINIMAL
sys/amd64/conf/MINIMAL-NODEBUG
sys/arm/conf/GENERIC-NODEBUG
sys/arm/conf/std.armv6
sys/arm/conf/std.armv7
sys/arm64/conf/GENERIC-MMCCAM-NODEBUG
sys/arm64/conf/GENERIC-NODEBUG
sys/arm64/conf/std.arm64
sys/i386/conf/GENERIC
sys/i386/conf/GENERIC-NODEBUG
sys/i386/conf/MINIMAL
sys/i386/conf/MINIMAL-NODEBUG
sys/powerpc/conf/GENERIC
sys/powerpc/conf/GENERIC-NODEBUG
sys/powerpc/conf/GENERIC64
sys/powerpc/conf/GENERIC64-NODEBUG
sys/powerpc/conf/GENERIC64LE
sys/powerpc/conf/GENERIC64LE-NODEBUG
sys/riscv/conf/GENERIC-NODEBUG