summaryrefslogtreecommitdiff
path: root/docs/makefiles
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-02-22 11:50:11 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-02-22 11:50:11 +0100
commit32bdbff73349e10a1958f4fb89db8e33fb62f2dd (patch)
treee3351ca1cded7861c55f02fea127a9c51c41b024 /docs/makefiles
parentbdb2a7d1d2ba1ea54782475c134b1e3018f80db4 (diff)
downloadwolfbones-32bdbff73349e10a1958f4fb89db8e33fb62f2dd.tar.gz
wolfbones-32bdbff73349e10a1958f4fb89db8e33fb62f2dd.tar.bz2
updated all documentation and todo lists
Diffstat (limited to 'docs/makefiles')
-rw-r--r--docs/makefiles/README3
-rw-r--r--docs/makefiles/TODOS8
2 files changed, 5 insertions, 6 deletions
diff --git a/docs/makefiles/README b/docs/makefiles/README
index 64ce754..576f1dd 100644
--- a/docs/makefiles/README
+++ b/docs/makefiles/README
@@ -1,5 +1,4 @@
http://make.paulandlesley.org/multi-arch.html
http://mattmccutchen.net/buildsys/index.html
http://cdrecord.berlios.de/private/makefiles.html
-http://www.xs4all.nl/~evbergen/nonrecursive-make.html
-http://miller.emu.id.au/pmiller/books/rmch/
+http://miller.emu.id.au/pmiller/books/rmch/ (Recursive Make Considered Harmful)
diff --git a/docs/makefiles/TODOS b/docs/makefiles/TODOS
index 6ad392c..42e32ec 100644
--- a/docs/makefiles/TODOS
+++ b/docs/makefiles/TODOS
@@ -1,9 +1,9 @@
- distclean calls clean again recurively. This causes already deleted
dependencies to be regenerated
-- 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
+- check out other makefile systems:
+ - ION-3
+ - openradius
+ - POCO