mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
This target runs ssh -l root $(TARGET_HOST), with TARGET_HOST typically defined in $(MODDIR)/make/local.mk. Seems a bit out-of-place, everything, but anyway. Signed-off-by: Jan Lindemann <jan@janware.com>
7 lines
204 B
Makefile
7 lines
204 B
Makefile
TOPDIR = ../..
|
|
|
|
SUBTREE_INSTALL_PREFIX ?= /etc/jcs
|
|
SUBTREE_FILES += ./templates/dir/module/Makefile ./templates/dir/src/Makefile
|
|
|
|
include $(TOPDIR)/make/proj.mk
|
|
include $(MODDIR)/make/subtree.mk
|