Skip to content
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_03] make distclean fixes #59

Closed
p5pRT opened this issue Jun 17, 1999 · 1 comment
Closed

[PATCH 5.005_03] make distclean fixes #59

p5pRT opened this issue Jun 17, 1999 · 1 comment

Comments

@p5pRT
Copy link

p5pRT commented Jun 17, 1999

Migrated from rt.perl.org#877 (status was 'resolved')

Searchable as RT877$

@p5pRT
Copy link
Author

p5pRT commented Jun 17, 1999

From @doughera88

  Andy Dougherty doughera@​lafayette.edu
  Dept. of Physics
  Lafayette College, Easton PA 18042

Inline Patch
diff -r -u perl5.005_03/Makefile.SH perl5.005_03-andy/Makefile.SH
--- perl5.005_03/Makefile.SH	Wed Mar  3 21:35:25 1999
+++ perl5.005_03-andy/Makefile.SH	Thu Jun 17 11:23:36 1999
@@ -542,10 +542,11 @@
 	rm -f $(FIRSTMAKEFILE) $(FIRSTMAKEFILE).old
 	rm -f $(private)
 	rm -rf lib/auto
-	rm -f lib/.exists
+	rm -f lib/.exists lib/*/.exists
 	rm -f h2ph.man pstruct
 	rm -rf .config
 	rm -f testcompile compilelog
+	-rmdir lib/B lib/Data 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_03/utils/Makefile perl5.005_03-andy/utils/Makefile
--- perl5.005_03/utils/Makefile	Wed Jul 29 21:54:09 1998
+++ perl5.005_03-andy/utils/Makefile	Thu Jun 17 10:47:58 1999
@@ -37,6 +37,7 @@
 
 realclean:
 	rm -rf $(plextract) pstruct $(plextractexe)
+	rm -f ../t/_h2ph_pre.ph
 
 clobber:	realclean
 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant