mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
Fix: Purge purged too much, sometimes
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
6475f1d5d5
commit
c9c084ef7e
1 changed files with 2 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ status:
|
|||
cvs status $(addsuffix VERSION,$(CVS_PROJECTS))
|
||||
$(PGIT) status
|
||||
|
||||
purge:
|
||||
purge: ssh-wrapper.sh
|
||||
ifneq ($(wildcard CVS),)
|
||||
$(PURGE_SH)
|
||||
endif
|
||||
|
|
@ -217,6 +217,7 @@ ssh-wrapper.sh: Makefile
|
|||
/bin/echo -e '#!/bin/bash -x\n\nexec /usr/bin/ssh $$JW_BUILD_SSH_EXTRA_OPTS "$$@"' > $@.tmp
|
||||
chmod 700 $@.tmp
|
||||
mv $@.tmp $@
|
||||
ssh-wrapper: ssh-wrapper.sh
|
||||
clean.ssh-wrapper:
|
||||
rm -f ssh-wrapper.sh
|
||||
clean: clean.ssh-wrapper
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue