projects
/
rust-101.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
8d09a95
)
Makefile: fix a comment
author
Ralf Jung
<post@ralfj.de>
Wed, 18 May 2016 08:28:22 +0000
(10:28 +0200)
committer
Ralf Jung
<post@ralfj.de>
Wed, 18 May 2016 08:28:22 +0000
(10:28 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index a213c0713bb357059e335636305be15406e002a3..1674606b61600ca772f9bc66368393e8af237640 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-27,7
+27,7
@@
workspace: $(WORKSPACEFILES)
workspace/src/%.rs: src/%.rs Makefile dup-unimpl.sed
@mkdir -p .tmp/docs
@echo "$< -> $@"
workspace/src/%.rs: src/%.rs Makefile dup-unimpl.sed
@mkdir -p .tmp/docs
@echo "$< -> $@"
- @# sed-fu: remove lines starting with "//@", and replace those ending in "/*@*/" by "unimplemented!()".
+ @# sed-fu: remove lines starting with "//@", and replace those ending in "/*@*/"
or "/*@@*/"
by "unimplemented!()".
@# Also coalesce multiple adjacent such lines to one.
@sed '/^\s*\/\/@/d;s|\(\s*\)\S.*/\*@@\?\*/|\1unimplemented!()|' $< | sed -f dup-unimpl.sed > $@
@# Also coalesce multiple adjacent such lines to one.
@sed '/^\s*\/\/@/d;s|\(\s*\)\S.*/\*@@\?\*/|\1unimplemented!()|' $< | sed -f dup-unimpl.sed > $@