fix optimize= settings - configpm understand only =' or =" as variables

and treat any other stuff as comments
This commit is contained in:
Andrey A. Chernov 1999-01-15 04:14:52 +00:00
parent 34d8315bd9
commit 4e910ae91f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=42684
3 changed files with 12 additions and 12 deletions

View file

@ -5,12 +5,12 @@
# do not forget to propagate your changes by running "Configure -der". You may
# instead choose to run each of the .SH files by yourself, or "Configure -S".
#
# $Id: config.SH-aout.i386,v 1.7 1998/10/17 07:10:43 markm Exp $
# $Id: config.SH-aout.i386,v 1.8 1999/01/14 20:27:26 markm Exp $
#
# Package name : perl5
# Source directory : .
# Configuration time: $Date: 1998/10/17 07:10:43 $
# Configuration time: $Date: 1999/01/14 20:27:26 $
# Configured by : markm
# Target system : freebsd 3.0-current #0:
@ -55,7 +55,7 @@ ccdlflags=' '
ccflags=''
cf_by='markm'
cf_email='markm@freebsd.org'
cf_time='$Date: 1998/10/17 07:10:43 $'
cf_time='$Date: 1999/01/14 20:27:26 $'
chgrp=''
chmod=''
chown=''
@ -461,7 +461,7 @@ nonxs_ext='Errno'
nroff='nroff'
o_nonblock='O_NONBLOCK'
obj_ext='.o'
optimize=${CFLAGS:-''}
optimize="${CFLAGS}"
orderlib='false'
osname='freebsd'
osvers='3.0-current'

View file

@ -5,12 +5,12 @@
# do not forget to propagate your changes by running "Configure -der". You may
# instead choose to run each of the .SH files by yourself, or "Configure -S".
#
# $Id: config.SH-elf.alpha,v 1.8 1998/10/17 07:10:43 markm Exp $
# $Id: config.SH-elf.alpha,v 1.9 1999/01/14 20:27:26 markm Exp $
#
# Package name : perl5
# Source directory : .
# Configuration time: $Date: 1998/10/17 07:10:43 $
# Configuration time: $Date: 1999/01/14 20:27:26 $
# Configured by : markm
# Target system : freebsd 3.0-current #0:
@ -55,7 +55,7 @@ ccdlflags=' '
ccflags=''
cf_by='markm'
cf_email='markm@freebsd.org'
cf_time='$Date: 1998/10/17 07:10:43 $'
cf_time='$Date: 1999/01/14 20:27:26 $'
chgrp=''
chmod=''
chown=''
@ -461,7 +461,7 @@ nonxs_ext='Errno'
nroff='nroff'
o_nonblock='O_NONBLOCK'
obj_ext='.o'
optimize=${CFLAGS:-''}
optimize="${CFLAGS}"
orderlib='false'
osname='freebsd'
osvers='3.0-current'

View file

@ -5,12 +5,12 @@
# do not forget to propagate your changes by running "Configure -der". You may
# instead choose to run each of the .SH files by yourself, or "Configure -S".
#
# $Id: config.SH-elf.i386,v 1.7 1998/10/17 07:10:43 markm Exp $
# $Id: config.SH-elf.i386,v 1.8 1999/01/14 20:27:26 markm Exp $
#
# Package name : perl5
# Source directory : .
# Configuration time: $Date: 1998/10/17 07:10:43 $
# Configuration time: $Date: 1999/01/14 20:27:26 $
# Configured by : markm
# Target system : freebsd 3.0-current #0:
@ -55,7 +55,7 @@ ccdlflags=' '
ccflags=''
cf_by='markm'
cf_email='markm@freebsd.org'
cf_time='$Date: 1998/10/17 07:10:43 $'
cf_time='$Date: 1999/01/14 20:27:26 $'
chgrp=''
chmod=''
chown=''
@ -461,7 +461,7 @@ nonxs_ext='Errno'
nroff='nroff'
o_nonblock='O_NONBLOCK'
obj_ext='.o'
optimize=${CFLAGS:-''}
optimize="${CFLAGS}"
orderlib='false'
osname='freebsd'
osvers='3.0-current'