build: Upgrade waf to version 2.0.6
This commit also includes:
- cleanup of build scripts
- replacing log4cxx with ndn-cxx logging facility
Change-Id: I96fd673a3cd2e06061e9efc1a7891e41cf97ea4f
diff --git a/tools/ndns-update.cpp b/tools/ndns-update.cpp
index ff75417..2a454f8 100644
--- a/tools/ndns-update.cpp
+++ b/tools/ndns-update.cpp
@@ -1,6 +1,6 @@
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
/*
- * Copyright (c) 2014-2017, Regents of the University of California.
+ * Copyright (c) 2014-2018, Regents of the University of California.
*
* This file is part of NDNS (Named Data Networking Domain Name Service).
* See AUTHORS.md for complete list of NDNS authors and contributors.
@@ -46,7 +46,7 @@
namespace ndn {
namespace ndns {
-NDNS_LOG_INIT("NdnsUpdate")
+NDNS_LOG_INIT(NdnsUpdate);
class NdnsUpdate : noncopyable
{
@@ -204,7 +204,6 @@
int
main(int argc, char* argv[])
{
- ndn::ndns::log::init();
using std::string;
using namespace ndn;
using namespace ndn::ndns;