common/build_style/meta.sh: remove useless do_{configure,build} targets.

This commit is contained in:
Juan RP 2014-01-08 16:26:06 +01:00
parent ffa32613fa
commit 21623df128

View file

@ -8,14 +8,6 @@ do_extract() {
:
}
do_configure() {
:
}
do_build() {
:
}
do_install() {
:
}