Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrated from rt.perl.org#878 (status was 'resolved')
Searchable as RT878$
The text was updated successfully, but these errors were encountered:
This patch applies to perl 5.005_57. A separate patch for _03 is already on its way.
Andy Dougherty doughera@lafayette.edu Dept. of Physics Lafayette College, Easton PA 18042
diff -r -u perl5.005_57/Makefile.SH perl5.005_57-andy/Makefile.SH --- perl5.005_57/Makefile.SH Mon May 10 00:07:25 1999 +++ perl5.005_57-andy/Makefile.SH Thu Jun 17 10:26:33 1999 @@ -204,10 +204,10 @@ # Files to be built with variable substitution before miniperl # is available. sh = Makefile.SH cflags.SH config_h.SH makeaperl.SH makedepend.SH \ - makedir.SH perl_exp.SH writemain.SH + makedir.SH myconfig.SH perl_exp.SH writemain.SH shextract = Makefile cflags config.h makeaperl makedepend \ - makedir perl.exp writemain + makedir myconfig perl.exp writemain # Files to be built with variable substitution after miniperl is # available. Dependencies handled manually below (for now). @@ -570,6 +570,7 @@ rm -f h2ph.man pstruct rm -rf .config rm -f testcompile compilelog + -rmdir lib/B lib/Data lib/IO/Socket lib/IO # The following lint has practically everything turned on. Unfortunately, # you have to wade through a lot of mumbo jumbo that can't be suppressed. diff -r -u perl5.005_57/utils/Makefile perl5.005_57-andy/utils/Makefile --- perl5.005_57/utils/Makefile Mon May 10 06:20:29 1999 +++ perl5.005_57-andy/utils/Makefile Wed Jun 16 16:40:17 1999 @@ -39,6 +39,7 @@ realclean: rm -rf $(plextract) pstruct $(plextractexe) + rm -f ../t/_h2ph_pre.ph clobber: realclean
Sorry, something went wrong.
No branches or pull requests
Migrated from rt.perl.org#878 (status was 'resolved')
Searchable as RT878$
The text was updated successfully, but these errors were encountered: