]> granicus.if.org Git - pdns/commitdiff
dependencies
authorBert Hubert <bert.hubert@netherlabs.nl>
Fri, 6 Dec 2002 13:28:26 +0000 (13:28 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Fri, 6 Dec 2002 13:28:26 +0000 (13:28 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@60 d19b8d6e-7fed-0310-83ef-9ca221ded41b

TODO
modules/gmysqlbackend/Makefile.in

diff --git a/TODO b/TODO
index 06a538c3638b0017c719ee2bb99b6d05df0dfd0b..c4164f10433a609f9aeb10269c3de7b56ca7cf0d 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,15 +1,11 @@
 
 immediate issues:
-       make install does not strip
-
        make install installs libraries with a static build which it should
                not
 
-       pdns_server should be in sbin
 
 Things we will not do but hope other people will:
        - Ports to NetBSD, OpenBSD, Solaris, AIX
-       - Michel Stol is already working on reviving his win32 port
 
 Projects we will be working on, but would like help for:
 
@@ -31,6 +27,7 @@ Medium size things:
                Wichert Akkerman is working on this
        - get PDNS into FreeBSD ports
        - and other architectures       
+       - test powerdns in a windows environment!
 
 
 Small things, great for coders new to PowerDNS:
@@ -38,6 +35,9 @@ Small things, great for coders new to PowerDNS:
        - add KEY record
        - add SIG record
        - get the xdb backend building again
+       - 'make distclean' tries to calculate dependencies in
+               modules/pgmysqlbackend, which is not needed
+
        - make sure only Linux gets -D_GNU_SOURCE
                doesn't hurt other architectures, but its ugly
        - investigate if the following is better for the spgsql driver:
index e7c1fd96428297878f0ff6670e2d1b43d9464a3b..9fac8e919ebb08a8fcc43bee2c2990f0d4126c29 100644 (file)
@@ -1,3 +1,9 @@
+distclean: 
+       rm -f *.o *.so *~ *.d deps Makefile
+
+clean: 
+       rm -f *.o *.so *~ *.d deps
+
 PDNS_HOME              = ../../pdns
 PDNS_LIBDIR            = /usr/lib/powerdns
 
@@ -59,19 +65,18 @@ distdir: $(DISTFILES)
            || exit 1; \
          fi; \
        done
+
+
+
        
 deps:
-       g++ -M -g -c $(CXXFLAGS) $(CPPFLAGS) gmysqlbackend.cc smysql.cc  > deps
+       -g++ -MM -g -c $(CXXFLAGS) $(CPPFLAGS) gmysqlbackend.cc smysql.cc  > deps
 
 -include deps
 
 .cc.o:
        g++ -MD -g -c $(CXXFLAGS) $(CPPFLAGS) $<
 
-distclean: clean
-
-clean:
-       rm -f *.o *.so *~ *.d deps
 
 install: