Deleted Added
full compact
bsd.obj.mk (15353) bsd.obj.mk (15948)
1# $Id: bsd.obj.mk,v 1.2 1996/04/09 22:43:33 wosch Exp $
1# $Id: bsd.obj.mk,v 1.3 1996/04/22 23:31:39 wosch Exp $
2#
3# The include file <bsd.obj.mk> handles creating 'obj' directory
4# and cleaning up object files, log files etc.
5#
6#
7# +++ variables +++
8#
9# BSDSRCDIR The real path to the system sources, so that 'make obj'
10# will work correctly. [/usr/src]
11#
12# BSDOBJDIR The real path to the system 'obj' tree, so that 'make obj'
13# will work correctly. [/usr/obj]
14#
2#
3# The include file <bsd.obj.mk> handles creating 'obj' directory
4# and cleaning up object files, log files etc.
5#
6#
7# +++ variables +++
8#
9# BSDSRCDIR The real path to the system sources, so that 'make obj'
10# will work correctly. [/usr/src]
11#
12# BSDOBJDIR The real path to the system 'obj' tree, so that 'make obj'
13# will work correctly. [/usr/obj]
14#
15# CLEANFILES Additional files to remove for the clean and cleandir targets.
16#
15# MAKEOBJDIR A file name to the directory where the targets
17# MAKEOBJDIR A file name to the directory where the targets
16# are built. [obj]
18# are built. Note: MAKEOBJDIR is an *enviroment* variable
19# and does work proper only if set as enviroment variable,
20# not as global or command line variable! [obj]
17#
21#
22# E.g. use `env MAKEOBJDIR=obj-amd make'
23#
18# NOOBJ Do not create 'obj' directory if defined. [not set]
19#
20# NOOBJLINK Create 'obj' directory in current directory instead
21# a symbolic link to the 'obj' tree if defined. [not set]
22#
23#
24# +++ targets +++
25#

--- 68 unchanged lines hidden ---
24# NOOBJ Do not create 'obj' directory if defined. [not set]
25#
26# NOOBJLINK Create 'obj' directory in current directory instead
27# a symbolic link to the 'obj' tree if defined. [not set]
28#
29#
30# +++ targets +++
31#

--- 68 unchanged lines hidden ---