diff options
author | P. 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) |
commit | c9c9e4ef77e86ce3444954cf87f600cbe4913634 (patch) | |
tree | 682f00d37d3df1466b094326bf615920006ad38b | |
parent | 64cf6bb223423578b4aba393727debf0bb7295bd (diff) |
Add "clean" build system step.
-rw-r--r-- | lib/buildsystem/autoconf.sh | 5 |
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 |