projects-dir.mk: Remove Makefile from CVS/Entries

The projects toplevel Makefile is not maintained in CVS anylonger but
in Git, so don't update it from CVS any longer.

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2025-11-11 16:58:22 +01:00
commit cea804eac4

View file

@ -423,7 +423,7 @@ cvsdir.done: $(SSH_WRAPPER_SH)
mkdir CVS && \
echo $(CVSROOT) > CVS/Root && \
echo proj > CVS/Repository && \
echo "/Makefile/$Revision$ ///" | sed 's/ *evision: *\([0-9.]*\) */\1/; s/ *$$ *//' > CVS/Entries ;\
touch CVS/Entries ;\
fi
touch $@