]> git.sur5r.net Git - cc65/commit
Added commands to copy the extra-object modules for all targets.
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 2 May 2011 19:29:05 +0000 (19:29 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 2 May 2011 19:29:05 +0000 (19:29 +0000)
commit73a7cf8c8c93a23db2f2b989a56b124613e2212b
tree15bb97e9d78265ede7dd1dfe1fd0a66d04ae96fd
parentbc9e55cbab5ef1dcef3fb0c3fe862071cd1e9cff
Added commands to copy the extra-object modules for all targets.
These two patches speed up library building:
Do the "runtime" directory before doing the platform directory, because
platform drivers need a file from the runtime directory (the old code
ran "runtime/Makefile" three times for each target!!!).
Clean only the shared directories -- the target directories don't need
cleaning.
Changes by Greg King.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5019 b7a2c559-68d2-44c3-8de9-860c34a00d81
libsrc/Makefile