diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-20 17:20:42 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-20 17:20:42 +0100 |
commit | 6ef4e0a6d3454a9d9ca955ddad78d9d51a7305c7 (patch) | |
tree | e54ce758c6e694253b2a9238c4e14c2d40310c29 /mk | |
parent | 0097a8249ca2d1a498b457019db15d3540a259f3 (diff) | |
parent | 3aa3f2fc1f6272b36726d9ea7ee20f6ff08ae868 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'mk')
-rw-r--r-- | mk/pkg-bottom.mk | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/mk/pkg-bottom.mk b/mk/pkg-bottom.mk index 13b49dfdd..d78cc5876 100644 --- a/mk/pkg-bottom.mk +++ b/mk/pkg-bottom.mk @@ -34,17 +34,6 @@ ${_CONFIGURE_COOKIE}: ${_PATCH_COOKIE} mkdir -p ${WRKBUILD} @${MAKE} pre-configure $(MAKE_TRACE) -ifneq ($(filter autogen,${AUTOTOOL_STYLE}),) - cd ${WRKBUILD}; \ - ./autogen.sh $(MAKE_TRACE) -endif -ifneq ($(filter autotool,${AUTOTOOL_STYLE}),) - cd ${WRKBUILD}; \ - autoreconf -vf;libtoolize $(MAKE_TRACE) -endif -ifneq ($(filter autoconf,${AUTOTOOL_STYLE}),) - cd ${WRKBUILD}; autoconf $(MAKE_TRACE) -endif ifneq ($(filter manual,${CONFIG_STYLE}),) env ${CONFIGURE_ENV} ${MAKE} do-configure $(MAKE_TRACE) else ifneq ($(filter minimal,${CONFIG_STYLE}),) |