From a746536c51556009404165f622da9f354b1d0aac Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Sun, 23 Apr 1995 13:03:24 +0000 Subject: [PATCH] Document COPTFLAGS in addition to CFLAGS. --- etc/defaults/make.conf | 5 ++++- etc/make.conf | 5 ++++- share/examples/etc/make.conf | 5 ++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index 897c27037295..3d4f5f52b984 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.15 1995/03/20 21:35:15 jkh Exp $ +# $Id: make.conf,v 1.16 1995/03/21 02:55:33 phk 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,9 @@ #NOPROFILE= no_way # Avoid compiling profiled libraries # +# To compile the kernel with special optimisations, you can use this: +# +#COPTFLAGS= -O -pipe # # To compile and install the 4.4 lite libm instead of the default use: # diff --git a/etc/make.conf b/etc/make.conf index 897c27037295..3d4f5f52b984 100644 --- a/etc/make.conf +++ b/etc/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.15 1995/03/20 21:35:15 jkh Exp $ +# $Id: make.conf,v 1.16 1995/03/21 02:55:33 phk 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,9 @@ #NOPROFILE= no_way # Avoid compiling profiled libraries # +# To compile the kernel with special optimisations, you can use this: +# +#COPTFLAGS= -O -pipe # # To compile and install the 4.4 lite libm instead of the default use: # diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index 897c27037295..3d4f5f52b984 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.15 1995/03/20 21:35:15 jkh Exp $ +# $Id: make.conf,v 1.16 1995/03/21 02:55:33 phk 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,9 @@ #NOPROFILE= no_way # Avoid compiling profiled libraries # +# To compile the kernel with special optimisations, you can use this: +# +#COPTFLAGS= -O -pipe # # To compile and install the 4.4 lite libm instead of the default use: #