Skip to content

Commit

Permalink
Register snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Jan 15, 2012
1 parent 48debac commit 6860dcc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 15 deletions.
9 changes: 0 additions & 9 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -280,21 +280,12 @@ define SREQ
# Destinations of artifacts for the host compiler
HROOT$(1)_H_$(3) = $(3)/stage$(1)
HBIN$(1)_H_$(3) = $$(HROOT$(1)_H_$(3))/bin
# FIXME: Temporary hack for moving win32 libs to the bin directory
ifeq ($(1),0)
HLIB$(1)_H_$(3) = $$(HROOT$(1)_H_$(3))/lib
else
HLIB$(1)_H_$(3) = $$(HROOT$(1)_H_$(3))/$$(CFG_LIBDIR)
endif

# Destinations of artifacts for target architectures
TROOT$(1)_T_$(2)_H_$(3) = $$(HLIB$(1)_H_$(3))/rustc/$(2)
TBIN$(1)_T_$(2)_H_$(3) = $$(TROOT$(1)_T_$(2)_H_$(3))/bin
ifeq ($(1),0)
TLIB$(1)_T_$(2)_H_$(3) = $$(TROOT$(1)_T_$(2)_H_$(3))/lib
else
TLIB$(1)_T_$(2)_H_$(3) = $$(TROOT$(1)_T_$(2)_H_$(3))/$$(CFG_LIBDIR)
endif

# The name of the core and standard libraries used by rustc
ifdef CFG_DISABLE_SHAREDSTD
Expand Down
6 changes: 0 additions & 6 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -416,18 +416,12 @@ do

# host lib dir
make_dir $h/stage$i/$CFG_LIBDIR
# FIXME: Transitional. remove
make_dir $h/stage$i/lib

# target bin dir
make_dir $h/stage$i/$CFG_LIBDIR/rustc/$t/bin
# FIXME: Transitional. remove
make_dir $h/stage$i/lib/rustc/$t/bin

# target lib dir
make_dir $h/stage$i/$CFG_LIBDIR/rustc/$t/$CFG_LIBDIR
# FIXME: Transitional. remove
make_dir $h/stage$i/lib/rustc/$t/lib
done
done

Expand Down
7 changes: 7 additions & 0 deletions src/snapshots.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
S 2012-01-14 c6f62b6
winnt-i386 f5242fd9064c3ae744b2395c9613b61dd3e157b1
linux-i386 614cb4931f5ab8c2ccb7a541bbe4ab1880fa0740
macos-i386 3a360fc8618a70e919c44628c4f6f67cea90f6b6
linux-x86_64 aa6a0bed5f66879b8427b6836c1b2dc4bfb45517
macos-x86_64 c6598b2c0ec504b9594bb8fa8bdac31bc0d3286d

S 2012-01-13 da6674b
winnt-i386 94591d200400ac0db7e6bfa2397edf3e868dc320
linux-i386 83615901ad69b4f5914e24ef38b797c6980f186f
Expand Down

0 comments on commit 6860dcc

Please sign in to comment.