interwiki making is broken
Status: Beta
Brought to you by:
worden
Crap, the new architecture where WW provides a list of source files and the makefile uses that list to find .mk files is a problem for projects that cross wiki boundaries, because WW doesn't have the list of source files for other wikis' projects. $(MAKE) -C goes over to the other directory, and when it gets there, it doesn't include any .mk files.
Anonymous
Maybe the best way is to go forward, not backward, and get the machine-generated project makefiles in place, because they will fix this - each project's makefile will record its list of source files, making them available no matter which wiki you start from.
But what about in the meantime? Maybe put in a workaround where it uses *.mk only in the case that the project seems to have no source files? (or actually detect when we switch to a different wiki's directory tree)