commit | 88d7b4d1ed713a8221efa78bf4e50d6a4b1f79d6 | [log] [tgz] |
---|---|---|
author | Matt Spinler <spinler@us.ibm.com> | Mon Sep 18 14:08:01 2017 -0500 |
committer | Matt Spinler <spinler@us.ibm.com> | Wed Oct 04 12:31:07 2017 -0500 |
tree | f4174cd78c0cb90e74cbdde75925b469ebbf920e | |
parent | a231ceb41e695cfc0a77699b15e5ea4281e212a9 [diff] |
Fix makefile generator script when multiple types The script takes the arguments: base-directory type1 type2..typeN Where the types are the directory names to find procedures in. However, when multiple types are passed in during the build, they actually show up as 1 parameter: base-directory "type1 type2..typeN" This change looks for all of the types in the second parameter. Change-Id: Ib45446346bd8814ca58d72057c18b0faf16f9152 Signed-off-by: Matt Spinler <spinler@us.ibm.com>