Skip to content

Conversation

alexcrichton
Copy link
Member

Forgot to update the installation procedure with the knowledge that libcore is
only available as an rlib, not as a dylib.

Closes #14026

Forgot to update the installation procedure with the knowledge that libcore is
only available as an rlib, not as a dylib.

Closes rust-lang#14026
@@ -133,7 +134,8 @@ prepare-target-$(2)-host-$(3)-$(1)-$(4): prepare-maybe-clean-$(4) \
$$(if $$(findstring $(3), $$(PREPARE_HOST)),\
$$(call PREPARE_DIR,$$(PREPARE_WORKING_DEST_LIB_DIR))\
$$(foreach crate,$$(TARGET_CRATES),\
$$(call PREPARE_LIB,$$(call CFG_LIB_GLOB_$(2),$$(crate)))\
$$(if $$(findstring 1, $$(ONLY_RLIB_$$(crate))),,\
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It’s the dreaded tab monster!

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I approved due to it blocking make install, but I guess it would be nice to fix this at some point.

bors added a commit that referenced this pull request May 8, 2014
Forgot to update the installation procedure with the knowledge that libcore is
only available as an rlib, not as a dylib.

Closes #14026
@bors bors closed this May 8, 2014
@bors bors merged commit 6aefce6 into rust-lang:master May 8, 2014
@alexcrichton alexcrichton deleted the fix-mk-install branch May 8, 2014 18:22
flip1995 pushed a commit to flip1995/rust that referenced this pull request Feb 20, 2025
Checks for functions with method calls to `.map(_)` on an arg of type
`Option` as the outermost expression.

Fixes rust-lang#774
```
changelog: [`single_option_map`]: Checks for functions with method calls to `.map(_)` on an arg of type `Option` as the outermost expression.
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

make install fails on OSX
4 participants