Home | History | Annotate | Download | only in CP
History log of /src/share/i18n/csmapper/CP/Makefile.inc
RevisionDateAuthorComments
 1.6  25-Oct-2008  apb Use ${TOOL_SED} instead of plain "sed" in "!=" assignments.

This may need more work to prevent warning messages during
"make cleandir" when the commands in "!=" assignments are executed
even though tools may not have been built.
 1.5  25-Oct-2008  apb Use ${TOOL_SED} instead if plain sed in Makefiles.
 1.4  04-Nov-2006  tnozaki add iconv support following encodings:
ISO-2022-JP-1(RFC2237)
CP50220,CP50221,CP50222(ISO-2022-JP variant)
CP51932(EUC-JP variant)
 1.3  21-Oct-2003  lukem Rework how MAKEVERBOSE operates:

* Don't bother prefixing commands with a line of ${_MKCMD}\
and instead rely upon "make -s". This is less intrusive on
all the Makefiles than the former. Idea from David Laight.

* Rename the variables use to print messages. The scheme now is:
_MKMSG_FOO Run _MKMSG 'foo'
_MKTARGET_FOO Run _MKMSG_FOO ${.TARGET}
From discussion with Alistair Crooks.
 1.2  19-Oct-2003  lukem Implement MAKEVERBOSE.
Rework a bunch of make .for loops into sh for loops.

(XXX: This stuff could be implemented in a more efficient manner that
does a lot less of SOMEMAKEVAR!=some shell command , etc etc)
 1.1  27-Jun-2003  tshiozak Citrus iconv support(5)
add iconv data files. now ready to use iconv stuffs.
TODO:
- manpages.
- enrich mapper/esdb.

RSS XML Feed