* 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:
parent
b55c4210ef
commit
7734d17849
@ -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
|
* 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>
|
Tue Aug 25 02:16:37 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
|
@ -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
|
enc/unicode/name2ctype.h: enc/unicode/name2ctype.kwd
|
||||||
$(MAKEDIRS) $(@D)
|
$(MAKEDIRS) $(@D)
|
||||||
@\
|
@set +e; \
|
||||||
if cmp -s $(?:.kwd=.src) $?; then \
|
if cmp -s $(?:.kwd=.src) $?; then \
|
||||||
set -x; \
|
set -x; \
|
||||||
$(CP) $(?:.kwd=.h.blt) $@; \
|
$(CP) $(?:.kwd=.h.blt) $@; \
|
||||||
@ -227,9 +227,6 @@ enc/unicode/name2ctype.h: enc/unicode/name2ctype.kwd
|
|||||||
$(CP) $@ $(?:.kwd=.h.blt); \
|
$(CP) $@ $(?:.kwd=.h.blt); \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
enc/unicode/name2ctype_prop.h: $(srcdir)/enc/unicode/name2ctype.kwd
|
|
||||||
$(MAKEDIRS) $(@D)
|
|
||||||
|
|
||||||
.c.@OBJEXT@:
|
.c.@OBJEXT@:
|
||||||
$(CC) $(CFLAGS) $(XCFLAGS) $(CPPFLAGS) $(COUTFLAG)$@ -c $<
|
$(CC) $(CFLAGS) $(XCFLAGS) $(CPPFLAGS) $(COUTFLAG)$@ -c $<
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user