]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
make.sh: Don't bind-mount the host's /proc
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 4 Jul 2024 17:18:24 +0000 (17:18 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 8 Jul 2024 15:39:43 +0000 (15:39 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
make.sh

diff --git a/make.sh b/make.sh
index ab3ac11abf6ee43fd532497890db3a2036fb53ed..b684cc973cd5cead38217eec115c04657dfe7df2 100755 (executable)
--- 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