[Chandler-dev] new Chandler-debugPlugin
Heikki Toivonen
heikki at osafoundation.org
Thu May 31 20:37:15 PDT 2007
Mike Taylor wrote:
> Yes - I was debugging it when I saw Andi's email just now - I have to
> connect to each tbox and do a make distclean to force a fresh build.
>
> Having a change like this done at the end of the day with no prior email
> warning is something I would like to avoid from now on.
Actually, I believe the Tinderboxes always do clean (which invokes
distclean) on every cycle.
So I wonder if the real problem is that distclean is not doing enough.
Currently it does:
distclean:
rm -rf $(C_BIN)/$(SNAP)
rm -f $(PLUGIN_INST)/*.egg-link
rm -f $(PLUGIN_INST)/*.pth
rm -rf $(C_HOME)/*-py$(PYTHON_VER).egg
Should it be changed to this?
distclean:
rm -rf $(C_BIN)/$(SNAP)
rm -rf $(PLUGIN_INST)/*
rm -rf $(C_HOME)/*-py$(PYTHON_VER).egg
--
Heikki Toivonen
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 254 bytes
Desc: OpenPGP digital signature
Url : http://lists.osafoundation.org/pipermail/chandler-dev/attachments/20070531/1538e077/signature.pgp
More information about the chandler-dev
mailing list