On Jun 28, 2010, at 2:32 PM, ed wrote: > I switched from master to next branches using git and did an acprep > update to rebuild, the resultant binary failed (segfaulted I think) > and I needed to do a make clean; acprep update to get a runnable > program. > > Switching branches should mark all affected libs and objects as out of > date.
Hmm... I'm not sure why make isn't noticing what should be done, as I thought that switching branches modified the timestamps of all the checked out files. It's not something I can really check for, so I must suggest that you use "make distclean ; acprep update" after you switch branches. :) John
