mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
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:
parent
cbd944d254
commit
cbbd8011e3
1 changed files with 2 additions and 7 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue