pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk Remove rules named after subdirectories. Proposed o...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/567d44d05ddd
branches:  trunk
changeset: 548419:567d44d05ddd
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Oct 14 22:35:19 2008 +0000

description:
Remove rules named after subdirectories. Proposed on Oct 08 on tech-pkg
as it breaks having subdirectories named like main pkgsrc targets.

diffstat:

 mk/bsd.pkg.subdir.mk |  10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

diffs (24 lines):

diff -r b60b98f35bb0 -r 567d44d05ddd mk/bsd.pkg.subdir.mk
--- a/mk/bsd.pkg.subdir.mk      Tue Oct 14 21:04:26 2008 +0000
+++ b/mk/bsd.pkg.subdir.mk      Tue Oct 14 22:35:19 2008 +0000
@@ -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 @@
                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 \



Home | Main Index | Thread Index | Old Index