Steve Youngs <youngs(a)xemacs.org> writes:
|--==> "VS" == Vin Shelton <acs(a)xemacs.org>
writes:
VS> I used to run 'make bindist' from the toplevel directory, but a few
VS> months ago it became possible to run make bindist in only the
VS> directories of interest.
It should be possible to do the same thing from toplevel, just set
NONMULE_PACKAGES and MULE_PACKAGES to the packages you wish to build.
This does not work for me. As you know, I don't build MULE_PACKAGES,
so I have
BUILD_WITHOUT_MULE = t
If I set
NONMULE_PACKAGES = xemacs-packages/xemacs-base xemacs-packages/xemacs-devel
and run 'make bytecompile', the make still descends into all the
subdirectories in xemacs-packages. I don't have sufficient time at
work to figure out how this is supposed to work. I noticed this
because I'm currently getting a failure when I try to build auctex,
'cause I don't have tex installed.
- Vin