Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save masak/145637 to your computer and use it in GitHub Desktop.
Save masak/145637 to your computer and use it in GitHub Desktop.
$ svn di
Index: Makefile.in
===================================================================
--- Makefile.in (revision 40000)
+++ Makefile.in (working copy)
@@ -61,16 +61,15 @@
.c$(O) :
@$(CC) "" $(CFLAGS) -I$(@D) @cc_o_out@$@ -c $<
-#PERL6=../../perl6
-PERL6=../../parrot ../../languages/perl6/perl6.pbc
+PERL6=../../parrot ../../languages/rakudo/perl6.pbc
all :
- cd ../..; make perl6
+ cd ../..; make all
cd ../../compilers/ncigen; $(PERL6) ../../ext/SQLite3/gen_sqlite3.pl /usr/include/sqlite3.h > ../../ext/SQLite3/genSQLite3.pir
test:
$(RM_F) test.db t/test.db
- PERL6LIB=../../languages/perl6 $(PERL6) t/test.p6
+ PERL6LIB=../../languages/rakduo $(PERL6) t/test.p6
$(SHARED_LIB) : $(C_FILES)
$(MKPATH) @blib_dir@
Index: Makefile.PL
===================================================================
--- Makefile.PL (revision 40000)
+++ Makefile.PL (working copy)
@@ -1,5 +1,5 @@
use lib '../../lib';
use Parrot::Configure;
my $pc = Parrot::Configure->new();
-$pc->data->slurp();
+$pc->data->get_PConfig();
$pc->genfile("Makefile.in" => "Makefile");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment