add KrnMayGetChar implementation
[AROS.git] / tools / MetaMake / TODO
blob6b6e5c423030014d4a783c810365648687be9026
1 - Option for mmake to run it in the current directory only for some
2 target (still considering all deps).
4 - Allow to continue #MM lines
6 - Allow to specify a meta rule for which mmake doesn't call make
7 (ie. mmake will not try to run make on the makefile which contains this
8 metatarget) to avoid "Nothing known about <metatarget>".
10 - MetaMake should convert the source makefiles into makefiles while
11 searching for metatargets. This would allow to modify the metatargets
12 on the fly !