Skip to content

Commit ea61433

Browse files
committed
---
yaml --- r: 97878 b: refs/heads/master c: 2297b08 h: refs/heads/master v: v3
1 parent 3e5cef4 commit ea61433

File tree

199 files changed

+2775
-3981
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

199 files changed

+2775
-3981
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 1f1838ea3e6795487521d4541bbd877d8e0797b8
2+
refs/heads/master: 2297b080090740a2773eabc15c473e389e4a4d96
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: b6400f998497c3958f40997a71756ead344a776d
55
refs/heads/try: c274a6888410ce3e357e014568b43310ed787d36

trunk/Makefile.in

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
# stageN - this is the system root, corresponding to, e.g. /usr
3434
# bin - binaries compiled for the host
3535
# lib - libraries used by the host compiler
36-
# rustlib - rustc's own place to organize libraries
36+
# rustc - rustc's own place to organize libraries
3737
# $(target) - target-specific artifacts
3838
# bin - binaries for target architectures
3939
# lib - libraries for target architectures
@@ -415,7 +415,6 @@ export CFG_LLVM_ROOT
415415
export CFG_ENABLE_MINGW_CROSS
416416
export CFG_PREFIX
417417
export CFG_LIBDIR
418-
export CFG_RUSTLIBDIR
419418

420419
######################################################################
421420
# Subprograms
@@ -436,7 +435,7 @@ HBIN$(1)_H_$(3) = $$(HROOT$(1)_H_$(3))/bin
436435
HLIB$(1)_H_$(3) = $$(HROOT$(1)_H_$(3))/$$(CFG_LIBDIR)
437436

438437
# Destinations of artifacts for target architectures
439-
TROOT$(1)_T_$(2)_H_$(3) = $$(HLIB$(1)_H_$(3))/$$(CFG_RUSTLIBDIR)/$(2)
438+
TROOT$(1)_T_$(2)_H_$(3) = $$(HLIB$(1)_H_$(3))/rustc/$(2)
440439
TBIN$(1)_T_$(2)_H_$(3) = $$(TROOT$(1)_T_$(2)_H_$(3))/bin
441440
TLIB$(1)_T_$(2)_H_$(3) = $$(TROOT$(1)_T_$(2)_H_$(3))/$$(CFG_LIBDIR)
442441

trunk/configure

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,6 @@ valopt datadir "${CFG_PREFIX}/share" "install data"
398398
valopt infodir "${CFG_PREFIX}/share/info" "install additional info"
399399
valopt mandir "${CFG_PREFIX}/share/man" "install man pages in PATH"
400400
valopt libdir "${CFG_PREFIX}/lib" "install libraries"
401-
valopt rustlibdir "rustlib" "subdirectory name for rustc's libraries"
402401

403402
# Validate Options
404403
step_msg "validating $CFG_SELF args"
@@ -776,16 +775,11 @@ do
776775
make_dir $h/stage$i/test
777776

778777
# target bin dir
779-
make_dir $h/stage$i/$CFG_LIBDIR/$CFG_RUSTLIBDIR/$t/bin
778+
make_dir $h/stage$i/$CFG_LIBDIR/rustc/$t/bin
780779

781780
# target lib dir
782-
make_dir $h/stage$i/$CFG_LIBDIR/$CFG_RUSTLIBDIR/$t/$CFG_LIBDIR
781+
make_dir $h/stage$i/$CFG_LIBDIR/rustc/$t/$CFG_LIBDIR
783782
done
784-
785-
# Fix stage0:
786-
make_dir $h/stage0/$CFG_LIBDIR/rustc/$t/bin
787-
make_dir $h/stage0/$CFG_LIBDIR/rustc/$t/$CFG_LIBDIR
788-
789783
done
790784

791785
make_dir $h/test/run-pass
@@ -798,12 +792,12 @@ do
798792
make_dir $h/test/debug-info
799793
make_dir $h/test/codegen
800794
make_dir $h/test/doc-tutorial
801-
make_dir $h/test/doc-guide-ffi
802-
make_dir $h/test/doc-guide-macros
803-
make_dir $h/test/doc-guide-borrowed-ptr
804-
make_dir $h/test/doc-guide-container
805-
make_dir $h/test/doc-guide-tasks
806-
make_dir $h/test/doc-guide-conditions
795+
make_dir $h/test/doc-tutorial-ffi
796+
make_dir $h/test/doc-tutorial-macros
797+
make_dir $h/test/doc-tutorial-borrowed-ptr
798+
make_dir $h/test/doc-tutorial-container
799+
make_dir $h/test/doc-tutorial-tasks
800+
make_dir $h/test/doc-tutorial-conditions
807801
make_dir $h/test/doc-rust
808802
done
809803

@@ -1037,7 +1031,6 @@ putvar CFG_HOST
10371031
putvar CFG_TARGET
10381032
putvar CFG_C_COMPILER
10391033
putvar CFG_LIBDIR
1040-
putvar CFG_RUSTLIBDIR
10411034
putvar CFG_DISABLE_MANAGE_SUBMODULES
10421035
putvar CFG_ANDROID_CROSS_PATH
10431036
putvar CFG_MINGW32_CROSS_PATH

trunk/doc/complement-bugreport.md

Lines changed: 0 additions & 48 deletions
This file was deleted.

trunk/doc/complement-cheatsheet.md

Lines changed: 0 additions & 203 deletions
This file was deleted.

0 commit comments

Comments
 (0)