projects-dir.mk: Add target git-conv-%

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2015-06-11 14:29:48 +00:00
commit a10106c8ed

View file

@ -40,3 +40,7 @@ status:
for p in $(CVS_PROJECTS); do test -f $$d/CVS || echo $$p; done
cvs status $(addsuffix VERSION,$(CVS_PROJECTS))
$(RGIT) status
git-conv-%:
mv $* old/
sed -i "/$*/ d" CVS/Entries