X-Git-Url: https://perl5.git.perl.org/metaconfig.git/blobdiff_plain/f6353537feea802e8f025245ad51bd2aadd3582f..683dcd9d46a20314a0bb090a34ff78e4ce083ec9:/U/perl/time_size.U diff --git a/U/perl/time_size.U b/U/perl/time_size.U index cb1be54..0741ea1 100644 --- a/U/perl/time_size.U +++ b/U/perl/time_size.U @@ -59,7 +59,9 @@ case $i_values in *) yyy="" ;; esac -$cat >try.c <try.c < #include #include @@ -122,17 +124,21 @@ int main (int argc, char *argv[]) return (0); } /* main */ EOCP -set try -if eval $compile; then - eval `$run ./try` -else - echo "Cannot determine sGMTIME_max and sGMTIME_min." >&4 - fi -$rm_try + set try + if eval $compile; then + eval `$run ./try` + else + echo "Cannot determine sGMTIME_max and sGMTIME_min." >&4 + fi + $rm_try + ;; + esac echo "Checking max offsets that localtime () accepts" -$cat >try.c <try.c < #include #include @@ -194,11 +200,13 @@ int main (int argc, char *argv[]) return (0); } /* main */ EOCP -set try -if eval $compile; then - eval `$run ./try` -else - echo "Cannot determine sLOCALTIME_max and sLOCALTIME_min." >&4 - fi -$rm_try + set try + if eval $compile; then + eval `$run ./try` + else + echo "Cannot determine sLOCALTIME_max and sLOCALTIME_min." >&4 + fi + $rm_try + ;; + esac