* $mscripts/dist-guile available
@ 2002-04-29 22:52 Thien-Thi Nguyen
2002-05-07 18:27 ` Marius Vollmer
0 siblings, 1 reply; 2+ messages in thread
From: Thien-Thi Nguyen @ 2002-04-29 22:52 UTC (permalink / raw)
header comments:
# usage: dist-guile
#
# This must be run in a branched top-level guile-core dir (so
# that CVS/Tag looks something like: branch_release-X-Y).
#
# Behavior:
# - check all files under cwd are unmodified (sync'ed w/ cvs repo)
# - sh -x autogen.sh
# - cvs tag release_X-Y
# - create distdir ../dist.$branch
# - in $distdir do configure, make, make check
# - in $distdir do make distcheck
#
# TODO: Handle non-standard workbook location (pass $1 to autogen.sh).
# Support skipping steps, for restarts.
since distcheck also does "make" and "make dist", perhaps the redundant
build can be eliminated (but then, how to effect a "make check"?).
thi
_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: $mscripts/dist-guile available
2002-04-29 22:52 $mscripts/dist-guile available Thien-Thi Nguyen
@ 2002-05-07 18:27 ` Marius Vollmer
0 siblings, 0 replies; 2+ messages in thread
From: Marius Vollmer @ 2002-05-07 18:27 UTC (permalink / raw)
Cc: guile-devel
Thien-Thi Nguyen <ttn@giblet.glug.org> writes:
> since distcheck also does "make" and "make dist", perhaps the redundant
> build can be eliminated (but then, how to effect a "make check"?).
If I remember correctly, you need a plain build before doing "make
distcheck" so that automake gets the dependencies right on the first
"make dist" that is embedded in "make distcheck".
_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-05-07 18:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-29 22:52 $mscripts/dist-guile available Thien-Thi Nguyen
2002-05-07 18:27 ` Marius Vollmer
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).