From: Yves Orton Date: Sun, 29 Oct 2006 13:28:31 +0000 (+0200) Subject: Add a few useful developers maketargets to win32/Makefile X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7bcddc65f3b39333c0a5498bf20b43c6dc2e1df7;p=p5sagit%2Fp5-mst-13.2.git Add a few useful developers maketargets to win32/Makefile Message-ID: <9b18b3110610290328v71956891s7df10e40efd2350c@mail.gmail.com> p4raw-id: //depot/perl@29131 --- diff --git a/win32/Makefile b/win32/Makefile index b788667..3fbcbec 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -1296,6 +1296,17 @@ test-reonly : reonly utils cd ..\t $(PERLEXE) -I..\lib harness $(OPT) -re \bpat\b \breg \bre\b $(EXTRA) cd ..\win32 + +regen : + cd .. + regen.pl + cd win32 + +regnodes : + cd .. + regcomp.pl + cd win32 + test-notty : test-prep set PERL_SKIP_TTY_TEST=1