[perl #58034] [TODO] save config_args for make reconfig
James Keenan via RT
parrotbug-followup at parrotcode.org
Fri Feb 6 00:27:54 UTC 2009
On Thu Feb 05 01:38:19 2009, rurban wrote:
> On Tue Jan 13 17:19:39 2009, allison wrote:
> > Ticket rejected, no on automatic reconfiguration. Consult with jkeenan
> > on storing configuration args.
>
> Attached patch gets the subject right, make reconfig works now by
> properly storing and quoting the Configure.pl args.
>
> jkeenan, can you please sign this off?
If I understand the patch correctly, your objective is simply to find a
quick way to repeat Parrot configuration with the same command-line
options that you most recently used.
If so, then I wonder why you are using 'make clean' instead of 'make
realclean'. We've always said that 'make clean' undoes the effect of
'make', whereas 'make realclean' undoes the effect of both 'perl
Configure.pl' and 'make'. So I don't know why you aren't using 'make
realclean' here.
More information about the parrot-dev
mailing list