Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Aug 1997 17:23:12 +0200 (MET DST)
From:      Wolfram Schneider <wosch@apfel.de>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   conf/4363: kernel build depend on make obj
Message-ID:  <199708231523.RAA00432@panke.panke.de>
Resent-Message-ID: <199708231550.IAA22907@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         4363
>Category:       conf
>Synopsis:       kernel build depend on make obj
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 23 08:50:01 PDT 1997
>Last-Modified:
>Originator:     Wolfram Schneider
>Organization:
>Release:        FreeBSD 2.2-RELEASE i386
>Environment:
>Description:

Kernel build depend on make obj and want write object
files into /usr/obj. Compiling should work without a
separate object tree so non root users you can build kernels.


/tmp/sys/compile/mykernel/Makefile:
aic7xxx_asm: $S/dev/aic7xxx/*.[chyl]
        cd $S/dev/aic7xxx; make obj; make BINDIR=${.CURDIR} all install
                           ^^^^^^^^^

/usr/cvs/src/sys/i386/conf/files.i386,v
revision 1.158
date: 1997/04/03 05:57:16;  author: gibbs;  state: Exp;  lines: +3 -3
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.
----------------------------
>How-To-Repeat:
>Fix:
>Audit-Trail:
>Unformatted:




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199708231523.RAA00432>