pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Change leading spaces into a tab to fix clean if WR...
details: https://anonhg.NetBSD.org/pkgsrc/rev/31b3e53fd970
branches: trunk
changeset: 506586:31b3e53fd970
user: jlam <jlam%pkgsrc.org@localhost>
date: Thu Jan 19 16:19:37 2006 +0000
description:
Change leading spaces into a tab to fix clean if WRKOBJDIR is defined.
diffstat:
mk/bsd.pkg.clean.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 7af177deeec7 -r 31b3e53fd970 mk/bsd.pkg.clean.mk
--- a/mk/bsd.pkg.clean.mk Thu Jan 19 16:11:10 2006 +0000
+++ b/mk/bsd.pkg.clean.mk Thu Jan 19 16:19:37 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.clean.mk,v 1.1 2006/01/19 16:11:10 jlam Exp $
+# $NetBSD: bsd.pkg.clean.mk,v 1.2 2006/01/19 16:19:37 jlam Exp $
#
# This Makefile fragment is included to bsd.pkg.mk and defines the
# relevant variables and targets for the "clean" phase.
@@ -63,7 +63,7 @@
. if defined(WRKOBJDIR)
-${_PKG_SILENT}${_PKG_DEBUG} \
${RMDIR} ${BUILD_DIR} 2>/dev/null; \
- ${RM} -f ${WRKDIR_BASENAME}
+ ${RM} -f ${WRKDIR_BASENAME}
. endif
.endif
Home |
Main Index |
Thread Index |
Old Index