GNU bug report logs -
#5167
replace ELCFILES in lisp/Makefile.in
Previous Next
Reported by: Glenn Morris <rgm <at> gnu.org>
Date: Wed, 9 Dec 2009 18:35:04 UTC
Severity: wishlist
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
lisp/Makefile.in's compile-main rule passes a huge command-line to a
recursive make. The exact length depends on the full path to the build
directory. Eg it is 70676 characters for me.
Since it includes the full path to every single lisp file, it must be
longer than src/Makefile.in's $lisp variable, which only includes some
of them. Therefore if the lisp/Makefile rule works on all the
platforms supported by Emacs, there is no longer any need for the
separate $shortlisp variable in src/Makefile.in, which exists only to
prevent the command-line getting too long on "some platforms".
Depending on whether the above is true or not, this is either a
wishlist or a normal bug.
This bug report was last modified 15 years and 203 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.