]> git.sur5r.net Git - cc65/commit
Replaced elaborate install logic with just a bunch of symlinks.
authorOliver Schmidt <ol.sc@web.de>
Sun, 28 Apr 2013 20:30:18 +0000 (22:30 +0200)
committerOliver Schmidt <ol.sc@web.de>
Sun, 28 Apr 2013 20:30:18 +0000 (22:30 +0200)
commit9fece990bea6525bec5afd8b60d1c731a4d13839
tree2bf69f2652f4829d74ecd24d4e046cef9707ed48
parentb5a735a58e3843f7f8e9dfd3bc018eac92c21184
Replaced elaborate install logic with just a bunch of symlinks.

Maybe I'm naive but even after thinking about it for quite
some time I can't see why it should hurt to just build the
cc65 binaries from the sources "in place" and have 'make
install' simply create some symlinks in usr/local/bin.

The new Makfile builds the binaries with builtin search paths
matching their build location. So the symlinks in usr/local/bin
allow to allow to use them out-of-the-box without additional
environment variables.
make/gcc.mak [deleted file]
make/install-sh [deleted file]
src/Makefile