Changeset 5532

Show
Ignore:
Timestamp:
07/13/05 04:42:28 (3 years ago)
Author:
autrijus
svk:copy_cache_prev:
7549
Message:

r23238@not: autrijus | 2005-07-13 10:32:25 +0800


r23239@not: autrijus | 2005-07-13 10:36:17 +0800

  • revert #1 r23240@not: autrijus | 2005-07-13 10:37:31 +0800
  • move Perl6-Config back r23241@not: autrijus | 2005-07-13 10:38:37 +0800
  • revert #3 - makemaker r23242@not: autrijus | 2005-07-13 10:40:01 +0800
  • #4 - move things to perl5/ r23243@not: autrijus | 2005-07-13 10:40:21 +0800
  • remove lib/Inline-Pugs
Files:
102 added
5 removed
3 modified

Legend:

Unmodified
Added
Removed
  • Makefile.PL

    r5522 r5532  
    3434include         ('Module::Install::Makefile::Name'); 
    3535include         ('Module::Install::Makefile::Version'); 
    36 build_subdirs   (map fixpaths($_), grep { 
    37                    -f "$_/Makefile.PL" && not -l "$_/Makefile.PL" 
    38                  } glob("lib/*") 
    39                 ); 
    4036build_subdirs   (map fixpaths($_), grep { 
    4137                   -f "$_/Makefile.PL" && not -l "$_/Makefile.PL" 
     
    7975    consider using '$Config{make} unoptimized' instead. 
    8076 
    81 ********** CRITICAL *********** 
    82  
    83   Do NOT use '$Config{make} install'! 
    84  
    8577. 
    8678 
     
    254246 
    255247    postamble(fixpaths(<< ".")); 
    256 $config_h : lib/Perl6-Pugs/lib/Perl6/Pugs.pm util/config_h.pl 
     248$config_h : lib/Perl6/Pugs.pm util/config_h.pl 
    257249        \$(PERL) util/config_h.pl "$ghc $ghc_flags" 
    258250 
  • debian/rules

    r5514 r5532  
    2121        $(MAKE) optimized 
    2222        -$(MAKE) test 
    23         pod2man --section=1 --release="Debian Project" --center="Debian GNU/Linux manual" $(CURDIR)/lib/Perl6-Pugs/lib/pugs/run.pod $(CURDIR)/debian/pugs.1 
     23        pod2man --section=1 --release="Debian Project" --center="Debian GNU/Linux manual" $(CURDIR)/lib/pugs/run.pod $(CURDIR)/debian/pugs.1 
    2424        pod2man --section=1 --release="Debian Project" --center="Debian GNU/Linux manual" $(CURDIR)/script/pugscc $(CURDIR)/debian/pugscc.1 
    2525        touch build-arch-stamp 
  • util/config_h.pl

    r5513 r5532  
    2626$base ||= Cwd::cwd(); 
    2727 
    28 open IN, "< $base/lib/Perl6-Pugs/lib/Perl6/Pugs.pm" or die $!; 
     28open IN, "< $base/lib/Perl6/Pugs.pm" or die $!; 
    2929open OUT, "> $base/src/Pugs/pugs_config.h" or die $!; 
    3030