Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update Makefiles; disable neutro for this release (it doesn't build).
  • Loading branch information
pmichaud committed Nov 24, 2010
1 parent 8d848b7 commit 5d02f3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
7 changes: 3 additions & 4 deletions Makefile
@@ -1,5 +1,5 @@
PARROT_VER = 2.10.1
PARROT_REL = supported/$(PARROT_VER)
PARROT_REL = devel/$(PARROT_VER)
RAKUDO_VER = 2010.11

DISTDIR = rakudo-star-$(VERSION)
Expand Down Expand Up @@ -28,7 +28,7 @@ MODULES = \
http://github.com/mathw/form \
http://github.com/tadzik/perl6-Term-ANSIColor \
http://github.com/arnsholt/Algorithm-Viterbi \
http://gitorious.org/http-daemon/mainline \
http://git.gitorious.org/http-daemon/mainline \
http://github.com/jnthn/test-mock \
http://github.com/ingydotnet/yaml-pm6 \
http://github.com/moritz/json \
Expand All @@ -37,7 +37,6 @@ MODULES = \
http://github.com/cosimo/perl6-digest-md5 \
http://github.com/tadzik/perl6-File-Tools \
http://github.com/tadzik/perl6-Module-Tools \
http://github.com/tadzik/neutro \
http://github.com/tadzik/perl6-Config-INI


Expand Down Expand Up @@ -69,7 +68,7 @@ $(RAKUDO_DIR): $(RAKUDO_TGZ)
mv $(DISTDIR)/rakudo-$(RAKUDO_VER) $(RAKUDO_DIR)

$(RAKUDO_TGZ):
wget http://github.com/downloads/rakudo/rakudo/$(RAKUDO_TGZ)
wget --no-check-certificate https://github.com/downloads/rakudo/rakudo/$(RAKUDO_TGZ)

$(BUILD_DIR)/PARROT_REVISION: $(RAKUDO_DIR) $(RAKUDO_DIR)/build/PARROT_REVISION
cp $(RAKUDO_DIR)/build/PARROT_REVISION $(BUILD_DIR)
Expand Down
3 changes: 1 addition & 2 deletions skel/build/Makefile.in
Expand Up @@ -72,8 +72,7 @@ MODULES = \
modules/form \
modules/perl6-digest-md5 \
modules/perl6-File-Tools \
modules/perl6-Module-Tools \
modules/neutro
modules/perl6-Module-Tools

all: rakudo

Expand Down

0 comments on commit 5d02f3d

Please sign in to comment.