summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.subdir.mk
diff options
context:
space:
mode:
authorjoerg <joerg>2008-10-14 22:35:19 +0000
committerjoerg <joerg>2008-10-14 22:35:19 +0000
commit43943f92e0233634e488ad0f302aeb64bc992c26 (patch)
tree71616f0606f842ace41cabacd7ea55ad0a9947a2 /mk/bsd.pkg.subdir.mk
parent10483125b66f88b948e39342c4ba41a8bc9d5ec9 (diff)
downloadpkgsrc-43943f92e0233634e488ad0f302aeb64bc992c26.tar.gz
Remove rules named after subdirectories. Proposed on Oct 08 on tech-pkg
as it breaks having subdirectories named like main pkgsrc targets.
Diffstat (limited to 'mk/bsd.pkg.subdir.mk')
-rw-r--r--mk/bsd.pkg.subdir.mk10
1 files changed, 1 insertions, 9 deletions
diff --git a/mk/bsd.pkg.subdir.mk b/mk/bsd.pkg.subdir.mk
index 9c0f0e4f135..97783443a25 100644
--- a/mk/bsd.pkg.subdir.mk
+++ b/mk/bsd.pkg.subdir.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.subdir.mk,v 1.69 2007/10/13 11:04:16 dsl Exp $
+# $NetBSD: bsd.pkg.subdir.mk,v 1.70 2008/10/14 22:35:19 joerg Exp $
# Derived from: FreeBSD Id: bsd.port.subdir.mk,v 1.19 1997/03/09 23:10:56 wosch Exp
# from: @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91
#
@@ -65,14 +65,6 @@ _SUBDIRUSE: .USE
fi; \
done
-${SUBDIR}::
- @if [ -d ${.TARGET}.${MACHINE} ]; then \
- cd ${.CURDIR}/${.TARGET}.${MACHINE}; \
- else \
- cd ${.CURDIR}/${.TARGET}; \
- fi; \
- ${RECURSIVE_MAKE} ${MAKEFLAGS} all
-
.for __target in all fetch package extract configure build clean \
cleandir distclean depend describe reinstall tags checksum \
makedistinfo makepatchsum makesum mirror-distfiles deinstall \