Mercurial > hg > xemacs-beta
comparison 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 | ad56e5a6d09f |
children | 876c400e58d7 |
comparison
equal
deleted
inserted
replaced
2426:bb3f73fbbda8 | 2427:97dd9f867cef |
---|---|
1 2004-12-07 Malcolm Purvis <malcolmp@xemacs.org> | |
2 | |
3 * INSTALL: A POSIX compatible Make is no longer required for builds. | |
4 * Makefile.in.in (RECURSIVE_MAKE): Removed. | |
5 * Makefile.in.in (RECURSIVE_MAKE_ARGS): New. | |
6 * configure.in (RECURSIVE_MAKE): Removed. | |
7 * configure.in (RECURSIVE_MAKE_ARGS): New. | |
8 Always refer to make as $(MAKE) and use $(RECURSIVE_MAKE_ARGS) for | |
9 other parameters. This allows -j to work in GNU Make while | |
10 removing need for POSIX compatible make on all systems. | |
11 | |
1 2004-12-05 Ben Wing <ben@xemacs.org> | 12 2004-12-05 Ben Wing <ben@xemacs.org> |
2 | 13 |
3 * README.packages: | 14 * README.packages: |
4 Fix error in specifying standard package location. | 15 Fix error in specifying standard package location. |
5 Document --package-prefix. | 16 Document --package-prefix. |