]> Zhao Yanbai Git Server - minix.git/commit
cd subdir && $(MAKE) targets -> $(MAKE) -C subdir targets
authorTomas Hruby <tom@minix3.org>
Tue, 22 Jun 2010 12:03:09 +0000 (12:03 +0000)
committerTomas Hruby <tom@minix3.org>
Tue, 22 Jun 2010 12:03:09 +0000 (12:03 +0000)
commit21725c107d71d6bdd4fbe65ce32d3157eb52b619
tree48a396c6d525d99e83d58109b91e3fbf6d5968cb
parent3eed5d3bdb3d3a7bee0dc38853ef04b2130a046e
cd subdir && $(MAKE) targets -> $(MAKE) -C subdir targets

- first step towards parallel building
Makefile
drivers/ramdisk/Makefile
lib/Makefile
test/Makefile
test/ipc/Makefile
tools/Makefile