DEV-024 / nintendon-t

Automatically exported from code.google.com/p/nintendon-t
0 stars 0 forks source link

Makefile cleanups #64

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I noticed that some of the Nintendont Makefiles were using separate steps for 
compilation and dependency generation. I combined them into a single rule using 
-MMD, which should reduce build time by a bit.

Attached is a patch containing the changes.

Based on Nintendont r146.

Original issue reported on code.google.com by gerbilsoft on 19 Aug 2014 at 12:20

Attachments:

GoogleCodeExporter commented 8 years ago
Second patch: Actually include the generated dependency files.

Both patches need to be applied for fast dependency generation to work 
correctly.

Original comment by gerbilsoft on 19 Aug 2014 at 12:28

Attachments: