mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 20:04:19 +08:00
Add recipe_clean function
This commit is contained in:
parent
6c3bbeb4d2
commit
16decabc79
@ -25,6 +25,10 @@ function recipe_test {
|
||||
echo "skipping test"
|
||||
skip=1
|
||||
}
|
||||
function recipe_clean {
|
||||
make clean
|
||||
skip=1
|
||||
}
|
||||
function recipe_stage {
|
||||
dest="$(realpath "$1")"
|
||||
make DESTDIR="$dest" install
|
||||
|
||||
Loading…
Reference in New Issue
Block a user