summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-09 18:37:00 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-03-09 18:37:00 +0100
commit68f89a207f94f9efd7b4bc3ec630917c8f5259f4 (patch)
treef658c041f79ea7e5f295fc8430220eab641f8f0f /docs
parent75417ca9d2c58ab5cff0da5c501b02ad6dfeeb8e (diff)
downloadwolfbones-68f89a207f94f9efd7b4bc3ec630917c8f5259f4.tar.gz
wolfbones-68f89a207f94f9efd7b4bc3ec630917c8f5259f4.tar.bz2
fixed the subdir guess_env problem (passing CURDIR and TOPDIR)
Diffstat (limited to 'docs')
-rw-r--r--docs/makefiles/TODOS6
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/makefiles/TODOS b/docs/makefiles/TODOS
index 04c2c03..ba28944 100644
--- a/docs/makefiles/TODOS
+++ b/docs/makefiles/TODOS
@@ -1,14 +1,12 @@
- GNU make
- - guess_env doesn't work in subdirs
+ - currently we are following the "recursive makes considered harmfull" :-)
- distclean calls clean again recurively. This causes already deleted
dependencies to be regenerated
- do shared libraries properly
- add uninstall
- modularize more
- get platform.mk and shell in sync, make sure the user can set the
- variables there manually if we wants to, also makes sure that on
- slow platforms like cygwin we can call the guess_env script once
- and then store the results for later (remove with distclean only)
+ variables there manually if we wants to
- split things for different compilers and make them individually
handleable
- check out other makefile systems: