Mailing List Archive

[MythTV/mythtv] 00e4fc: Fix problem in scripts directory with "make clean; ...
Branch: refs/heads/master
Home: https://github.com/MythTV/mythtv
Commit: 00e4fc531cb87e117e035f0e967b79847c9982f1
https://github.com/MythTV/mythtv/commit/00e4fc531cb87e117e035f0e967b79847c9982f1
Author: David Hampton <mythtv@love2code.net>
Date: 2022-11-28 (Mon, 28 Nov 2022)

Changed paths:
M mythtv/programs/scripts/scripts.pro

Log Message:
-----------
Fix problem in scripts directory with "make clean; make".

The entire directory structure under the "obj" directory is created
before the "make" command is executed. (Its created by qmake.) Since
none of those directories are created by "make", none of those
directories should be deleted "make clean" command. The appropriate
place to remove the obj directory hierarchy is "make distclean", which
is supposed to return the tree to its pristine distribution state.


_______________________________________________
mythtv-commits mailing list
mythtv-commits@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-commits