Ticket #78 (closed defect: fixed)

Opened 3 months ago

Last modified 8 weeks ago

modify project Makefiles to rebuild when .h files are modified

Reported by: liamMT Owned by:
Priority: major Milestone:
Component: firmware Keywords:
Cc:

Description

Hopefully this can be done in the Makefile. Currently, when a .h file in the project is modified, the .c files that depend on it are not rebuilt.

Specifically with regards to mcbuilder this is a pain, and has resulted in the temporary hack that simply does a make clean when config.h has been modified, so that the changes are reflected in the binary.

Change History

Changed 8 weeks ago by liamMT

  • status changed from new to closed
  • resolution set to fixed

Fixed in [881] - only config.h will trigger a rebuild. Not otherwise feasible with make, as it stands.

Note: See TracTickets for help on using tickets.