Skip to content

Commit a33ff62

Browse files
committed
---
yaml --- r: 7283 b: refs/heads/master c: 6860dcc h: refs/heads/master i: 7281: 33349c8 7279: ab4bcfc v: v3
1 parent 21adb4f commit a33ff62

File tree

4 files changed

+8
-16
lines changed

4 files changed

+8
-16
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 48debac9440103d171f4c9dacc0488172ecff9e5
2+
refs/heads/master: 6860dcc958437d8b8aec1134c657311ef617ec9e

trunk/Makefile.in

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -280,21 +280,12 @@ define SREQ
280280
# Destinations of artifacts for the host compiler
281281
HROOT$(1)_H_$(3) = $(3)/stage$(1)
282282
HBIN$(1)_H_$(3) = $$(HROOT$(1)_H_$(3))/bin
283-
# FIXME: Temporary hack for moving win32 libs to the bin directory
284-
ifeq ($(1),0)
285-
HLIB$(1)_H_$(3) = $$(HROOT$(1)_H_$(3))/lib
286-
else
287283
HLIB$(1)_H_$(3) = $$(HROOT$(1)_H_$(3))/$$(CFG_LIBDIR)
288-
endif
289284

290285
# Destinations of artifacts for target architectures
291286
TROOT$(1)_T_$(2)_H_$(3) = $$(HLIB$(1)_H_$(3))/rustc/$(2)
292287
TBIN$(1)_T_$(2)_H_$(3) = $$(TROOT$(1)_T_$(2)_H_$(3))/bin
293-
ifeq ($(1),0)
294-
TLIB$(1)_T_$(2)_H_$(3) = $$(TROOT$(1)_T_$(2)_H_$(3))/lib
295-
else
296288
TLIB$(1)_T_$(2)_H_$(3) = $$(TROOT$(1)_T_$(2)_H_$(3))/$$(CFG_LIBDIR)
297-
endif
298289

299290
# The name of the core and standard libraries used by rustc
300291
ifdef CFG_DISABLE_SHAREDSTD

trunk/configure

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -416,18 +416,12 @@ do
416416

417417
# host lib dir
418418
make_dir $h/stage$i/$CFG_LIBDIR
419-
# FIXME: Transitional. remove
420-
make_dir $h/stage$i/lib
421419

422420
# target bin dir
423421
make_dir $h/stage$i/$CFG_LIBDIR/rustc/$t/bin
424-
# FIXME: Transitional. remove
425-
make_dir $h/stage$i/lib/rustc/$t/bin
426422

427423
# target lib dir
428424
make_dir $h/stage$i/$CFG_LIBDIR/rustc/$t/$CFG_LIBDIR
429-
# FIXME: Transitional. remove
430-
make_dir $h/stage$i/lib/rustc/$t/lib
431425
done
432426
done
433427

trunk/src/snapshots.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
S 2012-01-14 c6f62b6
2+
winnt-i386 f5242fd9064c3ae744b2395c9613b61dd3e157b1
3+
linux-i386 614cb4931f5ab8c2ccb7a541bbe4ab1880fa0740
4+
macos-i386 3a360fc8618a70e919c44628c4f6f67cea90f6b6
5+
linux-x86_64 aa6a0bed5f66879b8427b6836c1b2dc4bfb45517
6+
macos-x86_64 c6598b2c0ec504b9594bb8fa8bdac31bc0d3286d
7+
18
S 2012-01-13 da6674b
29
winnt-i386 94591d200400ac0db7e6bfa2397edf3e868dc320
310
linux-i386 83615901ad69b4f5914e24ef38b797c6980f186f

0 commit comments

Comments
 (0)