summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2006-10-29 15:28:31 +0200
committerH.Merijn Brand <h.m.brand@xs4all.nl>2006-10-29 18:32:55 +0000
commit7bcddc65f3b39333c0a5498bf20b43c6dc2e1df7 (patch)
tree59504522b5becd2f31c3264499e5e54b2682a017 /win32
parent6d71adcd08598698fcddf4d2e47f1893427c4e79 (diff)
downloadperl-7bcddc65f3b39333c0a5498bf20b43c6dc2e1df7.tar.gz
Add a few useful developers maketargets to win32/Makefile
Message-ID: <9b18b3110610290328v71956891s7df10e40efd2350c@mail.gmail.com> p4raw-id: //depot/perl@29131
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/win32/Makefile b/win32/Makefile
index b78866743d..3fbcbec28b 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