diff options
| author | Mark Murray <markm@FreeBSD.org> | 1999-01-17 09:53:34 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 1999-01-17 09:53:34 +0000 |
| commit | 3aabd80bd9a7f3f7764f7278bba008af67bb14e0 (patch) | |
| tree | 2fdf5f53fdb2c3ccf11df718a27f1aa0c8f1675d /gnu/usr.bin | |
| parent | 400c9756b55ce3469ce9607b36133a3a1a40088f (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/perl/libperl/config.SH-aout.i386 | 8 | ||||
| -rw-r--r-- | gnu/usr.bin/perl/libperl/config.SH-elf.alpha | 8 | ||||
| -rw-r--r-- | gnu/usr.bin/perl/libperl/config.SH-elf.i386 | 8 |
3 files changed, 12 insertions, 12 deletions
diff --git a/gnu/usr.bin/perl/libperl/config.SH-aout.i386 b/gnu/usr.bin/perl/libperl/config.SH-aout.i386 index a7c0b95fd27c..aa510e3221a7 100644 --- a/gnu/usr.bin/perl/libperl/config.SH-aout.i386 +++ b/gnu/usr.bin/perl/libperl/config.SH-aout.i386 @@ -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.8 1999/01/14 20:27:26 markm Exp $ +# $Id: config.SH-aout.i386,v 1.9 1999/01/15 04:14:52 ache Exp $ # # Package name : perl5 # Source directory : . -# Configuration time: $Date: 1999/01/14 20:27:26 $ +# Configuration time: $Date: 1999/01/15 04:14:52 $ # 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: 1999/01/14 20:27:26 $' +cf_time='$Date: 1999/01/15 04:14:52 $' 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' diff --git a/gnu/usr.bin/perl/libperl/config.SH-elf.alpha b/gnu/usr.bin/perl/libperl/config.SH-elf.alpha index 6f16d10eb8dd..9d41d8b9afab 100644 --- a/gnu/usr.bin/perl/libperl/config.SH-elf.alpha +++ b/gnu/usr.bin/perl/libperl/config.SH-elf.alpha @@ -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.9 1999/01/14 20:27:26 markm Exp $ +# $Id: config.SH-elf.alpha,v 1.10 1999/01/15 04:14:52 ache Exp $ # # Package name : perl5 # Source directory : . -# Configuration time: $Date: 1999/01/14 20:27:26 $ +# Configuration time: $Date: 1999/01/15 04:14:52 $ # 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: 1999/01/14 20:27:26 $' +cf_time='$Date: 1999/01/15 04:14:52 $' 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' diff --git a/gnu/usr.bin/perl/libperl/config.SH-elf.i386 b/gnu/usr.bin/perl/libperl/config.SH-elf.i386 index 37ac5431492a..026bf5b4733b 100644 --- a/gnu/usr.bin/perl/libperl/config.SH-elf.i386 +++ b/gnu/usr.bin/perl/libperl/config.SH-elf.i386 @@ -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.8 1999/01/14 20:27:26 markm Exp $ +# $Id: config.SH-elf.i386,v 1.9 1999/01/15 04:14:52 ache Exp $ # # Package name : perl5 # Source directory : . -# Configuration time: $Date: 1999/01/14 20:27:26 $ +# Configuration time: $Date: 1999/01/15 04:14:52 $ # 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: 1999/01/14 20:27:26 $' +cf_time='$Date: 1999/01/15 04:14:52 $' 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' |
