Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tools remove dup target.



details:   https://anonhg.NetBSD.org/src/rev/08bd87d5a723
branches:  trunk
changeset: 772934:08bd87d5a723
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jan 21 22:31:15 2012 +0000

description:
remove dup target.

diffstat:

 tools/Makefile.gnuhost |  12 +-----------
 1 files changed, 1 insertions(+), 11 deletions(-)

diffs (26 lines):

diff -r 6ed60281fd15 -r 08bd87d5a723 tools/Makefile.gnuhost
--- a/tools/Makefile.gnuhost    Sat Jan 21 22:09:56 2012 +0000
+++ b/tools/Makefile.gnuhost    Sat Jan 21 22:31:15 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.gnuhost,v 1.36 2012/01/20 23:01:05 christos Exp $
+#      $NetBSD: Makefile.gnuhost,v 1.37 2012/01/21 22:31:15 christos Exp $
 #
 # Rules used when building a GNU host package.  Expects MODULE to be set.
 #
@@ -107,16 +107,6 @@
 configure_cleanup=configure_cleanup
 .endif
 
-BUILD_PLATFORM!= uname -srm | tr ' ' '-'
-CONFIGURE_PLATFORM!= if [ -s .configure_done ]; then cat .configure_done; else echo none; fi
-.if "${BUILD_PLATFORM}" != "${CONFIGURE_PLATFORM}"
-configure_cleanup:
-       @mkdir build 2>/dev/null || true
-       @(echo "Cleaning stale cache files ${BUILD_PLATFORM} != ${CONFIGURE_PLATFORM}")
-       @(cd build && find . -name config.cache -print0 | xargs -0 rm -f)
-configure_cleanup=configure_cleanup
-.endif
-
 .configure_done: ${_GNU_CFGSRC} ${.CURDIR}/Makefile ${configure_cleanup}
        @mkdir build 2>/dev/null || true
        @(cd build && ${CONFIGURE_ENV} ${HOST_SH} ${GNUHOSTDIST}/configure ${CONFIGURE_ARGS})



Home | Main Index | Thread Index | Old Index