debugging

Signed-off-by: Jess Frazelle <jess@mesosphere.com>
This commit is contained in:
Jess Frazelle 2016-04-16 16:05:09 -07:00
parent 0ae930df26
commit b92f1bdae4
8 changed files with 51 additions and 14 deletions

View file

@ -49,7 +49,7 @@ image.tar:
docker export $(shell docker create $(DOCKER_ROOTFS_IMAGE) sh) > $@
rootfs.go: image.tar
go generate
GOMAXPROCS=1 go generate
fmt:
@echo "+ $@"
@ -76,6 +76,7 @@ clean: clean-rootfs
@$(RM) *.tar
@$(RM) rootfs.go
@$(RM) -r $(BINDIR)
-@docker rm $(shell docker ps -aq) /dev/null 2>&1
install:
@echo "+ $@"