From: Michael Tremer Date: Thu, 4 Jul 2024 17:18:24 +0000 (+0000) Subject: make.sh: Don't bind-mount the host's /proc X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=38e3e7c06a3b46ecc6d48e7913dd2c82705e238b;p=people%2Fms%2Fipfire-2.x.git make.sh: Don't bind-mount the host's /proc Signed-off-by: Michael Tremer --- diff --git a/make.sh b/make.sh index ab3ac11ab..b684cc973 100755 --- a/make.sh +++ b/make.sh @@ -431,7 +431,6 @@ prepareenv() { mount --bind /dev $BASEDIR/build/dev mount --bind /dev/pts $BASEDIR/build/dev/pts mount --bind /dev/shm $BASEDIR/build/dev/shm - mount --bind /proc $BASEDIR/build/proc mount --bind /sys $BASEDIR/build/sys mount --bind $BASEDIR/cache $BASEDIR/build/usr/src/cache mount --bind $BASEDIR/ccache/${BUILD_ARCH}/${TOOLCHAINVER} $BASEDIR/build/usr/src/ccache