X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=scripts%2Fsubroutines;h=705af2f3999e7ae91b1fcb1f0ee5648487194d33;hb=b0440f88c93c86fb5ada4eb5f5c3fab796756585;hp=7a850697f92107bc5a97b2d2b9e93592f2ecd8c3;hpb=6ae193981fcc05dcc495b4bde92cb8fd290ee4dd;p=hdw-linux%2Fhdw-linux.git diff --git a/scripts/subroutines b/scripts/subroutines index 7a85069..705af2f 100755 --- a/scripts/subroutines +++ b/scripts/subroutines @@ -201,6 +201,13 @@ output_if_valid() { echo -en "$stage \t $priority \t\t $dir " echo -e "`basename $package`" fi + # stage 4 packages (build at the same time) + if [ "$stage" = "3" ] ; then + if [ "4-$priority" = "$match" ] ; then + echo -en "4 \t $priority \t\t $dir " + echo -e "`basename $package`" + fi + fi done }