summaryrefslogtreecommitdiffstats
path: root/lib/buildsystem
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-10-22 01:46:42 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-10-22 01:46:42 (EDT)
commitc9c9e4ef77e86ce3444954cf87f600cbe4913634 (patch)
tree682f00d37d3df1466b094326bf615920006ad38b /lib/buildsystem
parent64cf6bb223423578b4aba393727debf0bb7295bd (diff)
Add "clean" build system step.
Diffstat (limited to 'lib/buildsystem')
-rw-r--r--lib/buildsystem/autoconf.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/buildsystem/autoconf.sh b/lib/buildsystem/autoconf.sh
index f44b889..13370ae 100644
--- a/lib/buildsystem/autoconf.sh
+++ b/lib/buildsystem/autoconf.sh
@@ -56,6 +56,11 @@ _oh_autoconf_can_build()
return 1
}
+_oh_autoconf_can_clean()
+{
+ return 1
+}
+
_oh_autoconf_can_test()
{
return 1