summaryrefslogtreecommitdiff
path: root/docs/makefiles
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-01-12 17:36:11 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-01-12 17:36:11 +0100
commit5bfad40e6b9a7d3ce42da017084d0cc2c8a67407 (patch)
tree1a75de6320477ed14bd8890b2abba388586d9e33 /docs/makefiles
parent2c453343ba6b3d3e67478c2e4c43f58a25cfda77 (diff)
downloadwolfbones-5bfad40e6b9a7d3ce42da017084d0cc2c8a67407.tar.gz
wolfbones-5bfad40e6b9a7d3ce42da017084d0cc2c8a67407.tar.bz2
updated TODO list of makefile system
Diffstat (limited to 'docs/makefiles')
-rw-r--r--docs/makefiles/TODOS4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/makefiles/TODOS b/docs/makefiles/TODOS
index c52e85c..6ad392c 100644
--- a/docs/makefiles/TODOS
+++ b/docs/makefiles/TODOS
@@ -1,7 +1,9 @@
- distclean calls clean again recurively. This causes already deleted
dependencies to be regenerated
-- add dist target
- we should not do library probing in guess_env like:
LIBS_DL=
LIBS_SSP=
- do shared libraries properly
+- add uninstall
+- modularize more
+- check out the way openradius is doing it, looks promising