From owner-cvs-sys Wed Apr 2 21:57:21 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA28523 for cvs-sys-outgoing; Wed, 2 Apr 1997 21:57:21 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA28514; Wed, 2 Apr 1997 21:57:18 -0800 (PST) Date: Wed, 2 Apr 1997 21:57:18 -0800 (PST) From: "Justin T. Gibbs" Message-Id: <199704030557.VAA28514@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/dev/aic7xxx Makefile src/sys/i386/conf files.i386 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 97/04/02 21:57:18 Modified: sys/dev/aic7xxx Makefile Log: CFLAGS += -I. so that building in an obj directory works. Revision Changes Path 1.2 +3 -1 src/sys/dev/aic7xxx/Makefile Modified: sys/i386/conf files.i386 Log: make obj before building the aic7xxx assembler. This puts the object files in the right place. The clean rule still isn't quite right since currently config doesn't allow the specification of arbitrary clean rules. Revision Changes Path 1.158 +3 -3 src/sys/i386/conf/files.i386