aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-02-02 22:16:46 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-02-02 22:16:46 +0000
commit7c48128948df683cd6d6c859d933df7fccba191f (patch)
tree07be17559aff49caee1762ef9901339b7faaba1c /Makefile.nmake
parentd92ab193f5dcb4c423d598ef33a0b6ed3b049d6b (diff)
Revert previous checkin.
svn path=/trunk/; revision=27356
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake11
1 files changed, 0 insertions, 11 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 2bc77e6cd1..979a21963d 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -393,24 +393,13 @@ AUTHORS-SHORT-FORMAT: AUTHORS-SHORT make-authors-format.pl
# routines must start in column zero, or must be preceded only by
# "void " starting in column zero, and must not be inside #if.
#
-# The shell script runs slowly, as multiple greps and seds are run
-# for each input file; this is especially slow on Windows. Therefore,
-# if Python is present (as indicated by PYTHON being defined), we run
-# a faster Python script to do that work instead.
-#
# The first argument is the name of the file to write.
# The second argument is the directory in which the source files live.
# All subsequent arguments are the files to scan.
#
-!IFDEF PYTHON
-tshark-tap-register.c: $(TSHARK_TAP_SRC) tools/make-dissector-reg.py
- @echo Making tshark-tap-register.c (using python)
- @$(PYTHON) "tools/make-dissector-reg.py" . taps $(TSHARK_TAP_SRC)
-!ELSE
tshark-tap-register.c: $(TSHARK_TAP_SRC) make-tapreg-dotc
@echo Making tshark-tap-register.c
@$(SH) make-tapreg-dotc tshark-tap-register.c . $(TSHARK_TAP_SRC)
-!ENDIF
text2pcap-scanner.c : text2pcap-scanner.l
$(LEX) -otext2pcap-scanner.c text2pcap-scanner.l