make_ext.pl should validate exactly which clean targets it can be used for.
authorNicholas Clark <nick@ccl4.org>
Thu, 27 Feb 2014 09:20:38 +0000 (10:20 +0100)
committerNicholas Clark <nick@ccl4.org>
Sun, 2 Mar 2014 06:08:54 +0000 (07:08 +0100)
commit3fbff3ec9773b4a8b8ccfc97a1829b2435cc1a7d
tree5d149b4504d48219f135330a062c69bd0428c012
parent6b94381de733fd32f3a547af933571b887a629af
make_ext.pl should validate exactly which clean targets it can be used for.

Previously it would accept anything matching /clean$/. Now we check for the 4
names that we know the top level Makefile defines.
make_ext.pl