]> cygwin.com Git - cygwin-apps/setup.git/commit - Makefile.am
Remove unused regex code
authorJon Turney <jon.turney@dronecode.org.uk>
Fri, 18 Sep 2015 14:13:13 +0000 (15:13 +0100)
committerJon Turney <jon.turney@dronecode.org.uk>
Thu, 28 Jan 2016 13:37:01 +0000 (13:37 +0000)
commitd88dca4a05c9bd44716530a0282e87cbbd6bd6bf
treef996c081c7a9a26b0100fc4dfbeb5959e2314d16
parent417e0dce8b9711c3a6fbd22553d42e06ce5c5e42
Remove unused regex code

This effectively reverts the parts of commit
01d9015868088fc3347511a095dce0195751c530 which add those sources

That commit also adds -fno-builtin-sscanf to CXXFLAGS. Probably that is part of
the same change, but I don't know for sure, so I've left that alone.

* Makefile.am (AM_CPPFLAGS): Remove regex from include path.
(@SETUP@_SOURCES): Remove regex.c.
* regex/config.h: Delete file.
* regex/re_comp.h: Delete file.
* regex/regcomp.c: Delete file.
* regex/regex.c: Delete file.
* regex/regex.h: Delete file.
* regex/regex_internal.c: Delete file.
* regex/regex_internal.h: Delete file.
* regex/regexec.c: Delete file.

Signed-off-by: Jon Turney <jon.turney@dronecode.org.uk>
Makefile.am
regex/config.h [deleted file]
regex/re_comp.h [deleted file]
regex/regcomp.c [deleted file]
regex/regex.c [deleted file]
regex/regex.h [deleted file]
regex/regex_internal.c [deleted file]
regex/regex_internal.h [deleted file]
regex/regexec.c [deleted file]
This page took 0.030767 seconds and 5 git commands to generate.