diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-08-06 23:22:23 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-08-06 23:22:23 +0000 |
commit | 995ea591c5076d0a1f809f4b0c5d919db7510c88 (patch) | |
tree | e32a887a5e46515dbee32d4b4825f1b91c1ab61d /Makefile | |
parent | 21fbfdfead833c685b255edb3c3460198ce89877 (diff) | |
download | drakx-995ea591c5076d0a1f809f4b0c5d919db7510c88.tar drakx-995ea591c5076d0a1f809f4b0c5d919db7510c88.tar.gz drakx-995ea591c5076d0a1f809f4b0c5d919db7510c88.tar.bz2 drakx-995ea591c5076d0a1f809f4b0c5d919db7510c88.tar.xz drakx-995ea591c5076d0a1f809f4b0c5d919db7510c88.zip |
no_comment
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -81,7 +81,6 @@ clean: find . -name "*~" -o -name ".#*" | xargs rm -f upload: clean install -# do this on source machine: eval `ssh-agent` ; ssh-add function upload() { rsync -qSavz --verbose --exclude '*~' -e ssh --delete $(ROOTDEST)/$$1/$$2 mandrake@kenobi:/c/cooker/$$1; } ;\ upload Mandrake/mdkinst '' ;\ upload Mandrake/base {compss*,mdkinst_stage2.gz,rescue_stage2.gz} ;\ |