From owner-cvs-all@FreeBSD.ORG Sat Aug 9 12:11:21 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD60937B401; Sat, 9 Aug 2003 12:11:21 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70AA743F93; Sat, 9 Aug 2003 12:11:21 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h79JBL0U041032; Sat, 9 Aug 2003 12:11:21 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h79JBLQw041031; Sat, 9 Aug 2003 12:11:21 -0700 (PDT) Message-Id: <200308091911.h79JBLQw041031@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 9 Aug 2003 12:11:20 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/acpi/acpidb Makefilesrc/usr.sbin/acpi/iasl Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Aug 2003 19:11:22 -0000 marcel 2003/08/09 12:11:20 PDT FreeBSD src repository Modified files: usr.sbin/acpi/acpidb Makefile usr.sbin/acpi/iasl Makefile Log: Apparently I limited my testing of the ductape and bubblegum solution to acpidb. The same problem exists in iasl. Add JIT patching there too. Add a comment to both makefiles to increase the chance that both kludges are removed when a real solution is committed. Revision Changes Path 1.3 +1 -0 src/usr.sbin/acpi/acpidb/Makefile 1.2 +6 -1 src/usr.sbin/acpi/iasl/Makefile