You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ja...@apache.org on 2002/02/21 03:53:52 UTC

cvs commit: xml-xerces/perl/Handler Makefile.PL

jasons      02/02/20 18:53:52

  Modified:    perl/Handler Makefile.PL
  Log:
  	* Handler/Makefile.PL (Repository):
  	Added SKIP section to make 'make' faster
  
  Revision  Changes    Path
  1.5       +2 -1      xml-xerces/perl/Handler/Makefile.PL
  
  Index: Makefile.PL
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/Handler/Makefile.PL,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Makefile.PL	3 Nov 2001 04:41:56 -0000	1.4
  +++ Makefile.PL	21 Feb 2002 02:53:52 -0000	1.5
  @@ -3,7 +3,8 @@
       'NAME'	=> 'Handler',
       'INC'       => $INCLUDES,
       'OBJECT'    => '$(O_FILES)',
  -    'CFLAGS'   => $CFLAGS
  +    'CFLAGS'   => $CFLAGS,
  +    'SKIP'      => [qw( test makeaperl xs_o)],
   );
   
   __END__
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org