Commit 5b6f522
committed
makefile: fix print-GDS_ALLOW_EMPTY with regex that contains parenthsis
Works now:
$ make GDS_ALLOW_EMPTY="(asdf|asdfj)" print-GDS_ALLOW_EMPTY
[INFO][FLOW] Using platform directory /home/oyvind/OpenROAD-flow-scripts/flow/platforms/nangate45
GDS_ALLOW_EMPTY = (asdf|asdfj)
Used to fail:
make GDS_ALLOW_EMPTY='(asdf|asdfj)' print-GDS_ALLOW_EMPTY
[INFO][FLOW] Using platform directory /home/oyvind/OpenROAD-flow-scripts/flow/platforms/nangate45
bash: -c: line 1: syntax error near unexpected token `('
bash: -c: line 1: `echo GDS_ALLOW_EMPTY = (asdf|asdfj)'
make: *** [Makefile:1133: print-GDS_ALLOW_EMPTY] Error 2
Signed-off-by: Øyvind Harboe <[email protected]>1 parent cf99cda commit 5b6f522
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1078 | 1078 | | |
1079 | 1079 | | |
1080 | 1080 | | |
1081 | | - | |
| 1081 | + | |
1082 | 1082 | | |
1083 | 1083 | | |
1084 | 1084 | | |
| |||
0 commit comments