From 2757d7a41136a94c14b5f0ee1c2003ad10e9e482 Mon Sep 17 00:00:00 2001 From: Rod Whitby Date: Sat, 2 Jul 2005 07:49:56 +0000 Subject: [PATCH] Fixed the upload-master target. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 2602b22e21..f36e168f2e 100644 --- a/Makefile +++ b/Makefile @@ -79,11 +79,11 @@ update-optware: optware/Makefile .PHONY: push-master push-master: monotone/nslu2-linux.db - monotone merge && monotone push + monotone push .PHONY: upload-master -upload-master: monotone/nslu2-linux.db - scp Makefile www.nslu2-linux.org:/home/nslu2/public_html/Makefile +upload-master: push-master + scp Makefile www.nslu2-linux.org:/home/nslu/public_html/Makefile .PHONY: clobber-bitbake clobber-bitbake: -- 2.39.5