Ticket #157 (closed defect: fixed)

Opened 11 years ago

Last modified 11 years ago

make clean doesn't remove tile4ms binary

Reported by: pbaker@… Owned by: sdlime
Priority: high Milestone:
Component: Command Line Utilties Version: 3.6
Severity: trivial Keywords:
Cc:

Description

The 'clean' target of mapserver 3.6 Makefile does not delete the tile4ms binary.

Steps to produce:
1. ./configure; make
2. make clean

Actual Results:
tile4ms binary still remains

Expected Results:
there should be no sign of the tile4ms binary.

More Information:
I'm not really this anal, but the debian packaging system is. :-/

Change History

Changed 11 years ago by fwarmerdam

  • status changed from new to closed
  • resolution set to fixed
I have patched Makefile.in in the development (HEAD) branch to delete tile4ms
in the clean target.

Note: See TracTickets for help on using tickets.