diff options
author | Rod Whitby <rod@whitby.id.au> | 2005-07-29 07:33:49 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-29 07:33:49 +0000 |
commit | cb37f51459f99f8f293869b4de28bd6d3f4e9b1f (patch) | |
tree | 26c668b461024025fe3de70ab66743e1523baadf /Makefile | |
parent | 0933116aa8d0ae1c47f660122960cfcd31d6f3df (diff) |
Fixed the push-master target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -205,7 +205,7 @@ push: push-master push-bitbake push-openembedded .PHONY: push-master push-master: update-master monotone push - scp Makefile www.nslu2-linux.org:/home/nslu/public_html/Makefile + scp Makefile rwhitby@www.nslu2-linux.org:/home/nslu/public_html/Makefile .PHONY: push-bitbake push-bitbake: update-bitbake |