Merge pull request #1098 from riyazdf/tools-dir

Split base/ into base/ and tools/
This commit is contained in:
Justin Cormack 2017-01-31 18:07:35 +00:00 committed by GitHub
commit 0ede7d930b
36 changed files with 12 additions and 1 deletions

View File

@ -5,7 +5,7 @@ generally with tags based on the image contents.
- `mobylinux/alpine-base` the base packages for Moby, before we add Docker and our code and config
- `mobylinux/alpine-build-c` for building C code
- `mobylinux/alpine-bios` for building BIOS image
- `mobylinux/mkimage-iso-bios` for building BIOS image
- `mobylinux/alpine-efi` for building efi images
- `mobylinux/alpine-qemu` for Qemu eg for the tests
- `mobylinux/go-compile` for building Go code

1
tools/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
hash

10
tools/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