jw-pkg/make/git-submod.mk
Jan Lindemann 2ffb97ada9 git-submod.mk: Add git-submod.mk
Signed-off-by: Jan Lindemann <jan@janware.com>
2016-05-03 11:29:08 +00:00

10 lines
439 B
Makefile

all:
git-submod-init-remote:
@echo "FIXME: git-srv-admin.sh needs to support creating a bare repo below <user>/contrib/<project>."
@echo "FIXME: Then this target in $(lastword $(MAKEFILE_LIST)) has to do the following:"
@echo "FIXME: - Use that,"
@echo "FIXME: - rename remote \"origin\" to \"upstream\","
@echo "FIXME: - add new remote origin pointing to newly created repo,"
@echo "FIXME: - push contents there."
@exit 1