pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/build run ${_ULIMIT_CMD} in build-env target



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ec09cd007323
branches:  trunk
changeset: 552831:ec09cd007323
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sat Jan 10 15:59:29 2009 +0000

description:
run ${_ULIMIT_CMD} in build-env target

diffstat:

 mk/build/build.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 1e0ee37d9103 -r ec09cd007323 mk/build/build.mk
--- a/mk/build/build.mk Sat Jan 10 10:02:00 2009 +0000
+++ b/mk/build/build.mk Sat Jan 10 15:59:29 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: build.mk,v 1.18 2008/12/04 00:05:33 rillig Exp $
+# $NetBSD: build.mk,v 1.19 2009/01/10 15:59:29 tnn Exp $
 #
 # This file defines what happens in the build phase, excluding the
 # self-test, which is defined in test.mk.
@@ -142,7 +142,7 @@
 .if !target(do-build)
 do-build:
 .  for _dir_ in ${BUILD_DIRS}
-       ${RUN}${_ULIMIT_CMD}                    \
+       ${RUN}${_ULIMIT_CMD}                                            \
        cd ${WRKSRC} && cd ${_dir_} &&                                  \
        ${BUILD_MAKE_CMD} ${BUILD_TARGET}
 .  endfor
@@ -162,7 +162,7 @@
 .if defined(_PKGSRC_BARRIER)
 build-env: .PHONY configure
        @${STEP_MSG} "Entering the build environment for ${PKGNAME}"
-       ${RUN}                                  \
+       ${RUN}${_ULIMIT_CMD}                                            \
        cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${BUILD_ENV_SHELL}
 .else
 build-env: barrier



Home | Main Index | Thread Index | Old Index