[mythtv] [mythtv-commits] mythtv branch master updated by stuartm. v0.28-pre-1988-g50e5eef

Angela angela.schmid at wolke7.net
Wed Jul 30 10:36:16 UTC 2014


> > Move audiooutputgraph.* into audio/ where they belong.
> > A make distclean is recommended.
> >
> 
> A make distclean _before_ doing a git pull is probably required otherwise
the
> make distclean fails and you have to manually fix things by going into
> libmythtv and doing a make clean, qmake in there to clean things up.

Same problems existed for the ffmpeg directory some time ago. Or when the
Makefile is not correct/updated and clean/distclean does not remove
everything.
This will help:

cd <top working directory>
git clean -xfd

Will clean the working directory, deleting all files which are not under
source control.

https://www.kernel.org/pub/software/scm/git/docs/git-clean.html

Angela





More information about the mythtv-dev mailing list