build: Don't always pass -d to goals.
authorRichard W.M. Jones <rjones@redhat.com>
Fri, 3 Jan 2020 19:24:24 +0000 (19:24 +0000)
committerRichard 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

index 8cda36b..7bb2d1c 100644 (file)
@@ -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