X-Git-Url: http://git.megacz.com/?p=nestedvm.git;a=blobdiff_plain;f=Makefile;h=0b0944a41444b6698e1dbac4391aaa6f933b7bc3;hp=80940996ba8c480116c7007841a5677aa4fb1e4c;hb=d5566fee6b4ea8e85ddea33ce20587e7c523bc25;hpb=00faa5231809fd956989e44e18c5284951876f01 diff --git a/Makefile b/Makefile index 8094099..0b0944a 100644 --- a/Makefile +++ b/Makefile @@ -222,9 +222,8 @@ unix_runtime.jar: $(unix_runtime_classes:%=build/org/ibex/nestedvm/%.class) org/ibex/nestedvm/Runtime\$$*.class \ org/ibex/nestedvm/util/Seekable\$$*.class \ org/ibex/nestedvm/UnixRuntime\$$*.class \ - org/ibex/nestedvm/util/Platform\$$*.class - cd upstream/build/classgen/build && jar -uf ../../../../$@ \ - org/ibex/classgen/util/Sort*.class + org/ibex/nestedvm/util/Platform\$$*.class \ + org/ibex/nestedvm/util/Sort*.class .manifest: printf "Manifest-Version: 1.0\nMain-Class: org.ibex.nestedvm.RuntimeCompiler\n" > $@ @@ -491,7 +490,7 @@ commit: update: @if [ -d _darcs ]; then darcs pull; \ - else wget -nH -rl 16 -N -X _darcs http://nestedvm.darcs.brianweb.net; \ + else echo "you must have darcs installed in order to acquire the rest of the software" \ fi # @@ -519,7 +518,10 @@ pdf: doc/ivme04.pdf open doc/ivme04.pdf push: - if [ "$${HOSTNAME#*.}" = "brianweb.net" ]; then \ - darcs push charger.brianweb.net:/home/darcs/nestedvm; \ - fi - darcs push /afs/ibex.org/project/nestedvm + git push /afs/megacz.com/web/org/ibex/nestedvm/ master + +snapshot: + git archive --prefix=nestedvm-`date +%Y-%m-%d`/ HEAD | \ + gzip -c > \ + /afs/megacz.com/web/org/ibex/nestedvm/dist/nestedvm-`date +%Y-%m-%d`.tgz + @echo url is http://nestedvm.ibex.org/dist/dist/nestedvm-`date +%Y-%m-%d`.tgz