mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-27 07:33:54 +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))
|
cvs status $(addsuffix VERSION,$(CVS_PROJECTS))
|
||||||
$(PGIT) status
|
$(PGIT) status
|
||||||
|
|
||||||
purge:
|
purge: ssh-wrapper.sh
|
||||||
ifneq ($(wildcard CVS),)
|
ifneq ($(wildcard CVS),)
|
||||||
$(PURGE_SH)
|
$(PURGE_SH)
|
||||||
endif
|
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
|
/bin/echo -e '#!/bin/bash -x\n\nexec /usr/bin/ssh $$JW_BUILD_SSH_EXTRA_OPTS "$$@"' > $@.tmp
|
||||||
chmod 700 $@.tmp
|
chmod 700 $@.tmp
|
||||||
mv $@.tmp $@
|
mv $@.tmp $@
|
||||||
|
ssh-wrapper: ssh-wrapper.sh
|
||||||
clean.ssh-wrapper:
|
clean.ssh-wrapper:
|
||||||
rm -f ssh-wrapper.sh
|
rm -f ssh-wrapper.sh
|
||||||
clean: clean.ssh-wrapper
|
clean: clean.ssh-wrapper
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue