From c9c9e4ef77e86ce3444954cf87f600cbe4913634 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 22 Oct 2012 01:46:42 -0400 Subject: Add "clean" build system step. --- (limited to 'lib/buildsystem') 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 -- cgit v0.9.1