From: Richard Stallman <rms@gnu.org>
Cc: immanuell@enfocus.be, emacs-devel@gnu.org
Subject: Re: building macosx
Date: Wed, 18 Sep 2002 11:48:06 -0400 [thread overview]
Message-ID: <E17rh3e-0000Ys-00@fencepost.gnu.org> (raw)
In-Reply-To: <m2r8fsk50l.fsf@shaw.ca> (message from Andrew Choi on Tue, 17 Sep 2002 09:30:34 -0600)
> building emacs on macos 10.1 gives the following error:
>
> rm -f /Users/immanuel/workspace/UnixSource/Emacs/emacs-cvs/emacs/lisp/*.elc /Users/immanuel/workspace/UnixSource/Emacs/emacs-cvs/emacs/lisp/*/*.elc
> /bin/sh: /usr/local/bin/rm: Argument list too long
> make[1]: [bootstrap-clean] Error 126 (ignored)
Maybe we can do something to shorten these names by changing the
makefile so that it uses relative names instead of making them
absolute.
Does this fix the whole problem?
*** Makefile.in.~1.34.~ Thu Mar 28 12:58:44 2002
--- Makefile.in Tue Sep 17 17:59:39 2002
***************
*** 278,284 ****
bootstrap-clean:
if test -x $(EMACS); then $(MAKE) $(MFLAGS) autoloads; fi
! -rm -f $(lisp)/*.elc $(lisp)/*/*.elc
# Generate/update files for the bootstrap process.
--- 278,284 ----
bootstrap-clean:
if test -x $(EMACS); then $(MAKE) $(MFLAGS) autoloads; fi
! cd $(lisp); rm -f *.elc */*.elc
# Generate/update files for the bootstrap process.
prev parent reply other threads:[~2002-09-18 15:48 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-09-17 12:30 building macosx Immanuel Litzroth
2002-09-17 14:34 ` Steven Tamm
2002-09-18 15:47 ` Richard Stallman
2002-09-17 14:52 ` Andrew Choi
2002-09-17 15:27 ` Luc Teirlinck
2002-09-17 15:30 ` Andrew Choi
2002-09-18 15:48 ` Richard Stallman [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E17rh3e-0000Ys-00@fencepost.gnu.org \
--to=rms@gnu.org \
--cc=emacs-devel@gnu.org \
--cc=immanuell@enfocus.be \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.