pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/python21 Generate files at "build" instead of "in...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1ca5909215da
branches: trunk
changeset: 494744:1ca5909215da
user: minskim <minskim%pkgsrc.org@localhost>
date: Sun May 29 09:40:09 2005 +0000
description:
Generate files at "build" instead of "install" so that "make clean"
always work.
diffstat:
lang/python21/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 9f6038d051bb -r 1ca5909215da lang/python21/Makefile
--- a/lang/python21/Makefile Sun May 29 09:28:08 2005 +0000
+++ b/lang/python21/Makefile Sun May 29 09:40:09 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2005/05/29 08:03:25 minskim Exp $
+# $NetBSD: Makefile,v 1.22 2005/05/29 09:40:09 minskim Exp $
#
DISTNAME= Python-2.1.3
@@ -25,6 +25,7 @@
PY_VER_SUFFIX= 2.1
+BUILD_TARGET= all ./Lib/plat-${PY_PLATNAME}
INSTALL_TARGET= altinstall
.include "../../mk/bsd.prefs.mk"
Home |
Main Index |
Thread Index |
Old Index