summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-11-27 17:14:23 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-11-27 17:14:23 +0000
commitbe5a93f9f9acb019292dff569ef23b3921912e29 (patch)
treee311d38dfd1944f601f6957749bf9735ac7264ea /lang
parentVe vill make you obey ze new autoconf rulez! Orr elz you vill listen to (diff)
Fix the build of lang/ruby_static-devel, i.e. the build of
archiver/ruby-zlib with lang/ruby-devel in the correct way. The cause of this problem is that FreeBSD's make(1) got a bit too sensitive about a mixture of `target:' and `target::'.
Notes
Notes: svn path=/head/; revision=71168
Diffstat (limited to 'lang')
-rw-r--r--lang/ruby-devel/files/patch-mkmf.rb33
-rw-r--r--lang/ruby18/files/patch-mkmf.rb33
2 files changed, 0 insertions, 66 deletions
diff --git a/lang/ruby-devel/files/patch-mkmf.rb b/lang/ruby-devel/files/patch-mkmf.rb
deleted file mode 100644
index d121d10c8333..000000000000
--- a/lang/ruby-devel/files/patch-mkmf.rb
+++ /dev/null
@@ -1,33 +0,0 @@
-Index: lib/mkmf.rb
-===================================================================
-RCS file: /src/ruby/lib/mkmf.rb,v
-retrieving revision 1.116
-diff -u -1 -r1.116 mkmf.rb
---- lib/mkmf.rb 14 Nov 2002 13:51:19 -0000 1.116
-+++ lib/mkmf.rb 22 Nov 2002 12:38:13 -0000
-@@ -688,7 +688,6 @@
- mfile.print %{
--all: $(DLLIB)
-+CLEANLIBS = "$(TARGET).{lib,exp,il?,tds,map}" $(DLLIB)
-+CLEANOBJS = "*.{#{$OBJEXT},#{$LIBEXT},s[ol],pdb,bak}"
-
--clean::
-- @$(RM) "$(TARGET).{lib,exp,il?,tds,map}" $(DLLIB)
-- @$(RM) "*.{#{$OBJEXT},#{$LIBEXT},s[ol],pdb,bak}"
-+all: $(DLLIB)
- }
-@@ -850,6 +849,6 @@
- CLEANINGS = "
--clean::
-- @$(RM) $(CLEANFILES)
-+clean:
-+ @$(RM) $(CLEANLIBS) $(CLEANOBJS) $(CLEANFILES)
-
--distclean:: clean
-+distclean: clean
- @$(RM) Makefile extconf.h conftest.* mkmf.log
-@@ -857,3 +856,3 @@
-
--realclean:: distclean
-+realclean: distclean
- "
diff --git a/lang/ruby18/files/patch-mkmf.rb b/lang/ruby18/files/patch-mkmf.rb
deleted file mode 100644
index d121d10c8333..000000000000
--- a/lang/ruby18/files/patch-mkmf.rb
+++ /dev/null
@@ -1,33 +0,0 @@
-Index: lib/mkmf.rb
-===================================================================
-RCS file: /src/ruby/lib/mkmf.rb,v
-retrieving revision 1.116
-diff -u -1 -r1.116 mkmf.rb
---- lib/mkmf.rb 14 Nov 2002 13:51:19 -0000 1.116
-+++ lib/mkmf.rb 22 Nov 2002 12:38:13 -0000
-@@ -688,7 +688,6 @@
- mfile.print %{
--all: $(DLLIB)
-+CLEANLIBS = "$(TARGET).{lib,exp,il?,tds,map}" $(DLLIB)
-+CLEANOBJS = "*.{#{$OBJEXT},#{$LIBEXT},s[ol],pdb,bak}"
-
--clean::
-- @$(RM) "$(TARGET).{lib,exp,il?,tds,map}" $(DLLIB)
-- @$(RM) "*.{#{$OBJEXT},#{$LIBEXT},s[ol],pdb,bak}"
-+all: $(DLLIB)
- }
-@@ -850,6 +849,6 @@
- CLEANINGS = "
--clean::
-- @$(RM) $(CLEANFILES)
-+clean:
-+ @$(RM) $(CLEANLIBS) $(CLEANOBJS) $(CLEANFILES)
-
--distclean:: clean
-+distclean: clean
- @$(RM) Makefile extconf.h conftest.* mkmf.log
-@@ -857,3 +856,3 @@
-
--realclean:: distclean
-+realclean: distclean
- "