From 4c656cb915d09425bdd96c73a1da38f8e12e61c2 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 30 Jun 2008 13:36:33 +0000 Subject: [PATCH] Remove magic to update cpuopt.h. --- cpukit/configure.ac | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/cpukit/configure.ac b/cpukit/configure.ac index 730fb4aa20..4636e1cba3 100644 --- a/cpukit/configure.ac +++ b/cpukit/configure.ac @@ -243,24 +243,6 @@ RTEMS_CPUOPT([__RTEMS_REVISION__], _RTEMS_CPUOPT_FINI -AS_MKDIR_P(score/include/rtems/score) -AS_IF([test -f score/include/rtems/score/cpuopts.h], -[ - AS_IF([cmp -s score/include/rtems/score/cpuopts.h cpuopts.tmp 2>/dev/null], - [ - AC_MSG_NOTICE([score/include/rtems/score/cpuopts.h is unchanged]) - rm -f cpuopts.tmp - ],[ - AC_MSG_NOTICE([creating score/include/rtems/score/cpuopts.h]) - rm -f score/include/rtems/score/cpuopts.h - mv cpuopts.tmp score/include/rtems/score/cpuopts.h - ]) -],[ - AC_MSG_NOTICE([creating score/include/rtems/score/cpuopts.h]) - rm -f score/include/rtems/score/cpuopts.h - mv cpuopts.tmp score/include/rtems/score/cpuopts.h -]) - AC_ENABLE_MULTILIB([Makefile],[..]) # libmisc/shell/* wants to assign file descriptors to stdio file descriptors.