On Mon, Jan 28, 2002 at 08:13:11PM +0000, Nicholas Clark wrote:
> Is a MANIFEST.SKIP a good idea, even if Configure.pl doesn't check it by
> default?

Revised patch. Any objections?
[Either express objections or remove my commit privs else it goes in in 24
hours :-)]

You can now do:

nick@thinking-cap maniskip$ make manitest
perl14405-32 -MExtUtils::Manifest=fullcheck -e fullcheck
Not in MANIFEST: Configure.pl.rej
Not in MANIFEST: MANIFEST.SKIP.orig
Not in MANIFEST: MANIFEST.SKIP~
Not in MANIFEST: MANIFEST.orig
Not in MANIFEST: Makefile.in.orig
Not in MANIFEST: Makefile.in~
Not in MANIFEST: classes/array.c
Not in MANIFEST: classes/array.h
Not in MANIFEST: docs/embed.pod
Not in MANIFEST: docs/io_ops.pod
Not in MANIFEST: newpatch
Not in MANIFEST: patch

Should I add classes/array.c classes/array.h docs/embed.pod docs/io_ops.pod
to MANIFEST?

Nicholas Clark

--- MANIFEST.orig       Wed Jan 30 17:33:48 2002
+++ MANIFEST    Wed Jan 30 21:01:47 2002
@@ -4,6 +4,7 @@
 KNOWN_ISSUES
 LICENSES/Artistic
 MANIFEST
+MANIFEST.SKIP
 Makefile.in
 NEWS
 README
--- Makefile.in.orig    Wed Jan 30 10:31:28 2002
+++ Makefile.in Wed Jan 30 21:10:17 2002
@@ -408,6 +408,8 @@
 reconfig:
        $(MAKE) clean; $(PERL) Configure.pl --reconfig
 
+manitest:
+       $(PERL) -MExtUtils::Manifest=fullcheck -e fullcheck
 
 ###############################################################################
 #
--- /dev/null   Wed Jan 30 19:14:25 2002
+++ MANIFEST.SKIP       Wed Jan 30 21:05:44 2002
@@ -0,0 +1,53 @@
+\.o$
+^\.cvsignore$
+/\.cvsignore$
+CVS/[^/]+$
+^include/parrot/config\.h$
+^include/parrot/platform\.h$
+^Makefile$
+/Makefile$
+^lib/Parrot/Types\.pm$
+^lib/Parrot/Config\.pm$
+^platform\.c$
+^config.opt$
+
+^vtable\.ops$
+^include/parrot/vtable\.h$
+^include/parrot/jit_struct\.h$
+^include/parrot/oplib/core_ops\.h$
+^include/parrot/oplib/core_ops_prederef\.h$
+
+^core_ops\.c$
+^core_ops_prederef\.c$
+^vtable_ops\.c$
+
+^lib/Parrot/Jit\.pm$
+^lib/Parrot/PMC\.pm$
+^lib/Parrot/OpLib/core\.pm$
+
+^classes/default\.h$
+^classes/default\.c$
+^classes/intqueue\.h$
+^classes/intqueue\.c$
+^classes/parrotpointer\.h$
+^classes/parrotpointer\.c$
+^classes/perlarray\.h$
+^classes/perlarray\.c$
+^classes/perlhash\.h$
+^classes/perlhash\.c$
+^classes/perlint\.h$
+^classes/perlint\.c$
+^classes/perlnum\.h$
+^classes/perlnum\.c$
+^classes/perlstring\.h$
+^classes/perlstring\.c$
+^classes/perlundef\.h$
+^classes/perlundef\.c$
+
+^docs/packfile-c\.pod$
+^docs/packfile-perl\.pod$
+^docs/core_ops\.pod$
+
+^test_parrot$
+^pdump$
+^blib/

Reply via email to