Rev 1539: Avoid DESTDIR to be empty. in http://people.samba.org/bzr/jelmer/bzr-svn/trunk
Jelmer Vernooij
jelmer at samba.org
Sat Aug 2 23:00:12 BST 2008
At http://people.samba.org/bzr/jelmer/bzr-svn/trunk
------------------------------------------------------------
revno: 1539
revision-id: jelmer at samba.org-20080802220011-yeyim9bmt1hhp7jb
parent: jelmer at samba.org-20080802215655-afgn4v511esnwbns
author: Miklos Vajna <vmiklos at frugalware.org>
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.4
timestamp: Sun 2008-08-03 00:00:11 +0200
message:
Avoid DESTDIR to be empty.
modified:
Makefile makefile.other-20080311181537-5svhje3v1flh1n4f-1
=== modified file 'Makefile'
--- a/Makefile 2008-08-02 21:56:55 +0000
+++ b/Makefile 2008-08-02 22:00:11 +0000
@@ -21,7 +21,12 @@
$(SETUP) build_ext --inplace --debug
install::
+ifneq ($(DESTDIR),)
$(SETUP) install --root "$(DESTDIR)"
+else
+ $(SETUP) install
+endif
+
clean::
$(SETUP) clean
More information about the bazaar-commits
mailing list