mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
Remove testing cruft.
Typo fixes.
This commit is contained in:
parent
387a51f951
commit
98f10d74b8
@ -54,11 +54,6 @@ scd = scd
|
|||||||
else
|
else
|
||||||
scd =
|
scd =
|
||||||
endif
|
endif
|
||||||
#if BUILD_G13
|
|
||||||
#g13 = g13
|
|
||||||
#else
|
|
||||||
#g13 =
|
|
||||||
#endif
|
|
||||||
if BUILD_TOOLS
|
if BUILD_TOOLS
|
||||||
tools = tools
|
tools = tools
|
||||||
else
|
else
|
||||||
@ -77,7 +72,7 @@ tests = tests
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
SUBDIRS = m4 gl include jnlib common ${kbx} \
|
SUBDIRS = m4 gl include jnlib common ${kbx} \
|
||||||
${gpg} ${keyserver} ${sm} ${agent} ${scd} ${g13} ${tools} po ${doc} ${tests}
|
${gpg} ${keyserver} ${sm} ${agent} ${scd} ${tools} po ${doc} ${tests}
|
||||||
|
|
||||||
dist_doc_DATA = README
|
dist_doc_DATA = README
|
||||||
|
|
||||||
|
@ -1453,7 +1453,6 @@ g10/Makefile
|
|||||||
sm/Makefile
|
sm/Makefile
|
||||||
agent/Makefile
|
agent/Makefile
|
||||||
scd/Makefile
|
scd/Makefile
|
||||||
g13/Makefile
|
|
||||||
keyserver/Makefile
|
keyserver/Makefile
|
||||||
keyserver/gpg2keys_mailto
|
keyserver/gpg2keys_mailto
|
||||||
keyserver/gpg2keys_test
|
keyserver/gpg2keys_test
|
||||||
|
@ -171,9 +171,9 @@ fun_writer (void *cookie_arg, const char *buffer, my_funopen_hook_size_t size)
|
|||||||
if (!running_detached)
|
if (!running_detached)
|
||||||
{
|
{
|
||||||
/* Due to all the problems with apps not running
|
/* Due to all the problems with apps not running
|
||||||
detahced but beeing caled with stderr closed or
|
detached but being called with stderr closed or
|
||||||
used for a different purposes, it does not make
|
used for a different purposes, it does not make
|
||||||
sense to switch to stderr. We tehrefore disable it. */
|
sense to switch to stderr. We therefore disable it. */
|
||||||
if (!cookie->quiet)
|
if (!cookie->quiet)
|
||||||
{
|
{
|
||||||
/* fputs ("switching logging to stderr\n", stderr);*/
|
/* fputs ("switching logging to stderr\n", stderr);*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user