Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 2427:97dd9f867cef
[xemacs-hg @ 2004-12-07 12:52:30 by malcolmp]
Parallel build support without the need for a POSIX-compatible make.
author | malcolmp |
---|---|
date | Tue, 07 Dec 2004 12:52:51 +0000 |
parents | b3315b0c8558 |
children | ce8038b28f80 |
comparison
equal
deleted
inserted
replaced
2426:bb3f73fbbda8 | 2427:97dd9f867cef |
---|---|
1 2004-12-07 Malcolm Purvis <malcolmp@xemacs.org> | |
2 | |
3 * Makefile.in.in: Always refer to make as $(MAKE) and use | |
4 $(RECURSIVE_MAKE_ARGS) for other parameters. This allows -j to | |
5 work in GNU Make while removing need for POSIX compatible make on | |
6 all systems. | |
7 | |
1 2004-12-06 Ben Wing <ben@xemacs.org> | 8 2004-12-06 Ben Wing <ben@xemacs.org> |
2 | 9 |
3 * rangetab.c (rangetab_instantiate): | 10 * rangetab.c (rangetab_instantiate): |
4 Fix compile error. | 11 Fix compile error. |
5 | 12 |