mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
Fix: Links.done is needed for target all even offline
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
aef7edf737
commit
554dab52a6
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ CVS_ADMIN_SH = JW_BUILD_SSH_EXTRA_OPTS="$(JW_BUILD_SSH_EXTRA_OPTS)" $(G
|
|||
|
||||
# ------------ targets
|
||||
|
||||
all: $(filter-out $(UNAVAILABLE_TARGETS),pull.done)
|
||||
all: $(filter-out $(UNAVAILABLE_TARGETS),pull.done links.done)
|
||||
$(BUILD_PY) $@ $(BUILD_PROJECTS)
|
||||
clean: clean-dirs done.clean
|
||||
distclean: clean-all-dirs done.clean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue