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: 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@…> 20 years ago.

Download all attachments as: .zip

Change History (3)

by mspieth <mspieth@…>, 20 years ago

Attachment: mythtv_distclean.patch added

comment:1 by Isaac Richards, 20 years ago

Owner: changed from Isaac Richards to danielk

comment:2 by danielk, 20 years ago

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.