Strip trailing whitespace
This commit is contained in:
parent
d51047ded0
commit
f5765793b6
38 changed files with 149 additions and 149 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue