-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathMakefile
More file actions
29 lines (23 loc) · 753 Bytes
/
Makefile
File metadata and controls
29 lines (23 loc) · 753 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
include script/gar.conf.mk
build:
@echo "error: 'make build' must be run in directory 'script/meta/minimyth'."
@exit 1
clean:
@rm -rf images/*
@make -C script clean
clean-main:
@make -C script DESTIMG=main clean-image
@make -C script/devel/meson DESTIMG=build reinstall
@rm -rf images/main
@rm -rf images/build/usr/*-minimyth-linux-gnu*
@rm -rf images/build/usr/bin/*-minimyth-linux-gnu*
@rm -rf images/build/usr/lib/gcc/*-minimyth-linux-gnu*
@rm -rf images/build/usr/libexec/gcc/*-minimyth-linux-gnu*
@find . -name build_main.d -exec rm -rf {} \;
garchive:
@make -C script garchive
install:
@echo "error: 'make install' must be run in directory 'script/meta/minimyth'."
@exit 1
update-gar:
@cd devel ; ./update-gar