]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
make.sh: Remove some dead code
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 5 Jul 2024 10:14:41 +0000 (10:14 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 8 Jul 2024 15:39:44 +0000 (15:39 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
make.sh

diff --git a/make.sh b/make.sh
index 3062e20f8645951ac1772d609999df610e0d427d..ef17d7460effca1fd917371757a806d1576542be 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -680,16 +680,6 @@ lfsmakecommoncheck() {
                fi
        fi
 
-       # Script slipped?
-       local i
-       for i in $SKIP_PACKAGE_LIST
-       do
-               if [ "$i" == "$1" ]; then
-                       print_status SKIP
-                       return 1;
-               fi
-       done
-
        echo -ne "`date -u '+%b %e %T'`: Building $* " >> $LOGFILE
 
        cd $BASEDIR/lfs && make -s -f $* LFS_BASEDIR=$BASEDIR BUILD_ARCH="${BUILD_ARCH}" \