Opened 20 years ago
Closed 20 years ago
#104 closed defect (fixed)
New configure stuff doesn't work well yet
| Reported by: | Owned by: | Isaac Richards | |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | mythtv | Version: | head |
| Severity: | high | Keywords: | |
| Cc: | Ticket locked: | no |
Description
You can't distclean without it deleting config/Makefile.
So if you:
distclean build
it fails, requiring a:
distclean svn update build
Note:
See TracTickets
for help on using tickets.

(In [6833]) This fixes #104, and makes the "make clean" work for each Makefile generated by a .pro file using the QMAKE_CLEAN variable used by qmake in generating the Makefile's. Thanks go to Joseph Caputo for reporting on this little feature of qmake.