1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Pass -DBATCH to the child

PR:             137269
Submitted by:   Marcin Wisnicki <mwisnicki+freebsd@gmail.com>
This commit is contained in:
Andrey A. Chernov 2009-08-06 12:23:01 +00:00
parent ed463ca1c7
commit 8f712d32fc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=239026

View File

@ -35,7 +35,9 @@ MAKE_JOBS_UNSAFE= yes
# It asks for list of directories to do test for file locking
# (defaults to /tmp and ".", so return should suffice in most cases).
.if !defined(BATCH) # handled in patch-aa
.if defined(BATCH) # handled in patch-aa
MAKE_ARGS+= -DBATCH
.else
IS_INTERACTIVE= yes
.endif