How can I test out a build of just certain files, instead of the whole tree, while Im changing code?
Change into your objdir, change down to the specific directory where you want to build (the directory structure of the objdir matches the structure of the source dirs), and type just “make” (or “gmake” if necessary). This only works if you find a directory that contains a “Makefile” (the equivalent directory in the source tree will contain a “Makefile.in”). If you want to get even more specific than that, you can try “make
Related Questions
- Since the order of insertions into the priority queue and the implementation of the priority queue may have an impact on the final code tree, how can I test my implementation?
- The test harness is not distributed. To build it, get the source tree as described in Q:How do I get and compile the source code for AspectJ?
- How can I test out a build of just certain files, instead of the whole tree, while Im changing code?