diff options
Diffstat (limited to 'testsuite/inputs/distclean')
| -rw-r--r-- | testsuite/inputs/distclean | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/testsuite/inputs/distclean b/testsuite/inputs/distclean new file mode 100644 index 0000000..6e1119b --- /dev/null +++ b/testsuite/inputs/distclean @@ -0,0 +1,7 @@ +cd "${srcdir}" +if [ "${relative_builddir}" != . ] ; then +   make configure builddir="${relative_builddir}" +   cd "${relative_builddir}" +fi +make +make distclean |