Closed Bug 909126 Opened 11 years ago Closed 11 years ago

header files are not being regenerated when the IDL changes

Categories

(Firefox Build System :: General, defect)

defect
Not set
critical

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 908977

People

(Reporter: briansmith, Unassigned)

Details

(Keywords: regression)

STR: 1. Change netwerk/socket/nsITransportSecurityInfo.idl to add a new property like "readonly attribute bool foo;" 2. "mach build netwerk/socket" or just "mach build". 3. Look at $OBJDIR/dist/include/nsITransportSecurityInfo.h. Expected results: $OBJDIR/dist/include/nsITransportSecurityInfo.h should contain the getter declaration nsresult GetFoo(bool * result); Actual results: $OBJDIR/dist/include/nsITransportSecurityInfo.h is unchanged. Workaround: mach clobber && mach build. It is very painful.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.