Commit 807e96b
committed
makefile: reduce number of shell invocations
While debugging a problem, I discovered that I can list all
the shell commands run in make using the command below.
Modified Makefile so that klayout version is resolved once
instead of many times.
make ".SHELLFLAGS=--verbose -o pipefail -c" open_synth
Signed-off-by: Øyvind Harboe <[email protected]>1 parent a40a953 commit 807e96b
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
312 | 312 | | |
313 | 313 | | |
314 | 314 | | |
315 | | - | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
316 | 318 | | |
317 | 319 | | |
318 | 320 | | |
| |||
404 | 406 | | |
405 | 407 | | |
406 | 408 | | |
407 | | - | |
| 409 | + | |
408 | 410 | | |
409 | 411 | | |
410 | 412 | | |
| |||
0 commit comments