Kaydet (Commit) 67d7fb53 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

remove extra "|"s

üst c9dffa5c
......@@ -910,12 +910,12 @@ libinstall: build_all $(srcdir)/Lib/$(PLATDIR)
-PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
./$(BUILDPYTHON) -Wi $(DESTDIR)$(LIBDEST)/compileall.py \
-d $(LIBDEST) -f \
-x 'bad_coding|badsyntax|site-packages|py2_test_grammar|crlf|different_encoding|' \
-x 'bad_coding|badsyntax|site-packages|py2_test_grammar|crlf|different_encoding' \
$(DESTDIR)$(LIBDEST)
-PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
./$(BUILDPYTHON) -Wi -O $(DESTDIR)$(LIBDEST)/compileall.py \
-d $(LIBDEST) -f \
-x 'bad_coding|badsyntax|site-packages|py2_test_grammar|crlf|different_encoding|' \
-x 'bad_coding|badsyntax|site-packages|py2_test_grammar|crlf|different_encoding' \
$(DESTDIR)$(LIBDEST)
-PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
./$(BUILDPYTHON) -Wi $(DESTDIR)$(LIBDEST)/compileall.py \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment