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:
d423e5e
)
build: Don't always pass -d to goals.
author
Richard W.M. Jones
<rjones@redhat.com>
Fri, 3 Jan 2020 19:24:24 +0000
(19:24 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Fri, 3 Jan 2020 19:24:24 +0000
(19:24 +0000)
We can enable debugging on a case-by-case basis when necessary.
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index
8cda36b
..
7bb2d1c
100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-20,7
+20,7
@@
# XXX Why can't this parse "all" instead of "all ()"?
all clean install: src/goals
- ./run src/goals
-d
"$@ ()"
+ ./run src/goals "$@ ()"
# If src/goals doesn't exist then brute-force build it. Once we have
# src/goals we can rebuild it and other parts of the project using