On Wed, Apr 13, 2005 at 11:59:47PM -0700, François PERRAD wrote:
> # New Ticket Created by  François PERRAD 
> # Please include the string:  [perl #34974]
> # in the subject line of all future correspondence about this issue. 
> # <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=34974 >
> 
> 
> 
> 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.

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

Reply via email to