summaryrefslogtreecommitdiff
path: root/mk/buildhlp.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-06-11 08:30:25 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-06-11 08:30:53 +0200
commitf0bd75d79c4b390ddd3fb4288065e58fb674497d (patch)
tree9cb41de3d6c5b08694f0b43c826b9795c63f9c50 /mk/buildhlp.mk
parentb5d320a1e8d3d20b0d287b1c9cd5b2539f0aa8f8 (diff)
ignore config.sub/config.guess, do not create backup and restore it on update-patches, fix some minor issues. PIE can only be used for binaries and need support in a package
Diffstat (limited to 'mk/buildhlp.mk')
-rw-r--r--mk/buildhlp.mk10
1 files changed, 0 insertions, 10 deletions
diff --git a/mk/buildhlp.mk b/mk/buildhlp.mk
index f165d86a4..1322e7a85 100644
--- a/mk/buildhlp.mk
+++ b/mk/buildhlp.mk
@@ -98,16 +98,6 @@ endif
env ${AUTOTOOL_ENV} autoreconf -if > /dev/null 2>&1; \
rm -rf ${WRKDIR}.orig$${dir}/autom4te.cache ) $(MAKE_TRACE)
@# restore config.sub/config.guess
- @for i in $$(find ${WRKDIR} -name config.sub);do \
- if [ -f $$i.bak ];then \
- mv $$i.bak $$i; \
- fi;\
- done
- @for i in $$(find ${WRKDIR} -name config.guess);do \
- if [ -f $$i.bak ];then \
- mv $$i.bak $$i; \
- fi;\
- done
@WRKDIST=$(call shellescape,${WRKDIST}) \
WRKDIR1=$(call shellescape,${WRKDIR}) \
PATH=$(call shellescape,${HOST_PATH}) \