summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2004-02-25 14:17:36 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2004-02-25 14:17:36 +0000
commitf42cdba3630a021e52f6f5fc42ca9c60e7cea4f0 (patch)
tree34d6c95a088d6c13959e4f6efb597d35d33413f2 /app-editors
parentSmall update to force the rebuild of Manifest (Manifest recommit) (diff)
downloadgentoo-2-f42cdba3630a021e52f6f5fc42ca9c60e7cea4f0.tar.gz
gentoo-2-f42cdba3630a021e52f6f5fc42ca9c60e7cea4f0.tar.bz2
gentoo-2-f42cdba3630a021e52f6f5fc42ca9c60e7cea4f0.zip
Closing #37593.
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/vi/ChangeLog5
-rw-r--r--app-editors/vi/vi-3.7-r5.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/app-editors/vi/ChangeLog b/app-editors/vi/ChangeLog
index 1b600daa6fc8..9d063475f5ab 100644
--- a/app-editors/vi/ChangeLog
+++ b/app-editors/vi/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/vi
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/vi/ChangeLog,v 1.21 2004/02/22 15:59:33 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vi/ChangeLog,v 1.22 2004/02/25 14:17:36 aliz Exp $
+
+ 25 Feb 2004; Daniel Ahlberg <aliz@gentoo.org> vi-3.7-r5.ebuild:
+ Add make clean before building. Closing #37593.
22 Feb 2004; Aron Griffis <agriffis@gentoo.org> vi-3.7-r4.ebuild,
vi-3.7-r5.ebuild:
diff --git a/app-editors/vi/vi-3.7-r5.ebuild b/app-editors/vi/vi-3.7-r5.ebuild
index 4746ab93f2f1..ef246567b1c7 100644
--- a/app-editors/vi/vi-3.7-r5.ebuild
+++ b/app-editors/vi/vi-3.7-r5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/vi/vi-3.7-r5.ebuild,v 1.3 2004/02/22 15:59:33 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vi/vi-3.7-r5.ebuild,v 1.4 2004/02/25 14:17:36 aliz Exp $
IUSE=""
@@ -28,6 +28,7 @@ src_compile() {
# WARN is set in the environment in /sbin/functions.sh
# (unfortunately generic variable name). Need to reset on the
# make command-line to keep from breaking the build.
+ make clean || die
make DESTDIR=/usr \
TERMLIB=termlib \
PRESERVEDIR=/var/lib/expreserve \