On Thu, 31 May 2007, Heikki Toivonen wrote:

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


rm -rf $(PLUGIN_INST) is enough, just like my message suggested.

Andi..

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Open Source Applications Foundation "chandler-dev" mailing list
http://lists.osafoundation.org/mailman/listinfo/chandler-dev

Reply via email to