diff --git a/make/git-submod.mk b/make/git-submod.mk new file mode 100644 index 00000000..6f4948d6 --- /dev/null +++ b/make/git-submod.mk @@ -0,0 +1,10 @@ +all: + +git-submod-init-remote: + @echo "FIXME: git-srv-admin.sh needs to support creating a bare repo below /contrib/." + @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