mirror of
https://github.com/brain-hackers/buildbrain
synced 2026-06-15 14:08:33 +09:00
chore: + .PHONY at target brainux. Just to be safe.
This commit is contained in:
1
Makefile
1
Makefile
@@ -135,6 +135,7 @@ lilobuild:
|
|||||||
liloclean:
|
liloclean:
|
||||||
make -C ./brainlilo clean
|
make -C ./brainlilo clean
|
||||||
|
|
||||||
|
.PHONY: brainux brainux-umount-special brainux-clean
|
||||||
brainux:
|
brainux:
|
||||||
@if [ "$(shell uname)" != "Linux" ]; then \
|
@if [ "$(shell uname)" != "Linux" ]; then \
|
||||||
echo "Debootstrap is only available in Linux!"; \
|
echo "Debootstrap is only available in Linux!"; \
|
||||||
|
|||||||
Reference in New Issue
Block a user