summaryrefslogtreecommitdiff
path: root/docs/makefiles
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-02-28 17:10:03 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-02-28 17:10:03 +0100
commitf65d062b481abad69ca68c533ca24446d960fe1b (patch)
tree7909de96e47758648ba82731d8552f4ac2adf152 /docs/makefiles
parentdeb003bbb1494d35e5dd2d11e9477c2479801dea (diff)
downloadwolfbones-f65d062b481abad69ca68c533ca24446d960fe1b.tar.gz
wolfbones-f65d062b481abad69ca68c533ca24446d960fe1b.tar.bz2
added todo about performance in building
Diffstat (limited to 'docs/makefiles')
-rw-r--r--docs/makefiles/TODOS6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/makefiles/TODOS b/docs/makefiles/TODOS
index d3cee2c..f6df413 100644
--- a/docs/makefiles/TODOS
+++ b/docs/makefiles/TODOS
@@ -19,4 +19,8 @@
- make -j test with missing testd, some dependencies are missing
- Cygwin still too slow, must get rid of all shell calls as the bash
port is damn slow
- - test target calls all target, this should not be necessary
+ make the makefiles/gmake/guess_env --all gcc > x && mv -f x ~/guess_env.inc
+ hack persistent, make distclean should remove remembered files, the
+ problem is: where and when do we persists the platform variables and we
+ really must clean up the makefiles before!
+ - test target calls all target, this should not be necessary \ No newline at end of file