comparison configure @ 28504:b983d65e840c

On clean/distclean, remove binaries with all types of executable suffixes. This helps clean a tree completely before and after crosscompiling.
author diego
date Thu, 12 Feb 2009 12:17:50 +0000
parents 5d76e0dbe16e
children 4f37b9cb7343
comparison
equal deleted inserted replaced
28503:3d22c6da29c9 28504:b983d65e840c
8008 GETCH = $_getch 8008 GETCH = $_getch
8009 HELP_FILE = $_mp_help 8009 HELP_FILE = $_mp_help
8010 TIMER = $_timer 8010 TIMER = $_timer
8011 8011
8012 EXESUF = $_exesuf 8012 EXESUF = $_exesuf
8013 EXESUFS_ALL = .exe
8013 8014
8014 $_target_arch 8015 $_target_arch
8015 $_target_arch_x86 8016 $_target_arch_x86
8016 `echo $_cpuexts | tr '[a-z] ' '[A-Z]\n' | sed 's/^/HAVE_/;s/$/=yes/'` 8017 `echo $_cpuexts | tr '[a-z] ' '[A-Z]\n' | sed 's/^/HAVE_/;s/$/=yes/'`
8017 8018