Giter Club home page Giter Club logo

Comments (1)

p5pRT avatar p5pRT commented on August 28, 2024

From @doughera88

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

Inline Patch
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
 
 

from perl5.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.