namecoin / ncdns

:globe_with_meridians: Namecoin to DNS bridge daemon
https://www.namecoin.org/
GNU General Public License v3.0
133 stars 40 forks source link

make clean #4

Open dionyziz opened 8 years ago

dionyziz commented 8 years ago

We understand that the ncdns repo contains just the necessary bundle to fetch the go package. However, if there are missing dependencies, then running make pollutes the directory in a way that won't allow to rebuild after the necessary dependencies have been fetched. This requires the repository to be completely redownloaded.

Let's introduce a make clean functionality to fix this issue.

hlandau commented 8 years ago

The separate .t repository isn't used anymore. Anyone with a GOPATH setup should get ncdns by running go get -u github.com/hlandau/ncdns. The new Makefile relocates the downloaded source to $GOPATH/src/github.com/hlandau/ncdns (with $GOPATH defaulting to .).