Skip to content

Commit

Permalink
mk: clean-llvm for cross-compile
Browse files Browse the repository at this point in the history
  • Loading branch information
yichoi committed Jun 30, 2013
1 parent 439b13f commit 0a3f6bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/clean.mk
Expand Up @@ -20,7 +20,7 @@ CLEAN_STAGE_RULES = \
clean$(stage)_T_$(target)_H_$(host))))

CLEAN_LLVM_RULES = \
$(foreach target, $(CFG_TARGET_TRIPLES), \
$(foreach target, $(CFG_HOST_TRIPLES), \
clean-llvm$(target))

.PHONY: clean clean-all clean-misc clean-llvm
Expand Down

13 comments on commit 0a3f6bc

@bors
Copy link
Contributor

@bors bors commented on 0a3f6bc Jun 30, 2013

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 0a3f6bc Jun 30, 2013

Choose a reason for hiding this comment

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

merging yichoi/rust/fix_cleanllvm = 0a3f6bc into auto

@bors
Copy link
Contributor

@bors bors commented on 0a3f6bc Jun 30, 2013

Choose a reason for hiding this comment

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

yichoi/rust/fix_cleanllvm = 0a3f6bc merged ok, testing candidate = 4a0308f2

@bors
Copy link
Contributor

@bors bors commented on 0a3f6bc Jun 30, 2013

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 0a3f6bc Jun 30, 2013

Choose a reason for hiding this comment

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

merging yichoi/rust/fix_cleanllvm = 0a3f6bc into auto

@bors
Copy link
Contributor

@bors bors commented on 0a3f6bc Jun 30, 2013

Choose a reason for hiding this comment

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

yichoi/rust/fix_cleanllvm = 0a3f6bc merged ok, testing candidate = 2cbec0d8

@bors
Copy link
Contributor

@bors bors commented on 0a3f6bc Jun 30, 2013

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 0a3f6bc Jul 1, 2013

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 0a3f6bc Jul 1, 2013

Choose a reason for hiding this comment

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

merging yichoi/rust/fix_cleanllvm = 0a3f6bc into auto

@bors
Copy link
Contributor

@bors bors commented on 0a3f6bc Jul 1, 2013

Choose a reason for hiding this comment

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

yichoi/rust/fix_cleanllvm = 0a3f6bc merged ok, testing candidate = 6a2ad08

@bors
Copy link
Contributor

@bors bors commented on 0a3f6bc Jul 1, 2013

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 = 6a2ad08

Please sign in to comment.