]> Cypherpunks repositories - gostls13.git/commit
build: Drop syslog on DISABLE_NET_TESTS=1
authorGustavo Niemeyer <gustavo@niemeyer.net>
Wed, 9 Feb 2011 04:50:23 +0000 (23:50 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 9 Feb 2011 04:50:23 +0000 (23:50 -0500)
commit13c95f452e9351cb1febb16df7bc302e9ddd36fb
treef9d7def016bff15819fe11086a6d3c441845d468
parent4521782514725fb4ac904c545e58ba0959148925
build: Drop syslog on DISABLE_NET_TESTS=1

Even if local, it requires communication with a daemon
which may not be available.  This is creating problems
for getting an Ubuntu package going in Launchpad's PPA.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/3989062
src/pkg/Makefile