guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

$mscripts/dist-guile available


From: Thien-Thi Nguyen
Subject: $mscripts/dist-guile available
Date: Mon, 29 Apr 2002 15:52:11 -0700

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]