projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d71adc
)
Add a few useful developers maketargets to win32/Makefile
author
Yves Orton
<demerphq@gmail.com>
Sun, 29 Oct 2006 13:28:31 +0000
(15:28 +0200)
committer
H.Merijn Brand
<h.m.brand@xs4all.nl>
Sun, 29 Oct 2006 18:32:55 +0000
(18:32 +0000)
Message-ID: <9b18b3110610290328v71956891s7df10e40efd2350c@mail.gmail.com>
p4raw-id: //depot/perl@29131
win32/Makefile
patch
|
blob
|
history
diff --git
a/win32/Makefile
b/win32/Makefile
index
b788667
..
3fbcbec
100644
(file)
--- 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