Add the (commented out) OBJLINK hook.
This commit is contained in:
parent
6a2631bf25
commit
4012436276
@ -1,4 +1,4 @@
|
||||
# $Id: make.conf,v 1.29 1996/04/16 11:47:29 ache Exp $
|
||||
# $Id: make.conf,v 1.30 1996/04/21 08:56:32 asami Exp $
|
||||
#
|
||||
# This file, if present, will be read by make (see /usr/share/mk/sys.mk).
|
||||
# It allows you to override macro definitions to make without changing
|
||||
@ -18,6 +18,10 @@
|
||||
#NOPROFILE= true
|
||||
# Avoid compiling profiled libraries
|
||||
#
|
||||
# To have 'obj' symlinks created in your source directory
|
||||
# (they aren't needed/necessary)
|
||||
#OBJLINK= yes
|
||||
#
|
||||
# To compile the kernel with special optimisations, you can use this:
|
||||
#
|
||||
#COPTFLAGS= -O -pipe
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id: make.conf,v 1.29 1996/04/16 11:47:29 ache Exp $
|
||||
# $Id: make.conf,v 1.30 1996/04/21 08:56:32 asami Exp $
|
||||
#
|
||||
# This file, if present, will be read by make (see /usr/share/mk/sys.mk).
|
||||
# It allows you to override macro definitions to make without changing
|
||||
@ -18,6 +18,10 @@
|
||||
#NOPROFILE= true
|
||||
# Avoid compiling profiled libraries
|
||||
#
|
||||
# To have 'obj' symlinks created in your source directory
|
||||
# (they aren't needed/necessary)
|
||||
#OBJLINK= yes
|
||||
#
|
||||
# To compile the kernel with special optimisations, you can use this:
|
||||
#
|
||||
#COPTFLAGS= -O -pipe
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id: make.conf,v 1.29 1996/04/16 11:47:29 ache Exp $
|
||||
# $Id: make.conf,v 1.30 1996/04/21 08:56:32 asami Exp $
|
||||
#
|
||||
# This file, if present, will be read by make (see /usr/share/mk/sys.mk).
|
||||
# It allows you to override macro definitions to make without changing
|
||||
@ -18,6 +18,10 @@
|
||||
#NOPROFILE= true
|
||||
# Avoid compiling profiled libraries
|
||||
#
|
||||
# To have 'obj' symlinks created in your source directory
|
||||
# (they aren't needed/necessary)
|
||||
#OBJLINK= yes
|
||||
#
|
||||
# To compile the kernel with special optimisations, you can use this:
|
||||
#
|
||||
#COPTFLAGS= -O -pipe
|
||||
|
Loading…
Reference in New Issue
Block a user