Date: Sat, 7 Jul 2001 09:36:55 +0200 (CEST) From: Martin Kammerhofer <mkamm@gmx.net> To: FreeBSD-gnats-submit@freebsd.org Subject: docs/28822: handbook: IS_INTERACTIVE vs INTERACTIVE Message-ID: <200107070736.f677atR50474@homebox.kammerhofer.org>
next in thread | raw e-mail | index | archive | help
>Number: 28822 >Category: docs >Synopsis: handbook: IS_INTERACTIVE vs INTERACTIVE >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sun Jul 08 10:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Martin Kammerhofer >Release: FreeBSD 4.3-STABLE i386 >Organization: Graz University of Technology >Environment: System: FreeBSD homebox.kammerhofer.org 4.3-STABLE FreeBSD 4.3-STABLE #2: Thu Jul 5 16:54:13 CEST 2001 admin@homebox.kammerhofer.org:/usr.extra/obj/usr/src/sys/LEND4 i386 >Description: This is a quote from the handbook: 4.5.1.22. I really do not want to spend all day staring at the monitor. Any better ideas? OK, do this before you go to bed/work/the local park: # cd /usr/ports # make -DBATCH install This will install every port that does not require user input. Then, when you come back, do: # cd /usr/ports # make -DIS_INTERACTIVE install to finish the job. From what I read in bsd.port.mk IS_INTERACTIVE has to be used inside a port's Makefile to mark it as interactive, but to tell make(1) to ignore interactive ports one uses INTERACTIVE. >How-To-Repeat: >Fix: s/-DIS_INTERACTIVE/-DINTERACTIVE/ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107070736.f677atR50474>