call make stack in subprocess

This commit is contained in:
Michael Hobbs
2015-03-27 14:26:21 -07:00
parent b6ce856acb
commit e1672b2764

View File

@@ -22,7 +22,7 @@ include deb.mk
all: all:
# Type "make install" to install. # Type "make install" to install.
install: dependencies stack copyfiles plugin-dependencies plugins version install: dependencies copyfiles plugin-dependencies plugins version
release: deb-all package_cloud packer release: deb-all package_cloud packer
@@ -61,7 +61,8 @@ plugin-dependencies: pluginhook
plugins: pluginhook docker plugins: pluginhook docker
dokku plugins-install dokku plugins-install
dependencies: sshcommand pluginhook docker stack help2man dependencies: sshcommand pluginhook docker help2man
$(MAKE) -e stack
help2man: help2man:
apt-get install -qq -y help2man apt-get install -qq -y help2man