summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-12-04 16:57:38 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-12-04 16:57:38 +0000
commit73bd07e674f4efa5fbfe1a9d3c6e6248fefd0fcb (patch)
tree9b2eca0383b2541b0f74312f9e3979515e660ffb /Makefile
parent8e6d81ed4895766ebb104adb880d2061a10f4278 (diff)
downloaddrakx-backup-do-not-use-73bd07e674f4efa5fbfe1a9d3c6e6248fefd0fcb.tar
drakx-backup-do-not-use-73bd07e674f4efa5fbfe1a9d3c6e6248fefd0fcb.tar.gz
drakx-backup-do-not-use-73bd07e674f4efa5fbfe1a9d3c6e6248fefd0fcb.tar.bz2
drakx-backup-do-not-use-73bd07e674f4efa5fbfe1a9d3c6e6248fefd0fcb.tar.xz
drakx-backup-do-not-use-73bd07e674f4efa5fbfe1a9d3c6e6248fefd0fcb.zip
add target upload_only (useful when make check fails)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 078322853..500f47a8f 100644
--- a/Makefile
+++ b/Makefile
@@ -116,7 +116,9 @@ upload:
$(MAKE) install
$(MAKE) check
+ $(MAKE) upload_only
+upload_only:
function upload() { rsync -qSavz --verbose --exclude '*~' -e ssh --delete $(ROOTDEST)/$$1/$$2 mandrake@kenobi:/c/cooker/$$1; } ;\
upload Mandrake/mdkinst '' ;\
upload Mandrake/base compssUsers ;\