diff options
| author | Rod Whitby <rod@whitby.id.au> | 2005-07-30 03:28:53 +0000 |
|---|---|---|
| committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-30 03:28:53 +0000 |
| commit | 55b2e520564cea47250d3fc1912f7c06a9e49f2f (patch) | |
| tree | 49f5c5b847e7851e060079f1ae2bea064fdb40cb /Makefile | |
| parent | 5c3ef6f2f72d4ca7b1116df3dfd6353327a710d6 (diff) | |
| parent | 1ec4fe88982c3a15507c227d770807405d25463d (diff) | |
merge of 16ce7bdbcf995cc892e7e37050d4742e144576d2
and e1155357327595b377cfda0da16877aa42034525
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 14 |
1 files changed, 9 insertions, 5 deletions
@@ -246,7 +246,12 @@ push-openembedded: update-openembedded .PHONY: autobuild autobuild: - ${MAKE} update build upload + ${MAKE} update + ${MAKE} build-openslug upload-openslug-cross + ${MAKE} build-unslung upload-unslung-modules + ${MAKE} build-optware-nslu2 upload-optware-nslu2-cross + ${MAKE} build-optware-wl500g upload-optware-wl500g-cross + ${MAKE} upload-sources .PHONY: upload upload: upload-openslug-cross upload-ucslugc-cross upload-unslung-modules upload-optware-nslu2-cross upload-optware-wl500g-cross upload-sources @@ -255,7 +260,7 @@ upload: upload-openslug-cross upload-ucslugc-cross upload-unslung-modules upload upload-openslug-cross: openslug/Makefile rm -rf openslug/tmp/deploy/ipk/morgue rsync -vlrt --exclude='Packages*' openslug/tmp/deploy/ipk/ unslung@ipkg.nslu2-linux.org:nslu/feeds/openslug/cross/unstable/ - ssh nslu2@sources.nslu2-linux.org mirror/sync-ipk openslug/cross + ssh nslu2@sources.nslu2-linux.org mirror/sync-ipk openslug/cross/unstable rsync -vl openslug/tmp/deploy/ipk/Packages* unslung@ipkg.nslu2-linux.org:nslu/feeds/openslug/cross/unstable/ rsync -vlrt --delete openslug/tmp/deploy/ipk/ unslung@ipkg.nslu2-linux.org:nslu/feeds/openslug/cross/unstable/ ssh nslu2@sources.nslu2-linux.org mirror/sync-packages-clean openslug/cross @@ -302,11 +307,10 @@ upload-optware-wl500g-cross: optware/wl500g/Makefile upload-openslug-2.3-beta-cross: rm -rf releases/OpenSlug-2.3-beta/tmp/deploy/ipk/morgue rsync -vlrt --exclude='Packages*' releases/OpenSlug-2.3-beta/tmp/deploy/ipk/ unslung@ipkg.nslu2-linux.org:nslu/feeds/openslug/cross/2.3-beta/ - ssh nslu2@sources.nslu2-linux.org mirror/sync-ipk openslug/2.3-beta + ssh nslu2@sources.nslu2-linux.org mirror/sync-ipk openslug/cross/2.3-beta rsync -vl releases/OpenSlug-2.3-beta/tmp/deploy/ipk/Packages* unslung@ipkg.nslu2-linux.org:nslu/feeds/openslug/cross/2.3-beta/ rsync -vlrt --delete releases/OpenSlug-2.3-beta/tmp/deploy/ipk/ unslung@ipkg.nslu2-linux.org:nslu/feeds/openslug/cross/2.3-beta/ - ssh nslu2@sources.nslu2-linux.org mirror/sync-packages-clean openslug/cross - + ssh nslu2@sources.nslu2-linux.org mirror/sync-packages-clean openslug/cross/2.3-beta .PHONY: upload-sources upload-sources: |
