Commit ab96d0c7 authored by Rafaël Carré's avatar Rafaël Carré

contrib: regex: don't build tests or doc

parent 99c44333
--- regex/Makefile.in.orig 2013-08-28 05:27:27.729372586 +0200
+++ regex/Makefile.in 2013-08-28 05:27:37.377372917 +0200
@@ -43,7 +43,7 @@
SHELL = /bin/sh
-subdirs = doc test
+subdirs =
default all:: regex.o
.PHONY: default all
...@@ -14,6 +14,7 @@ $(TARBALLS)/regex-$(REGEX_VERSION).tar.gz: ...@@ -14,6 +14,7 @@ $(TARBALLS)/regex-$(REGEX_VERSION).tar.gz:
regex: regex-$(REGEX_VERSION).tar.gz .sum-regex regex: regex-$(REGEX_VERSION).tar.gz .sum-regex
$(UNPACK) $(UNPACK)
$(APPLY) $(SRC)/regex/no-docs.patch
$(MOVE) $(MOVE)
.regex: regex .regex: regex
......
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