Skip to content

Commit

Permalink
remove two unneccesary directories from configure
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Dec 2, 2014
1 parent 2b35e6f commit 5a2048f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions configure
Expand Up @@ -1040,7 +1040,6 @@ do
make_dir $h/test/debuginfo-gdb
make_dir $h/test/debuginfo-lldb
make_dir $h/test/codegen
make_dir $h/test/doc-tutorial
make_dir $h/test/doc-guide
make_dir $h/test/doc-guide-ffi
make_dir $h/test/doc-guide-runtime
Expand All @@ -1052,7 +1051,7 @@ do
make_dir $h/test/doc-guide-plugin
make_dir $h/test/doc-guide-crates
make_dir $h/test/doc-guide-error-handling
make_dir $h/test/doc-rust
make_dir $h/test/doc-reference
done

# Configure submodules
Expand Down

5 comments on commit 5a2048f

@bors
Copy link
Contributor

@bors bors commented on 5a2048f Dec 2, 2014

Choose a reason for hiding this comment

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

saw approval from alexcrichton
at steveklabnik@5a2048f

@bors
Copy link
Contributor

@bors bors commented on 5a2048f Dec 2, 2014

Choose a reason for hiding this comment

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

merging steveklabnik/rust/conf_fixes = 5a2048f into auto

@bors
Copy link
Contributor

@bors bors commented on 5a2048f Dec 2, 2014

Choose a reason for hiding this comment

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

steveklabnik/rust/conf_fixes = 5a2048f merged ok, testing candidate = 3a325c6

@bors
Copy link
Contributor

@bors bors commented on 5a2048f Dec 2, 2014

Choose a reason for hiding this comment

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

@bors
Copy link
Contributor

@bors bors commented on 5a2048f Dec 2, 2014

Choose a reason for hiding this comment

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

fast-forwarding master to auto = 3a325c6

Please sign in to comment.