1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* Makefile.in (enc/unicode/name2ctype.h): explicitly ignores the

result of diff and turns -e option off, because *BSD make passes
  it by default.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24644 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2009-08-25 03:22:30 +00:00
parent b55c4210ef
commit 7734d17849
2 changed files with 4 additions and 6 deletions

View file

@ -1,7 +1,8 @@
Tue Aug 25 11:42:49 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
Tue Aug 25 12:22:25 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* Makefile.in (enc/unicode/name2ctype.h): explicitly ignores the
result of diff.
result of diff and turns -e option off, because *BSD make passes
it by default.
Tue Aug 25 02:16:37 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>

View file

@ -212,7 +212,7 @@ NAME2CTYPE_OPTIONS = -7 -c -j1 -i1 -t -C -P -T -H uniname2ctype_hash -Q uniname2
enc/unicode/name2ctype.h: enc/unicode/name2ctype.kwd
$(MAKEDIRS) $(@D)
@\
@set +e; \
if cmp -s $(?:.kwd=.src) $?; then \
set -x; \
$(CP) $(?:.kwd=.h.blt) $@; \
@ -227,9 +227,6 @@ enc/unicode/name2ctype.h: enc/unicode/name2ctype.kwd
$(CP) $@ $(?:.kwd=.h.blt); \
fi
enc/unicode/name2ctype_prop.h: $(srcdir)/enc/unicode/name2ctype.kwd
$(MAKEDIRS) $(@D)
.c.@OBJEXT@:
$(CC) $(CFLAGS) $(XCFLAGS) $(CPPFLAGS) $(COUTFLAG)$@ -c $<