From: Stefan Monnier <monnier@iro.umontreal.ca>
Subject: Re: Re-building with modified site-init.el
Date: Thu, 25 Sep 2003 20:13:44 GMT [thread overview]
Message-ID: <jwv3cekfx4z.fsf-monnier+gnu.emacs.help@vor.iro.umontreal.ca> (raw)
In-Reply-To: 87ad8sr6r1.fsf@kruhft.vc.shawcable.net
> I'm doing a custom build of emacs so that it loads the packages that
> I need into it's core image, but the build process doesn't seem to
> notice when I change my ${srcdir}/lisp/site-init.el, forcing me to do
> a make clean and rebuild every time I do a change. Is there a way to
> get around this? I tried deleting ${srcdir}/lib-src/fns-21.3.1.el
> (which looked to be generated right after loading site-init.el), but
> that didn't do the trick. I also couldn't find an appropriate make
> target to just rebuild the core image, so I thought I would ask here.
The file src/Makefile.in which should contain the dependency explains that
the dependency is missing because the file might be missing as well.
I guess there should be a better way to deal with it, tho.
Please report it as a bug in the Makefile.
In the mean time, you really don't need `make clean' but just
`rm src/emacs'.
Stefan
parent reply other threads:[~2003-09-25 20:13 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <87ad8sr6r1.fsf@kruhft.vc.shawcable.net>]
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=jwv3cekfx4z.fsf-monnier+gnu.emacs.help@vor.iro.umontreal.ca \
--to=monnier@iro.umontreal.ca \
/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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).