mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
Remove testing cruft.
Typo fixes.
This commit is contained in:
parent
387a51f951
commit
98f10d74b8
@ -54,11 +54,6 @@ scd = scd
|
||||
else
|
||||
scd =
|
||||
endif
|
||||
#if BUILD_G13
|
||||
#g13 = g13
|
||||
#else
|
||||
#g13 =
|
||||
#endif
|
||||
if BUILD_TOOLS
|
||||
tools = tools
|
||||
else
|
||||
@ -77,7 +72,7 @@ tests = tests
|
||||
endif
|
||||
|
||||
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
|
||||
|
||||
|
@ -1453,7 +1453,6 @@ g10/Makefile
|
||||
sm/Makefile
|
||||
agent/Makefile
|
||||
scd/Makefile
|
||||
g13/Makefile
|
||||
keyserver/Makefile
|
||||
keyserver/gpg2keys_mailto
|
||||
keyserver/gpg2keys_test
|
||||
|
@ -171,9 +171,9 @@ fun_writer (void *cookie_arg, const char *buffer, my_funopen_hook_size_t size)
|
||||
if (!running_detached)
|
||||
{
|
||||
/* 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
|
||||
sense to switch to stderr. We tehrefore disable it. */
|
||||
sense to switch to stderr. We therefore disable it. */
|
||||
if (!cookie->quiet)
|
||||
{
|
||||
/* fputs ("switching logging to stderr\n", stderr);*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user