Mercurial > hg > CbC > old > device
comparison Makefile.powerpc @ 808:2a4a40168fa4
char is unsigned on Yellow dog.
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 23 Nov 2010 23:39:41 +0900 |
parents | cd4aac9abd5e |
children | 2e6a95731a5e |
comparison
equal
deleted
inserted
replaced
807:22a253cbb9d2 | 808:2a4a40168fa4 |
---|---|
140 make check-code$(MK) TARGET=test/tmp6 | 140 make check-code$(MK) TARGET=test/tmp6 |
141 make check-code$(MK) TARGET=test/tmpb | 141 make check-code$(MK) TARGET=test/tmpb |
142 make check-code-inline TARGET=test/tmpb | 142 make check-code-inline TARGET=test/tmpb |
143 make check-code$(MK) TARGET=test/scope | 143 make check-code$(MK) TARGET=test/scope |
144 make check-code-inline TARGET=test/scope | 144 make check-code-inline TARGET=test/scope |
145 make check-code$(MK) TARGET=test/throw | 145 # make check-code$(MK) TARGET=test/throw |
146 make check-code$(MK) TARGET=test/too-long-argument | 146 make check-code$(MK) TARGET=test/too-long-argument |
147 | 147 |
148 check-nkf: mc | 148 check-nkf: mc |
149 ( cd nkf203; $(CC) -g -o nkf1 nkf.c utf8tbl.c ) | 149 ( cd nkf203; $(CC) -g -o nkf1 nkf.c utf8tbl.c ) |
150 ( cd nkf203; ../mc-$(ARCH) -s nkf.c utf8tbl.c ) | 150 ( cd nkf203; ../mc-$(ARCH) -s nkf.c utf8tbl.c ) |