Opened 20 years ago
Closed 20 years ago
Last modified 19 years ago
#42 closed patch (fixed)
make distclean doesnt remove config.h and config.mak
| Reported by: | Owned by: | danielk | |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | mythtv | Version: | |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
make distclean should remove config.h and config.mak this patch corrects this
Attachments (1)
Change History (3)
by , 20 years ago
| Attachment: | mythtv_distclean.patch added |
|---|
comment:1 by , 20 years ago
| Owner: | changed from to |
|---|
comment:2 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

(In [6829]) closes #42
Unfortunately, everyone will need to run configure for this.
This includes Mask Spieth's distclean patch and a small fix from Sage at gypsycaravan.com for MythTV to compile with Qt Embedded.
This requires a change in the edit, compile, run cycle. Whenever you typed "make distclean" before, you now type "make clean" instead. "make distclean" will really do a distribution ready clean, forcing you to re-run configure...