-
Notifications
You must be signed in to change notification settings - Fork 555
New issue
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
[PATCH 5.005_57] make distclean fixes #75
Labels
Comments
From @doughera88This patch applies to perl 5.005_57. A separate patch for _03 is already Andy Dougherty doughera@lafayette.edu Inline Patchdiff -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
|
This was referenced Oct 18, 2019
khwilliamson
pushed a commit
to khwilliamson/perl5
that referenced
this issue
Jul 28, 2023
Add new probes: XXX I don't know what to change in the RCS lines
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Migrated from rt.perl.org#878 (status was 'resolved')
Searchable as RT878$
The text was updated successfully, but these errors were encountered: