archive target added and tested ok
This commit is contained in:
parent
20dde17cdb
commit
2318f83a35
9
Makefile
9
Makefile
|
@ -33,4 +33,11 @@ set-resolv:
|
||||||
tools:
|
tools:
|
||||||
$(call vinstall,base-devel git tcc wget vim-x11 tmux)
|
$(call vinstall,base-devel git tcc wget vim-x11 tmux)
|
||||||
|
|
||||||
|
archive:
|
||||||
|
tar -cvpjf void-fs.tar.bz2 \
|
||||||
|
--exclude=./dev/* \
|
||||||
|
--exclude=./proc/* \
|
||||||
|
--exclude=./sys/* \
|
||||||
|
--exclude=./tmp/* \
|
||||||
|
--exclude=./run/* \
|
||||||
|
-C $(MNTDIR) .
|
||||||
|
|
Loading…
Reference in New Issue