The standard 'make' process runs other programs once linking is complete - for example the one that generates the listing.
Is it possible to add another similar task without editing the Chibi standard files?
(I've got it working by editing rules.mk at present)
Running a program after linking
Moderators: tfAteba, barthess, RoccoMarco, lbednarz, utzig
- Giovanni
- Site Admin
- Posts: 14563
- Joined: Wed May 27, 2009 8:48 am
- Location: Salerno, Italy
- Has thanked: 1111 times
- Been thanked: 937 times
- Contact:
Re: Running a program after linking
Hi,
Maybe checking for an environment variable then executing the command specified in there, or adding extra targets in Makefile after including rules.mk.
A while ago somebody added those PRE_MAKE_ALL_RULE_HOOK, POST_MAKE_ALL_RULE_HOOK but I don't remember how those are used.
Giovanni
Maybe checking for an environment variable then executing the command specified in there, or adding extra targets in Makefile after including rules.mk.
A while ago somebody added those PRE_MAKE_ALL_RULE_HOOK, POST_MAKE_ALL_RULE_HOOK but I don't remember how those are used.
Giovanni
Who is online
Users browsing this forum: No registered users and 16 guests