Skip to content

Commit

Permalink
Remove now-obsolete config step gen::parrot_includes
Browse files Browse the repository at this point in the history
cotto++

Note: "perl Configure.pl --test" now fails some tests because it is trying
to verify things that no longer happen at Configure time.



git-svn-id: https://svn.parrot.org/parrot/branches/one_make@43514 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
coke committed Jan 20, 2010
1 parent 4802db2 commit b6fd3d8
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 306 deletions.
1 change: 0 additions & 1 deletion Configure.pl
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,6 @@ =head2 Example
gen::config_h
gen::core_pmcs
gen::crypto
gen::parrot_include
gen::opengl
gen::call_list
gen::makefiles
Expand Down
4 changes: 1 addition & 3 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ex: set ro:
# $Id$
#
# generated by tools/dev/mk_manifest_and_skip.pl Wed Jan 20 07:57:00 2010 UT
# generated by tools/dev/mk_manifest_and_skip.pl Wed Jan 20 13:33:00 2010 UT
#
# See below for documentation on the format of this file.
#
Expand Down Expand Up @@ -337,7 +337,6 @@ config/gen/makefiles/parrot_embed_pl.in []
config/gen/makefiles/parrot_pc.in []
config/gen/makefiles/root.in []
config/gen/opengl.pm []
config/gen/parrot_include.pm []
config/gen/platform.pm []
config/gen/platform/aix/asm.s []
config/gen/platform/ansi/dl.c []
Expand Down Expand Up @@ -2037,7 +2036,6 @@ t/steps/gen/core_pmcs-01.t [test]
t/steps/gen/crypto-01.t [test]
t/steps/gen/makefiles-01.t [test]
t/steps/gen/opengl-01.t [test]
t/steps/gen/parrot_include-01.t [test]
t/steps/gen/platform-01.t [test]
t/steps/init/defaults-01.t [test]
t/steps/init/headers-01.t [test]
Expand Down
220 changes: 0 additions & 220 deletions config/gen/parrot_include.pm

This file was deleted.

1 change: 0 additions & 1 deletion examples/config/file/configcompiler
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ auto::icu
gen::config_h
gen::core_pmcs
gen::crypto
gen::parrot_include
gen::opengl
gen::call_list
gen::languages
Expand Down
1 change: 0 additions & 1 deletion examples/config/file/configwithfatalstep
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ auto::icu
gen::config_h
gen::core_pmcs
gen::crypto
gen::parrot_include
gen::opengl
gen::call_list
gen::languages
Expand Down
1 change: 0 additions & 1 deletion lib/Parrot/Configure/Step/List.pm
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ my @steps = qw(
gen::config_h
gen::core_pmcs
gen::crypto
gen::parrot_include
gen::opengl
gen::call_list
gen::makefiles
Expand Down
1 change: 0 additions & 1 deletion t/configure/testlib/adefectivefoobar
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ auto::icu
gen::config_h
gen::core_pmcs
gen::crypto
gen::parrot_include
gen::opengl
gen::call_list
gen::languages
Expand Down
1 change: 0 additions & 1 deletion t/configure/testlib/bdefectivefoobar
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ auto::icu
gen::config_h
gen::core_pmcs
gen::crypto
gen::parrot_include
gen::opengl
gen::call_list
gen::languages
Expand Down
1 change: 0 additions & 1 deletion t/configure/testlib/cdefectivefoobar
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ auto::icu
gen::config_h
gen::core_pmcs
gen::crypto
gen::parrot_include
gen::opengl
gen::call_list
gen::languages
Expand Down
1 change: 0 additions & 1 deletion t/configure/testlib/ddefectivefoobar
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ auto::icu
gen::config_h
gen::core_pmcs
gen::crypto
gen::parrot_include
gen::opengl
gen::call_list
gen::languages
Expand Down
1 change: 0 additions & 1 deletion t/configure/testlib/verbosefoobar
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ auto::icu
gen::config_h
gen::core_pmcs
gen::crypto
gen::parrot_include
gen::opengl
gen::call_list
gen::languages
Expand Down
74 changes: 0 additions & 74 deletions t/steps/gen/parrot_include-01.t

This file was deleted.

0 comments on commit b6fd3d8

Please sign in to comment.