mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
Merge branch 'fix-distclean' into 'master'
Fix make clean Closes #231 See merge request redox-os/cookbook!520
This commit is contained in:
commit
442fda4c5d
2
clean.sh
2
clean.sh
@ -12,5 +12,5 @@ fi
|
||||
|
||||
for recipe_path in $recipes
|
||||
do
|
||||
./cook.sh "$recipe_path" distclean
|
||||
IGNORE_ERROR=1 ./cook.sh "$recipe_path" distclean
|
||||
done
|
||||
|
||||
Loading…
Reference in New Issue
Block a user