[svn:parrot] r40469 - in trunk: . examples/config/file xconf/samples
jkeenan at svn.parrot.org
jkeenan at svn.parrot.org
Sun Aug 9 22:36:27 UTC 2009
Author: jkeenan
Date: Sun Aug 9 22:36:26 2009
New Revision: 40469
URL: https://trac.parrot.org/parrot/changeset/40469
Log:
Move files as per https://trac.parrot.org/parrot/ticket/908.
Added:
trunk/examples/config/file/configcompiler
- copied unchanged from r40467, trunk/xconf/samples/yourfoobar
trunk/examples/config/file/configwithfatalstep
- copied unchanged from r40467, trunk/xconf/samples/testfoobar
Deleted:
trunk/xconf/samples/testfoobar
trunk/xconf/samples/yourfoobar
Modified:
trunk/MANIFEST
Modified: trunk/MANIFEST
==============================================================================
--- trunk/MANIFEST Sun Aug 9 22:33:43 2009 (r40468)
+++ trunk/MANIFEST Sun Aug 9 22:36:26 2009 (r40469)
@@ -1,7 +1,7 @@
# ex: set ro:
# $Id$
#
-# generated by tools/dev/mk_manifest_and_skip.pl Sat Aug 8 17:14:08 2009 UT
+# generated by tools/dev/mk_manifest_and_skip.pl Sun Aug 9 22:34:52 2009 UT
#
# See below for documentation on the format of this file.
#
@@ -644,6 +644,8 @@
examples/c/test_main.c [examples]
examples/compilers/Makefile [examples]
examples/compilers/japhc.c [examples]
+examples/config/file/configcompiler [examples]
+examples/config/file/configwithfatalstep [examples]
examples/embed/Makefile [examples]
examples/embed/Makefile.msvc [examples]
examples/embed/cotorra.c [examples]
@@ -2167,8 +2169,6 @@
tools/util/release.json []
tools/util/templates.json []
tools/util/update_copyright.pl []
-xconf/samples/testfoobar []
-xconf/samples/yourfoobar []
# Local variables:
# mode: text
# buffer-read-only: t
Copied: trunk/examples/config/file/configcompiler (from r40467, trunk/xconf/samples/yourfoobar)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ trunk/examples/config/file/configcompiler Sun Aug 9 22:36:26 2009 (r40469, copy of r40467, trunk/xconf/samples/yourfoobar)
@@ -0,0 +1,87 @@
+# $Id$
+
+=variables
+
+CC=/usr/bin/gcc
+CX=/usr/bin/g++
+
+=general
+
+cc=$CC
+cxx=$CX
+link=$CX
+ld=/usr/bin/g++
+
+=steps
+
+init::manifest nomanicheck
+init::defaults
+init::install
+init::hints verbose-step
+init::headers
+inter::progs
+inter::make
+inter::lex
+inter::yacc
+auto::gcc
+auto::glibc
+auto::backtrace
+auto::fink
+auto::macports
+auto::msvc
+auto::attributes
+auto::warnings
+init::optimize
+inter::shlibs
+inter::libparrot
+inter::charset
+inter::encoding
+inter::types
+auto::ops
+auto::pmc
+auto::alignptrs
+auto::headers
+auto::sizes
+auto::byteorder
+auto::va_ptr
+auto::format
+auto::isreg
+auto::arch
+auto::jit
+auto::cpu
+auto::funcptr
+auto::cgoto
+auto::inline
+auto::gc
+auto::memalign
+auto::signal
+auto::socklen_t
+auto::neg_0
+auto::env
+auto::gmp
+auto::readline
+auto::gdbm
+auto::pcre
+auto::opengl
+auto::crypto
+auto::gettext
+auto::snprintf
+# auto::perldoc
+# auto::pod2man
+auto::ctags
+auto::revision
+auto::icu
+gen::config_h
+gen::core_pmcs
+gen::crypto
+gen::parrot_include
+gen::opengl
+gen::call_list
+gen::languages
+gen::makefiles
+gen::platform
+gen::config_pm
+
+=cut
+
+
Copied: trunk/examples/config/file/configwithfatalstep (from r40467, trunk/xconf/samples/testfoobar)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ trunk/examples/config/file/configwithfatalstep Sun Aug 9 22:36:26 2009 (r40469, copy of r40467, trunk/xconf/samples/testfoobar)
@@ -0,0 +1,78 @@
+# $Id$
+
+=variables
+
+=general
+
+=steps
+
+init::manifest nomanicheck
+init::defaults
+init::install
+init::hints verbose-step fatal-step
+init::headers
+inter::progs
+inter::make
+inter::lex
+inter::yacc
+auto::gcc
+auto::glibc
+auto::backtrace
+auto::fink
+auto::macports
+auto::msvc
+auto::attributes
+auto::warnings
+init::optimize
+inter::shlibs
+inter::libparrot
+inter::charset
+inter::encoding
+inter::types
+auto::ops
+auto::pmc
+auto::alignptrs
+auto::headers
+auto::sizes
+auto::byteorder
+auto::va_ptr
+auto::format
+auto::isreg
+auto::arch
+auto::jit
+auto::cpu
+auto::funcptr
+auto::cgoto
+auto::inline
+auto::gc
+auto::memalign
+auto::signal
+auto::socklen_t
+auto::neg_0
+auto::env
+auto::gmp
+auto::readline
+auto::gdbm
+auto::pcre
+auto::opengl
+auto::crypto
+auto::gettext
+auto::snprintf
+# auto::perldoc
+# auto::pod2man
+auto::ctags
+auto::revision
+auto::icu
+gen::config_h
+gen::core_pmcs
+gen::crypto
+gen::parrot_include
+gen::opengl
+gen::call_list
+gen::languages
+gen::makefiles
+gen::platform
+gen::config_pm
+
+=cut
+
Deleted: trunk/xconf/samples/testfoobar
==============================================================================
--- trunk/xconf/samples/testfoobar Sun Aug 9 22:36:26 2009 (r40468)
+++ /dev/null 00:00:00 1970 (deleted)
@@ -1,78 +0,0 @@
-# $Id$
-
-=variables
-
-=general
-
-=steps
-
-init::manifest nomanicheck
-init::defaults
-init::install
-init::hints verbose-step fatal-step
-init::headers
-inter::progs
-inter::make
-inter::lex
-inter::yacc
-auto::gcc
-auto::glibc
-auto::backtrace
-auto::fink
-auto::macports
-auto::msvc
-auto::attributes
-auto::warnings
-init::optimize
-inter::shlibs
-inter::libparrot
-inter::charset
-inter::encoding
-inter::types
-auto::ops
-auto::pmc
-auto::alignptrs
-auto::headers
-auto::sizes
-auto::byteorder
-auto::va_ptr
-auto::format
-auto::isreg
-auto::arch
-auto::jit
-auto::cpu
-auto::funcptr
-auto::cgoto
-auto::inline
-auto::gc
-auto::memalign
-auto::signal
-auto::socklen_t
-auto::neg_0
-auto::env
-auto::gmp
-auto::readline
-auto::gdbm
-auto::pcre
-auto::opengl
-auto::crypto
-auto::gettext
-auto::snprintf
-# auto::perldoc
-# auto::pod2man
-auto::ctags
-auto::revision
-auto::icu
-gen::config_h
-gen::core_pmcs
-gen::crypto
-gen::parrot_include
-gen::opengl
-gen::call_list
-gen::languages
-gen::makefiles
-gen::platform
-gen::config_pm
-
-=cut
-
Deleted: trunk/xconf/samples/yourfoobar
==============================================================================
--- trunk/xconf/samples/yourfoobar Sun Aug 9 22:36:26 2009 (r40468)
+++ /dev/null 00:00:00 1970 (deleted)
@@ -1,87 +0,0 @@
-# $Id$
-
-=variables
-
-CC=/usr/bin/gcc
-CX=/usr/bin/g++
-
-=general
-
-cc=$CC
-cxx=$CX
-link=$CX
-ld=/usr/bin/g++
-
-=steps
-
-init::manifest nomanicheck
-init::defaults
-init::install
-init::hints verbose-step
-init::headers
-inter::progs
-inter::make
-inter::lex
-inter::yacc
-auto::gcc
-auto::glibc
-auto::backtrace
-auto::fink
-auto::macports
-auto::msvc
-auto::attributes
-auto::warnings
-init::optimize
-inter::shlibs
-inter::libparrot
-inter::charset
-inter::encoding
-inter::types
-auto::ops
-auto::pmc
-auto::alignptrs
-auto::headers
-auto::sizes
-auto::byteorder
-auto::va_ptr
-auto::format
-auto::isreg
-auto::arch
-auto::jit
-auto::cpu
-auto::funcptr
-auto::cgoto
-auto::inline
-auto::gc
-auto::memalign
-auto::signal
-auto::socklen_t
-auto::neg_0
-auto::env
-auto::gmp
-auto::readline
-auto::gdbm
-auto::pcre
-auto::opengl
-auto::crypto
-auto::gettext
-auto::snprintf
-# auto::perldoc
-# auto::pod2man
-auto::ctags
-auto::revision
-auto::icu
-gen::config_h
-gen::core_pmcs
-gen::crypto
-gen::parrot_include
-gen::opengl
-gen::call_list
-gen::languages
-gen::makefiles
-gen::platform
-gen::config_pm
-
-=cut
-
-
More information about the parrot-commits
mailing list