Mailing List Archive

[MythTV/mythtv] f358f3: Fix problem in scripts directory with "make clean; ...
Branch: refs/heads/fixes/32
Home: https://github.com/MythTV/mythtv
Commit: f358f305c36fe6d52915c74b55ba17e84855ee8e
https://github.com/MythTV/mythtv/commit/f358f305c36fe6d52915c74b55ba17e84855ee8e
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.

(cherry picked from commit 00e4fc531cb87e117e035f0e967b79847c9982f1)


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