summaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
authorWataru Ashihara <[email protected]>2020-09-17 20:59:41 +0900
committerWataru Ashihara <[email protected]>2020-09-17 21:04:45 +0900
commitea3b02e387b15406d96b30eb98e5afbd101083c5 (patch)
tree9faab4aa4edbe0fb97462324fc578361af3e25e9 /lib
parent9757616c57d9180add83f5f88e6a2d6a5a90f02a (diff)
downloadmruby-ea3b02e387b15406d96b30eb98e5afbd101083c5.tar.gz
mruby-ea3b02e387b15406d96b30eb98e5afbd101083c5.zip
*.d format is version-independent
As pointed out by @shuujii on https://github.com/mruby/mruby/pull/5079 , multi-path in single-line could be appear even with older-gcc or clang.
Diffstat (limited to 'lib')
-rw-r--r--lib/mruby/build/command.rb21
1 files changed, 4 insertions, 17 deletions
diff --git a/lib/mruby/build/command.rb b/lib/mruby/build/command.rb
index 870a8dc20..d98213cb8 100644
--- a/lib/mruby/build/command.rb
+++ b/lib/mruby/build/command.rb
@@ -133,27 +133,14 @@ module MRuby
#
# ==== Without <tt>-MP</tt> compiler flag
#
- # /build/host/src/array.o: \
- # /src/array.c \
- # /include/mruby/common.h \
- # /include/mruby/value.h \
- # /src/value_array.h
- #
- # ==== Without <tt>-MP</tt> compiler flag (gcc (Ubuntu 9.3.0-10ubuntu2) 9.3.0)
- #
# /build/host/src/array.o: /src/array.c \
- # /include/mruby.h /include/mrbconf.h \
- # /include/mruby/common.h \
- # ...
- # /include/mruby/range.h \
- # /src/value_array.h
+ # /include/mruby/common.h /include/mruby/value.h \
+ # /src/value_array.h
#
# ==== With <tt>-MP</tt> compiler flag
#
- # /build/host/src/array.o: \
- # /src/array.c \
- # /include/mruby/common.h \
- # /include/mruby/value.h \
+ # /build/host/src/array.o: /src/array.c \
+ # /include/mruby/common.h /include/mruby/value.h \
# /src/value_array.h
#
# /include/mruby/common.h: