*: rkt -> stage0, scf -> stage1

This commit is contained in:
Jonathan Boulle
2014-11-13 23:33:14 -08:00
parent 5020dc58bb
commit 4b7162f8a1
11 changed files with 2 additions and 3 deletions
+2 -2
View File
@@ -14,7 +14,7 @@ export GOPATH=${PWD}/gopath
eval $(go env)
echo "Building rkt (stage0)..."
go build -o $GOBIN/rkt ${REPO_PATH}/rkt
go build -o $GOBIN/rkt ${REPO_PATH}/stage0
echo "Building stage1..."
go build -o $GOBIN/stage1 ${REPO_PATH}/scf
go build -o $GOBIN/stage1 ${REPO_PATH}/stage1
-1
View File
@@ -1 +0,0 @@
.
View File
View File
View File