[ET Trac] [Einstein Toolkit] #561: Use subdirectories when generating Formaline tarballs
Einstein Toolkit
trac-noreply at einsteintoolkit.org
Sat Sep 17 14:32:53 CDT 2011
#561: Use subdirectories when generating Formaline tarballs
------------------------------------+---------------------------------------
Reporter: eschnett | Owner:
Type: enhancement | Status: review
Priority: minor | Milestone:
Component: EinsteinToolkit thorn | Version:
Resolution: | Keywords:
------------------------------------+---------------------------------------
Comment (by eschnett):
The easiest way to clean up the previous files is to issue a "make clean".
We have mechanisms in Cactus to enforce a rebuild (rerun the CST stage)
and to enforce a reconfiguration (rerun configure), but we don't have a
corresponding mechanism to enforce cleaning.
I could add code to look for old-style files, and if so, delete the
Formaline directory, which would then probably lead to a make failure, but
the next make would succeed. It is difficult to do anything else, because
make examines the directory structure first and runs commands later, so we
cannot remove old files before make examines what is there. I'm sure there
is a trick to do it, but this would require debugging, and would add
complexity necessary only for the transition.
--
Ticket URL: <https://trac.einsteintoolkit.org/ticket/561#comment:3>
Einstein Toolkit <http://einsteintoolkit.org>
The Einstein Toolkit
More information about the Trac
mailing list