git.annexia.org
/
goals.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ac1b84
)
Update TODO
author
Richard W.M. Jones
<rjones@redhat.com>
Sun, 5 Jan 2020 21:09:45 +0000
(21:09 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Sun, 5 Jan 2020 21:09:45 +0000
(21:09 +0000)
TODO
patch
|
blob
|
history
diff --git
a/TODO
b/TODO
index
af661fd
..
1c9ab88
100644
(file)
--- a/
TODO
+++ b/
TODO
@@
-33,3
+33,9
@@
https://www.gnu.org/software/make/manual/html_node/Functions.html#Functions
Make re-execs itself if the Makefile (or any include) changes, and
goals should do something similar. See:
https://www.gnu.org/software/make/manual/html_node/Remaking-Makefiles.html
+
+Code should be an expression, eg this ought to work:
+let foo = { echo "hello" }
+
+Should the environment be populated by the actual environment, eg:
+let homedir = "%HOME"