scsh-users
[Top] [All Lists]

Support for DESTDIR in install rules

To: scsh-news@zurich.ai.mit.edu
Subject: Support for DESTDIR in install rules
From: Andreas Voegele <voegelas@gmx.net>
Date: Sun, 27 Apr 2003 16:46:46 +0200
I've added a patch that adds the DESTDIR variable to Makefile.in to
the project page at SourceForge.  The DESTDIR variable, which is by
default empty, i.e. it does not alter the normal functionality of the
Makefile, simplifies the creation of binary packages, e.g. RPMs:

sh configure --prefix /usr
make
make DESTDIR=/tmp/staging install

Automake's DESTDIR support is described in
http://sources.redhat.com/automake/automake.html#Install under the
heading "Staged installs".  DESTDIR is also mentioned in the GNU
Coding Standards: http://www.gnu.org/prep/standards_53.html

<Prev in Thread] Current Thread [Next in Thread>
  • Support for DESTDIR in install rules, Andreas Voegele <=