diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-01 11:04:55 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-01 11:04:55 +0000 |
commit | e755722e9001bc986294a4641e1dc2962d0420f1 (patch) | |
tree | f322d68a0871f660a19c32b5cfebed7d62094434 /Porting | |
parent | ba566e15f2fea5ab804d1ca2a5c5c22540e0ee39 (diff) | |
download | perl-e755722e9001bc986294a4641e1dc2962d0420f1.tar.gz |
Regen Glossary et al.
p4raw-id: //depot/perl@20419
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/Glossary | 80 | ||||
-rw-r--r-- | Porting/config.sh | 60 | ||||
-rw-r--r-- | Porting/config_H | 2 |
3 files changed, 71 insertions, 71 deletions
diff --git a/Porting/Glossary b/Porting/Glossary index 302afa1278..91f315b35e 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -3126,14 +3126,14 @@ installsitebin (sitebin.U): a system running AFS, in which case they may differ slightly. You should always use this variable within your makefiles for portability. -installsitehtml1 (sitehtml1.U): - This variable is really the same as sitehtml1exp, unless you are using +installsitehtml1dir (sitehtml1dir.U): + This variable is really the same as sitehtml1direxp, unless you are using AFS in which case it points to the read/write location whereas html1direxp only points to the read-only access location. For extra portability, you should only use this variable within your makefiles. -installsitehtml3 (sitehtml3.U): - This variable is really the same as sitehtml3exp, unless you are using +installsitehtml3dir (sitehtml3dir.U): + This variable is really the same as sitehtml3direxp, unless you are using AFS in which case it points to the read/write location whereas html3direxp only points to the read-only access location. For extra portability, you should only use this variable within your makefiles. @@ -3143,14 +3143,14 @@ installsitelib (sitelib.U): those systems using AFS. For extra portability, only this variable should be used in makefiles. -installsiteman1 (siteman1.U): - This variable is really the same as siteman1exp, unless you are using +installsiteman1dir (siteman1dir.U): + This variable is really the same as siteman1direxp, unless you are using AFS in which case it points to the read/write location whereas man1direxp only points to the read-only access location. For extra portability, you should only use this variable within your makefiles. -installsiteman3 (siteman3.U): - This variable is really the same as siteman3exp, unless you are using +installsiteman3dir (siteman3dir.U): + This variable is really the same as siteman3direxp, unless you are using AFS in which case it points to the read/write location whereas man3direxp only points to the read-only access location. For extra portability, you should only use this variable within your makefiles. @@ -3211,13 +3211,13 @@ installvendorbin (vendorbin.U): those systems using AFS. For extra portability, only this variable should be used in makefiles. -installvendorhtml1 (vendorhtml1.U): - This variable is really the same as vendorhtml1exp but may differ on +installvendorhtml1dir (vendorhtml1dir.U): + This variable is really the same as vendorhtml1direxp but may differ on those systems using AFS. For extra portability, only this variable should be used in makefiles. -installvendorhtml3 (vendorhtml3.U): - This variable is really the same as vendorhtml3exp but may differ on +installvendorhtml3dir (vendorhtml3dir.U): + This variable is really the same as vendorhtml3direxp but may differ on those systems using AFS. For extra portability, only this variable should be used in makefiles. @@ -3226,13 +3226,13 @@ installvendorlib (vendorlib.U): those systems using AFS. For extra portability, only this variable should be used in makefiles. -installvendorman1 (vendorman1.U): - This variable is really the same as vendorman1exp but may differ on +installvendorman1dir (vendorman1dir.U): + This variable is really the same as vendorman1direxp but may differ on those systems using AFS. For extra portability, only this variable should be used in makefiles. -installvendorman3 (vendorman3.U): - This variable is really the same as vendorman3exp but may differ on +installvendorman3dir (vendorman3dir.U): + This variable is really the same as vendorman3direxp but may differ on those systems using AFS. For extra portability, only this variable should be used in makefiles. @@ -4128,7 +4128,7 @@ sitebinexp (sitebin.U): This is the same as the sitebin variable, but is filename expanded at configuration time, for use in your makefiles. -sitehtml1 (sitehtml1.U): +sitehtml1dir (sitehtml1dir.U): This variable contains the name of the directory in which site-specific html source pages are to be put. It is the responsibility of the Makefile.SH to get the value of this into the proper command. @@ -4139,11 +4139,11 @@ sitehtml1 (sitehtml1.U): MakeMaker Makefile.PL or equivalent. See INSTALL for details. -sitehtml1exp (sitehtml1.U): - This variable is the same as the sitehtml1 variable, but is filename +sitehtml1direxp (sitehtml1dir.U): + This variable is the same as the sitehtml1dir variable, but is filename expanded at configuration time, for convenient use in makefiles. -sitehtml3 (sitehtml3.U): +sitehtml3dir (sitehtml3dir.U): This variable contains the name of the directory in which site-specific library html source pages are to be put. It is the responsibility of the Makefile.SH to get the value of this into the proper command. @@ -4154,8 +4154,8 @@ sitehtml3 (sitehtml3.U): MakeMaker Makefile.PL or equivalent. See INSTALL for details. -sitehtml3exp (sitehtml3.U): - This variable is the same as the sitehtml3 variable, but is filename +sitehtml3direxp (sitehtml3dir.U): + This variable is the same as the sitehtml3dir variable, but is filename expanded at configuration time, for convenient use in makefiles. sitelib (sitelib.U): @@ -4178,7 +4178,7 @@ sitelibexp (sitelib.U): This variable is the ~name expanded version of sitelib, so that you may use it directly in Makefiles or shell scripts. -siteman1 (siteman1.U): +siteman1dir (siteman1dir.U): This variable contains the name of the directory in which site-specific manual source pages are to be put. It is the responsibility of the Makefile.SH to get the value of this into the proper command. @@ -4189,11 +4189,11 @@ siteman1 (siteman1.U): MakeMaker Makefile.PL or equivalent. See INSTALL for details. -siteman1exp (siteman1.U): - This variable is the same as the siteman1 variable, but is filename +siteman1direxp (siteman1dir.U): + This variable is the same as the siteman1dir variable, but is filename expanded at configuration time, for convenient use in makefiles. -siteman3 (siteman3.U): +siteman3dir (siteman3dir.U): This variable contains the name of the directory in which site-specific library man source pages are to be put. It is the responsibility of the Makefile.SH to get the value of this into the proper command. @@ -4204,8 +4204,8 @@ siteman3 (siteman3.U): MakeMaker Makefile.PL or equivalent. See INSTALL for details. -siteman3exp (siteman3.U): - This variable is the same as the siteman3 variable, but is filename +siteman3direxp (siteman3dir.U): + This variable is the same as the siteman3dir variable, but is filename expanded at configuration time, for convenient use in makefiles. siteprefix (siteprefix.U): @@ -4744,7 +4744,7 @@ vendorbinexp (vendorbin.U): This variable is the ~name expanded version of vendorbin, so that you may use it directly in Makefiles or shell scripts. -vendorhtml1 (vendorhtml1.U): +vendorhtml1dir (vendorhtml1dir.U): This variable contains the name of the directory for html pages. It may have a ~ on the front. The standard distribution will put nothing in this directory. @@ -4753,11 +4753,11 @@ vendorhtml1 (vendorhtml1.U): MakeMaker Makefile.PL INSTALLDIRS=vendor or equivalent. See INSTALL for details. -vendorhtml1exp (vendorhtml1.U): - This variable is the ~name expanded version of vendorhtml1, so that you +vendorhtml1direxp (vendorhtml1dir.U): + This variable is the ~name expanded version of vendorhtml1dir, so that you may use it directly in Makefiles or shell scripts. -vendorhtml3 (vendorhtml3.U): +vendorhtml3dir (vendorhtml3dir.U): This variable contains the name of the directory for html library pages. It may have a ~ on the front. The standard distribution will put nothing in this directory. @@ -4766,8 +4766,8 @@ vendorhtml3 (vendorhtml3.U): MakeMaker Makefile.PL INSTALLDIRS=vendor or equivalent. See INSTALL for details. -vendorhtml3exp (vendorhtml3.U): - This variable is the ~name expanded version of vendorhtml3, so that you +vendorhtml3direxp (vendorhtml3dir.U): + This variable is the ~name expanded version of vendorhtml3dir, so that you may use it directly in Makefiles or shell scripts. vendorlib (vendorlib.U): @@ -4788,7 +4788,7 @@ vendorlibexp (vendorlib.U): This variable is the ~name expanded version of vendorlib, so that you may use it directly in Makefiles or shell scripts. -vendorman1 (vendorman1.U): +vendorman1dir (vendorman1dir.U): This variable contains the name of the directory for man1 pages. It may have a ~ on the front. The standard distribution will put nothing in this directory. @@ -4797,11 +4797,11 @@ vendorman1 (vendorman1.U): MakeMaker Makefile.PL INSTALLDIRS=vendor or equivalent. See INSTALL for details. -vendorman1exp (vendorman1.U): - This variable is the ~name expanded version of vendorman1, so that you +vendorman1direxp (vendorman1dir.U): + This variable is the ~name expanded version of vendorman1dir, so that you may use it directly in Makefiles or shell scripts. -vendorman3 (vendorman3.U): +vendorman3dir (vendorman3dir.U): This variable contains the name of the directory for man3 pages. It may have a ~ on the front. The standard distribution will put nothing in this directory. @@ -4810,8 +4810,8 @@ vendorman3 (vendorman3.U): MakeMaker Makefile.PL INSTALLDIRS=vendor or equivalent. See INSTALL for details. -vendorman3exp (vendorman3.U): - This variable is the ~name expanded version of vendorman3, so that you +vendorman3direxp (vendorman3dir.U): + This variable is the ~name expanded version of vendorman3dir, so that you may use it directly in Makefiles or shell scripts. vendorprefix (vendorprefix.U): diff --git a/Porting/config.sh b/Porting/config.sh index 0ba4491714..1989faff68 100644 --- a/Porting/config.sh +++ b/Porting/config.sh @@ -8,7 +8,7 @@ # Package name : perl5 # Source directory : . -# Configuration time: Tue Jul 1 10:31:31 EEST 2003 +# Configuration time: Fri Aug 1 15:15:51 EEST 2003 # Configured by : jhi # Target system : osf1 kosh.hut.fi v5.1 2650 alpha @@ -59,11 +59,11 @@ ccdlflags=' -Wl,-rpath,/opt/perl/lib/5.9.0/alpha-dec_osf/CORE' ccflags='-std -D_INTRINSICS -fprm d -ieee -DLANGUAGE_C' ccflags_uselargefiles='' ccname='cc' -ccsymbols='__alpha=1 __ALPHA=1 __Alpha_AXP=1 __arch64__=1 __DATE__="Jul __DECC=1 __DECC_MODE_RELAXED=1 __DECC_VER=60590011 __digital__=1 __IEEE_FLOAT=1 __INITIAL_POINTER_SIZE=0 __LANGUAGE_C__=1 __osf__=1 __PRAGMA_ENVIRONMENT=1 __STDC__=0 __STDC_HOSTED__=1 __STDC_VERSION__=199901L __TIME__="10:32:24" __unix__=1 __X_FLOAT=1 _LONGLONG=1 _SYSTYPE_BSD=1' +ccsymbols='__alpha=1 __ALPHA=1 __Alpha_AXP=1 __arch64__=1 __DATE__="Aug __DECC=1 __DECC_MODE_RELAXED=1 __DECC_VER=60590011 __digital__=1 __IEEE_FLOAT=1 __INITIAL_POINTER_SIZE=0 __LANGUAGE_C__=1 __osf__=1 __PRAGMA_ENVIRONMENT=1 __STDC__=0 __STDC_HOSTED__=1 __STDC_VERSION__=199901L __TIME__="15:16:43" __unix__=1 __X_FLOAT=1 _LONGLONG=1 _SYSTYPE_BSD=1' ccversion='V6.5-011' cf_by='jhi' cf_email='yourname@yourhost.yourplace.com' -cf_time='Tue Jul 1 10:31:31 EEST 2003' +cf_time='Fri Aug 1 15:15:51 EEST 2003' charsize='1' chgrp='' chmod='chmod' @@ -680,21 +680,21 @@ installprivlib='/opt/perl/lib/5.9.0' installscript='/opt/perl/bin' installsitearch='/opt/perl/lib/site_perl/5.9.0/alpha-dec_osf' installsitebin='/opt/perl/bin' -installsitehtml1='' -installsitehtml3='' +installsitehtml1dir='' +installsitehtml3dir='' installsitelib='/opt/perl/lib/site_perl/5.9.0' -installsiteman1='/opt/perl/man/man1' -installsiteman3='/opt/perl/man/man3' +installsiteman1dir='/opt/perl/man/man1' +installsiteman3dir='/opt/perl/man/man3' installsitescript='/opt/perl/bin' installstyle='lib' installusrbinperl='undef' installvendorarch='' installvendorbin='' -installvendorhtml1='' -installvendorhtml3='' +installvendorhtml1dir='' +installvendorhtml3dir='' installvendorlib='' -installvendorman1='' -installvendorman3='' +installvendorman1dir='' +installvendorman3dir='' installvendorscript='' intsize='4' issymlink='test -h' @@ -796,7 +796,7 @@ patchlevel='9' path_sep=':' perl5='perl' perl='' -perl_patchlevel='18374' +perl_patchlevel='20173' perladmin='yourname@yourhost.yourplace.com' perllibs='-lm -lutil' perlpath='/opt/perl/bin/perl5.9.0' @@ -875,17 +875,17 @@ sitearch='/opt/perl/lib/site_perl/5.9.0/alpha-dec_osf' sitearchexp='/opt/perl/lib/site_perl/5.9.0/alpha-dec_osf' sitebin='/opt/perl/bin' sitebinexp='/opt/perl/bin' -sitehtml1=' ' -sitehtml1exp='' -sitehtml3=' ' -sitehtml3exp='' +sitehtml1dir='' +sitehtml1direxp='' +sitehtml3dir='' +sitehtml3direxp='' sitelib='/opt/perl/lib/site_perl/5.9.0' sitelib_stem='/opt/perl/lib/site_perl' sitelibexp='/opt/perl/lib/site_perl/5.9.0' -siteman1='/opt/perl/man/man1' -siteman1exp='/opt/perl/man/man1' -siteman3='/opt/perl/man/man3' -siteman3exp='/opt/perl/man/man3' +siteman1dir='/opt/perl/man/man1' +siteman1direxp='/opt/perl/man/man1' +siteman3dir='/opt/perl/man/man3' +siteman3direxp='/opt/perl/man/man3' siteprefix='/opt/perl' siteprefixexp='/opt/perl' sitescript='/opt/perl/bin' @@ -985,23 +985,23 @@ vendorarch='' vendorarchexp='' vendorbin='' vendorbinexp='' -vendorhtml1=' ' -vendorhtml1exp='' -vendorhtml3=' ' -vendorhtml3exp='' +vendorhtml1dir=' ' +vendorhtml1direxp='' +vendorhtml3dir=' ' +vendorhtml3direxp='' vendorlib='' vendorlib_stem='' vendorlibexp='' -vendorman1=' ' -vendorman1exp='' -vendorman3=' ' -vendorman3exp='' +vendorman1dir=' ' +vendorman1direxp='' +vendorman3dir=' ' +vendorman3direxp='' vendorprefix='' vendorprefixexp='' vendorscript='' vendorscriptexp='' version='5.9.0' -version_patchlevel_string='version 9 subversion 0 patch 18374' +version_patchlevel_string='version 9 subversion 0 patch 20173' versiononly='define' vi='' voidflags='15' @@ -1031,7 +1031,7 @@ PERL_SUBVERSION=0 PERL_API_REVISION=5 PERL_API_VERSION=8 PERL_API_SUBVERSION=0 -PERL_PATCHLEVEL=18374 +PERL_PATCHLEVEL=20173 PERL_CONFIG_SH=true # Variables propagated from previous config.sh file. pp_sys_cflags='' diff --git a/Porting/config_H b/Porting/config_H index b0f570cc9d..8cfbf76742 100644 --- a/Porting/config_H +++ b/Porting/config_H @@ -17,7 +17,7 @@ /* * Package name : perl5 * Source directory : . - * Configuration time: Tue Jul 1 10:31:31 EEST 2003 + * Configuration time: Fri Aug 1 15:15:51 EEST 2003 * Configured by : jhi * Target system : osf1 kosh.hut.fi v5.1 2650 alpha */ |