Opened 11 years ago

Closed 11 years ago

#607 closed defect (fixed)

[PATCH] Makefile.vc 'clean' step leaks obj files

Reported by: gorlak Owned by: pramsey
Priority: minor Milestone: 3.3.9
Component: Build/Install Version: 3.3.6
Severity: Annoyance Keywords: history
Cc:

Description

The following files still exist after running the clean step:

src/operation/sharedpaths/SharedPathsOp.obj

src/triangulate/DelaunayTriangulationBuilder.obj

src/triangulate/IncrementalDelaunayTriangulator.obj

src/triangulate/quadedge/LastFoundQuadEdgeLocator.obj

src/triangulate/quadedge/LocateFailureException.obj

src/triangulate/quadedge/QuadEdge.obj

src/triangulate/quadedge/QuadEdgeLocator.obj

src/triangulate/quadedge/QuadEdgeSubdivision.obj

src/triangulate/quadedge/TrianglePredicate.obj

src/triangulate/quadedge/TriangleVisitor.obj

src/triangulate/quadedge/Vertex.obj

This detritus can cause side-effects in subsequent builds that use a different configuration (since timestamp-wise they are still up-to-date).

Attachments (2)

clean-fix.path (630 bytes ) - added by gorlak 11 years ago.
Patch to fix Makefile.vc clean
clean-fix.patch (630 bytes ) - added by gorlak 11 years ago.
Patch to fix Makefile.vc clean

Download all attachments as: .zip

Change History (5)

by gorlak, 11 years ago

Attachment: clean-fix.path added

Patch to fix Makefile.vc clean

by gorlak, 11 years ago

Attachment: clean-fix.patch added

Patch to fix Makefile.vc clean

comment:1 by strk, 11 years ago

Milestone: 3.3.73.3.x
Summary: Makefile.vc 'clean' step leaks obj files[PATCH] Makefile.vc 'clean' step leaks obj files

comment:2 by robe, 11 years ago

Keywords: history added

applied for 3.3 branch at r3859

comment:3 by robe, 11 years ago

Resolution: fixed
Status: newclosed

applied to 3.4 (trunk) at r3860

Note: See TracTickets for help on using tickets.