emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

``Command line too long'' from Make.


From: Po Lu
Subject: ``Command line too long'' from Make.
Date: Mon, 07 Aug 2023 16:38:51 +0800

Trying to build the MS-DOS port presently results in protests from make:

Command line too long.
( printf 'shortlisp = \\\n'; \
sed -n 's/^[ \t]*(load "\([^"]*\)".*/\1/p' ../lisp/loadup.el | \
  sed -e 's/$/.elc \\/' -e 's/\.el\.elc/.el/'; \
echo "" ) > lisp.mk.tmp
make.exe: *** No rule to make target 'lisp.mk'.  Stop.

when generating lisp.mk.  What may be causing this?  Has loadup.el grown
to the point where its preloaded files now overflow a fixed-size MS-DOS
buffer, or is there a knob in COMMAND.COM that must be adjusted?

Thanks.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]