all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* ``Command line too long'' from Make.
       [not found] <878ran2qn8.fsf.ref@yahoo.com>
@ 2023-08-07  8:38 ` Po Lu
  2023-08-07  8:43   ` Po Lu
  0 siblings, 1 reply; 2+ messages in thread
From: Po Lu @ 2023-08-07  8:38 UTC (permalink / raw)
  To: emacs-devel

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.



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: ``Command line too long'' from Make.
  2023-08-07  8:38 ` ``Command line too long'' from Make Po Lu
@ 2023-08-07  8:43   ` Po Lu
  0 siblings, 0 replies; 2+ messages in thread
From: Po Lu @ 2023-08-07  8:43 UTC (permalink / raw)
  To: emacs-devel

Po Lu <luangruo@yahoo.com> writes:

> 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.

Please disregard this message.  I overlooked several sed statements that
should've been repaired.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-08-07  8:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <878ran2qn8.fsf.ref@yahoo.com>
2023-08-07  8:38 ` ``Command line too long'' from Make Po Lu
2023-08-07  8:43   ` Po Lu

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.