]> git.neil.brown.name Git - portmap.git/commit
respect DESTDIR and dont use -s with install
authorMike Frysinger <vapier@gentoo.org>
Sun, 13 May 2007 21:15:12 +0000 (17:15 -0400)
committerNeil Brown <neilb@suse.de>
Sun, 13 May 2007 23:25:13 +0000 (09:25 +1000)
commit603c59b978c04df2354f68d4a2dc676a758ff46d
treef445b69b49c345ed6f9e46940aa6108add93b8d6
parentce109b524b4cbea96908c8b307c78e5d44f92240
respect DESTDIR and dont use -s with install

$(DESTDIR) is the standard for installing into other trees, not $(BASEDIR) ...
so I've converted the Makefile to use that.  I've also left in $(BASEDIR) as a
default to support old installs; not sure if you'd just cut it.

Stripping should be left to the person to handle, not automatically done by
the install step.  Also, `install -s` always calls `strip` which is
wrong/undesired in cross-compiling scenarios.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Neil Brown <neilb@suse.de>
Makefile