Strip trailing whitespace

This commit is contained in:
Tamir Duberstein 2015-03-14 16:09:26 -07:00
parent d51047ded0
commit f5765793b6
38 changed files with 149 additions and 149 deletions

View file

@ -16,7 +16,7 @@ A3=$(TMPDIR)/a3
# A hack to match distinct lines of output from a single run.
LOG=$(TMPDIR)/log.txt
all:
all:
mkdir -p $(A1) $(A2) $(A3)
$(RUSTC) --crate-type=rlib crateA1.rs
mv $(TMPDIR)/$(call RLIB_GLOB,crateA) $(A1)

View file

@ -1,6 +1,6 @@
-include ../tools.mk
all:
all:
$(RUSTC) --crate-type=rlib crateA.rs
$(RUSTC) --crate-type=rlib crateB.rs
$(call REMOVE_RLIBS,crateA)