I try to build parrot from http://svn.perl.org/snapshots/parrot/
$make src/revision.c
make: *** No rule to make target `.svn/entries', needed by
`src/revision.c'. Stop.
François Perrad
Me too. :-(
This logic:
$(SRC_DIR)/revision.c : .svn/entries $(BUILD_TOOLS_DIR)/revision_c.pl $(SRC_DIR)/parrot_config.h
$(PERL) -Ilib $(BUILD_TOOLS_DIR)/revision_c.pl > $(SRC_DIR)/revision.c
doesn't work when the checkout was done with svk.
Any obvious fix also isn't going to work when I make a copy of a clean
checked out tree.
Nicholas Clark
> François Perrad
jens