makej fix

This commit is contained in:
kleuter 2021-08-04 17:56:35 +02:00
parent 48d67994b9
commit 2780fd0483
11 changed files with 33 additions and 10 deletions

View File

@ -1,6 +1,8 @@
#!/bin/bash
alias makej="make -j $(sysctl hw.ncpu | awk '{print $2}')"
makej () {
make -j$(sysctl -n hw.ncpu)
}
export PATH=$PATH:$(pwd)/qtbase/bin
cd qtbase

View File

@ -1,6 +1,8 @@
#!/bin/bash
alias makej="make -j $(sysctl hw.ncpu | awk '{print $2}')"
makej () {
make -j$(sysctl -n hw.ncpu)
}
export PATH=$PATH:$(pwd)/qtbase/bin
cd qtbase

View File

@ -1,6 +1,8 @@
#!/bin/bash
alias makej="make -j $(sysctl hw.ncpu | awk '{print $2}')"
makej () {
make -j$(sysctl -n hw.ncpu)
}
export PATH=$PATH:$(pwd)/qtbase/bin
cd qtbase

View File

@ -1,6 +1,8 @@
#!/bin/bash
alias makej="make -j $(sysctl hw.ncpu | awk '{print $2}')"
makej () {
make -j$(sysctl -n hw.ncpu)
}
export PATH=$PATH:/usr/local/Qt-5.15.2/bin
cd qtbase

View File

@ -1,6 +1,8 @@
#!/bin/bash
alias makej="make -j $(sysctl hw.ncpu | awk '{print $2}')"
makej () {
make -j$(sysctl -n hw.ncpu)
}
export PATH=$PATH:$(pwd)/qtbase/bin
cd qtbase

View File

@ -1,6 +1,8 @@
#!/bin/bash
alias makej="make -j $(sysctl hw.ncpu | awk '{print $2}')"
makej () {
make -j$(sysctl -n hw.ncpu)
}
export PATH=$PATH:$(pwd)/qtbase/bin
cd qtbase

View File

@ -1,6 +1,8 @@
#!/bin/bash
alias makej="make -j $(sysctl hw.ncpu | awk '{print $2}')"
makej () {
make -j$(sysctl -n hw.ncpu)
}
export PATH=$PATH:$(pwd)/qtbase/bin
cd qtbase

View File

@ -1,5 +1,8 @@
#!/bin/bash
makej () {
make -j$(sysctl -n hw.ncpu)
}
export PATH=$PATH:$(pwd)/qtbase/bin
cd qtbase

View File

@ -1,6 +1,8 @@
#!/bin/bash
alias makej="make -j $(sysctl hw.ncpu | awk '{print $2}')"
makej () {
make -j$(sysctl -n hw.ncpu)
}
export PATH=$PATH:/usr/local/Qt-5.15.4/bin
cd qtbase

View File

@ -1,6 +1,8 @@
#!/bin/bash
alias makej="make -j $(sysctl hw.ncpu | awk '{print $2}')"
makej () {
make -j$(sysctl -n hw.ncpu)
}
export PATH=$PATH:$(pwd)/qtbase/bin
cd qtbase

View File

@ -1,6 +1,8 @@
#!/bin/bash
alias makej="make -j $(sysctl hw.ncpu | awk '{print $2}')"
makej () {
make -j$(sysctl -n hw.ncpu)
}
export PATH=$PATH:/usr/local/Qt-5.6.3/bin
cd qtbase