Opened 19 years ago

Closed 19 years ago

Last modified 17 years ago

#42 closed patch (fixed)

make distclean doesnt remove config.h and config.mak

Reported by: mspieth@… 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)

mythtv_distclean.patch (1.1 KB) - added by mspieth <mspieth@…> 19 years ago.

Download all attachments as: .zip

Change History (3)

Changed 19 years ago by mspieth <mspieth@…>

Attachment: mythtv_distclean.patch added

comment:1 Changed 19 years ago by Isaac Richards

Owner: changed from Isaac Richards to danielk

comment:2 Changed 19 years ago by danielk

Resolution: fixed
Status: newclosed

(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...

Note: See TracTickets for help on using tickets.