From f0bd75d79c4b390ddd3fb4288065e58fb674497d Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 11 Jun 2014 08:30:25 +0200 Subject: 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 --- mk/buildhlp.mk | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'mk/buildhlp.mk') 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}) \ -- cgit v1.2.3