move some upstream materials from brianweb.net to nestedvm.org
authormegacz <adam@megacz.com>
Sun, 9 May 2010 21:25:13 +0000 (21:25 +0000)
committermegacz <adam@megacz.com>
Sun, 9 May 2010 21:25:13 +0000 (21:25 +0000)
.gitignore
Makefile
upstream/Makefile

index 058c050..f1959ea 100644 (file)
@@ -1,3 +1,5 @@
 upstream/tasks/*
 upstream/build/*
 upstream/download
 upstream/tasks/*
 upstream/build/*
 upstream/download
+upstream/install
+
index 122ba39..0b0944a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -518,9 +518,6 @@ pdf: doc/ivme04.pdf
        open doc/ivme04.pdf
 
 push:
        open doc/ivme04.pdf
 
 push:
-       if [ "$${HOSTNAME#*.}" = "brianweb.net" ]; then \
-               darcs push charger.brianweb.net:/home/darcs/nestedvm; \
-       fi
        git push /afs/megacz.com/web/org/ibex/nestedvm/ master
 
 snapshot:
        git push /afs/megacz.com/web/org/ibex/nestedvm/ master
 
 snapshot:
index a020732..43f14a7 100644 (file)
@@ -30,8 +30,8 @@ tasks/everything: \
        tasks/build_linpack \
 
 
        tasks/build_linpack \
 
 
-darcs_gcclass = http://darcs.brianweb.net/gcclass
-darcs_classgen = http://darcs.brianweb.net/classgen
+darcs_gcclass = http://gcclass.ibex.org/
+darcs_classgen = http://classgen.ibex.org/
 cross_root := $(usr)/mips-unknown-elf
 .SECONDARY: # This is broken in gmake < 3.79.1
 
 cross_root := $(usr)/mips-unknown-elf
 .SECONDARY: # This is broken in gmake < 3.79.1
 
@@ -211,7 +211,7 @@ tasks/build_newlib: tasks/build_gcc
 
 ## openbsdglob ##############################################################################
 
 
 ## openbsdglob ##############################################################################
 
-url_openbsdglob = http://www.brianweb.net/xwt/openbsdglob.tar.gz
+url_openbsdglob = http://nestedvm.ibex.org/upstream/openbsdglob.tar.gz
 
 tasks/build_openbsdglob: tasks/download_openbsdglob tasks/build_newlib
        @mkdir -p $(usr)/mips-unknown-elf/{include,lib}
 
 tasks/build_openbsdglob: tasks/download_openbsdglob tasks/build_newlib
        @mkdir -p $(usr)/mips-unknown-elf/{include,lib}
@@ -377,7 +377,7 @@ tasks/build_freetype: tasks/patch_freetype tasks/build_libc
 
 version_boehmgc = 6.3alpha2
 #url_boehmgc = http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc$(version_boehmgc).tar.gz
 
 version_boehmgc = 6.3alpha2
 #url_boehmgc = http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc$(version_boehmgc).tar.gz
-url_boehmgc = http://www.brianweb.net/misc/gc$(version_boehmgc).tar.gz
+url_boehmgc = http://nestedvm.ibex.org/upstream/gc$(version_boehmgc).tar.gz
 patches_boehmgc = boehm-gc.patch
 
 tasks/extract_boehmgc: tasks/download_boehmgc
 patches_boehmgc = boehm-gc.patch
 
 tasks/extract_boehmgc: tasks/download_boehmgc