* Builing from CVS doesn't refresh *.elc's
@ 2004-10-31 15:49 Hattuari
2004-10-31 16:01 ` Johan Bockgård
0 siblings, 1 reply; 3+ messages in thread
From: Hattuari @ 2004-10-31 15:49 UTC (permalink / raw)
When I run make on the CVS image, it doesn't seem to update the lisp
bytecompiled files. I've been doing `cvs update -dP && make extraclean
&& ./configure --prefix=$GNU_EMACS && make && make install'
Which works just fine, but the extraclean seems excessive. maintainerclean
would do about the same thing, but that also seems excessive. Should the
normal `make' refresh the elisp files?
--
p->m == (*p).m == p[0].m
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Builing from CVS doesn't refresh *.elc's
2004-10-31 15:49 Builing from CVS doesn't refresh *.elc's Hattuari
@ 2004-10-31 16:01 ` Johan Bockgård
2004-10-31 16:37 ` Hattuari
0 siblings, 1 reply; 3+ messages in thread
From: Johan Bockgård @ 2004-10-31 16:01 UTC (permalink / raw)
Hattuari <susudata@setidava.kushan.aa> writes:
> When I run make on the CVS image, it doesn't seem to update the lisp
> bytecompiled files. I've been doing `cvs update -dP && make
> extraclean && ./configure --prefix=$GNU_EMACS && make && make
> install'
Did you read INSTALL.CVS?
--
Johan Bockgård
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Builing from CVS doesn't refresh *.elc's
2004-10-31 16:01 ` Johan Bockgård
@ 2004-10-31 16:37 ` Hattuari
0 siblings, 0 replies; 3+ messages in thread
From: Hattuari @ 2004-10-31 16:37 UTC (permalink / raw)
Johan Bockgård wrote:
> Hattuari <susudata@setidava.kushan.aa> writes:
>
>> When I run make on the CVS image, it doesn't seem to update the lisp
>> bytecompiled files. I've been doing `cvs update -dP && make
>> extraclean && ./configure --prefix=$GNU_EMACS && make && make
>> install'
>
> Did you read INSTALL.CVS?
>
Not in the last year. Thanks.
pushd /download/org/gnu/emacs &&\
cvs update -dP &&\
./configure --prefix=$GNU_EMACS &&\
make -j8 &&\
pushd lisp &&\
make recompile EMACS=../src/emacs &&\
popd &&\
make install &&\
popd
Yes I really do use -j8. I have distcc running. Sometimes it has result in
a deadlock, but when that happend everything was built. A subsequent `make'
simply visited every directory and found nothing to do.
--
p->m == (*p).m == p[0].m
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-10-31 16:37 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-31 15:49 Builing from CVS doesn't refresh *.elc's Hattuari
2004-10-31 16:01 ` Johan Bockgård
2004-10-31 16:37 ` Hattuari
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.