Skip to content
Snippets Groups Projects
Commit e70ae31b authored by Fons Rademakers's avatar Fons Rademakers
Browse files

add reminder about usage of DESTDIR in install target.

git-svn-id: http://root.cern.ch/svn/root/trunk@19455 27541ba8-7e3a-0410-8455-c3a389f83636
parent e40733ea
No related branches found
No related tags found
No related merge requests found
......@@ -768,6 +768,13 @@ html: $(ROOTEXE) changelog
@$(MAKELOGHTML)
@$(MAKEHTML)
# Use DESTDIR to set a sandbox prior to calling "make install", e.g.:
# ./configure --prefix=/usr/
# make
# DESTDIR=/tmp/root_install/ make install
# cd /tmp/root_install
# tar czf ~/root-vxxxx.tar.gz usr
# Needed to create e.g. rpms.
install: all
@if [ -d $(DESTDIR)$(BINDIR) ]; then \
inode1=`ls -id $(DESTDIR)$(BINDIR) | awk '{ print $$1 }'`; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment