mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +00:00
Move installable packages to pkg
Still leaves some intermediate repos in `base/` See #1266 Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
b6ef5d4e88
commit
905636d642
10
pkg/Makefile
Normal file
10
pkg/Makefile
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
DIRS = $(shell find . -type d -depth 1)
|
||||||
|
.PHONY: clean dirs $(DIRS)
|
||||||
|
|
||||||
|
push: $(DIRS)
|
||||||
|
|
||||||
|
$(DIRS):
|
||||||
|
$(MAKE) -C $@
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -f hash
|
Loading…
Reference in New Issue
Block a user