Skip to content
This repository was archived by the owner on Nov 21, 2018. It is now read-only.

Commit 95aeb1c

Browse files
committed
add patches target to all existing makefiles
1 parent 2b197c8 commit 95aeb1c

File tree

13 files changed

+26
-0
lines changed

13 files changed

+26
-0
lines changed

futures-rs-test-all/makefile

+2
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ touch:
66
rm -f target/debug/all-*
77
clean:
88
cargo clean
9+
patches:
10+
@echo ''

helloworld/makefile

+2
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ touch:
66
find . -name '*.rs' | xargs touch
77
clean:
88
cargo clean
9+
patches:
10+
@echo ''

html5ever-2016-08-25/makefile

+2
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ touch:
66
find . -name '*.rs' | xargs touch
77
clean:
88
cargo clean
9+
patches:
10+
@echo ''

hyper.0.5.0/makefile

+2
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ touch:
66
find . -name '*.rs' | xargs touch
77
clean:
88
cargo clean
9+
patches:
10+
@echo ''

inflate-0.1.0/makefile

+2
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ touch:
66
find . -name '*.rs' | xargs touch
77
clean:
88
cargo clean
9+
patches:
10+
@echo ''

issue-32062-equality-relations-complexity/makefile

+2
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ touch:
66
find . -name '*.rs' | xargs touch
77
clean:
88
cargo clean
9+
patches:
10+
@echo ''

issue-32278-big-array-of-strings/makefile

+2
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ touch:
66
find . -name '*.rs' | xargs touch
77
clean:
88
cargo clean
9+
patches:
10+
@echo ''

jld-day15-parser/makefile

+2
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ touch:
66
find . -name '*.rs' | xargs touch
77
clean:
88
cargo clean
9+
patches:
10+
@echo ''

piston-image-0.10.3/makefile

+2
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ touch:
66
find . -name '*.rs' | xargs touch
77
clean:
88
cargo clean
9+
patches:
10+
@echo ''

regex.0.1.30/makefile

+2
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ touch:
66
find . -name '*.rs' | xargs touch
77
clean:
88
cargo clean
9+
patches:
10+
@echo ''

rust-encoding-0.3.0/makefile

+2
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ touch:
66
touch src/lib.rs
77
clean:
88
cargo clean
9+
patches:
10+
@echo ''

syntex-0.42.2-incr-clean/makefile

+2
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ touch:
1717
clean:
1818
rm -rf incr/*
1919
cargo clean
20+
patches:
21+
@echo ''

syntex-0.42.2/makefile

+2
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ touch:
99
cargo clean -p syntex_syntax
1010
clean:
1111
cargo clean
12+
patches:
13+
@echo ''

0 commit comments

Comments
 (0)