projects-dir.mk: Remove links.done machinery

Remove legacy links.done, since dspider-shared and dspider-btools are now
converted to git projects below the toplevel directory.

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2019-06-15 10:22:19 +00:00
commit cbbd8011e3

View file

@ -132,7 +132,7 @@ CVS_PROJECTS = $(patsubst %/,%,$(dir $(wildcard $(addsuffix /CVS
# --- mandatory targets
all: $(filter-out $(UNAVAILABLE_TARGETS),pull.done links.done)
all: $(filter-out $(UNAVAILABLE_TARGETS),pull.done)
$(TIME) $(PROJECTS_PY_BUILD) $@ $(TARGET_PROJECTS)
clean: clean-dirs
distclean: clean-all-dirs done.clean
@ -378,11 +378,6 @@ git-check-conv: $(SSH_WRAPPER_SH)
# --- rules
links.done:
if [ -d btools ]; then ln -sf btools dspider-btools; fi
if [ -d dspc/src/shared ]; then ln -sf dspc/src/shared dspider-shared; fi
touch $@
$(SSH_WRAPPER_SH): Makefile
/bin/echo -e '#!/bin/bash $(SSH_WRAPPER_TRACE)\n\nexec /usr/bin/ssh $$JW_BUILD_SSH_EXTRA_OPTS "$$@"' > $@.tmp
chmod 700 $@.tmp
@ -415,7 +410,7 @@ cvs-update.done: cvsdir.done $(SSH_WRAPPER_SH)
update.done: purge
pull.done: $(filter-out $(UNAVAILABLE_TARGETS),cvs-update.done clone.done links.done)
pull.done: $(filter-out $(UNAVAILABLE_TARGETS),cvs-update.done clone.done)
touch $@
clone.done: $(filter-out $(UNAVAILABLE_TARGETS),$(SSH_WRAPPER_SH))