debugging
Signed-off-by: Jess Frazelle <jess@mesosphere.com>
This commit is contained in:
parent
0ae930df26
commit
b92f1bdae4
8 changed files with 51 additions and 14 deletions
3
Makefile
3
Makefile
|
@ -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 "+ $@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue