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:
Justin Cormack 2017-03-22 12:33:11 +00:00
parent bd57bc034f
commit 1fb69b9bbf
36 changed files with 10 additions and 0 deletions

10
pkg/Makefile Normal file
View 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