From 8548fe0ae29eafea856090e742c1fd205ed4b0fb Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 18 Feb 1999 18:36:05 +0000 Subject: Part of the automake VI patch from Ralf Corsepius : > 5) rtems-rc-19990202-1.diff/reorg-install.sh > > reorg-install.sh fixes a Makefile variable name clash of RTEMS > configuration files and automake/autoconf standards. > Until now, RTEMS used $(INSTALL) for install-if-change. Automake and > autoconf use $(INSTALL) for a bsd-compatible install. As > install-if-change and bsd-install are not compatible, I renamed all > references to install-if-changed to $(INSTALL_CHANGED) and used > $(INSTALL) for bsd-install (==automake/autoconf standard). When > automake will be introduced install-if-change will probably be replaced > by $(INSTALL) and therefore will slowly vanish. For the moment, this > patch fixes a very nasty problem which prevents adding any automake file > until now (There are still more). --- Makefile.in | 2 ++ c/Makefile.in | 8 ++++---- c/build-tools/Makefile.in | 2 ++ c/build-tools/os/Makefile.in | 2 ++ c/build-tools/os/msdos/Makefile.in | 4 +++- c/build-tools/scripts/Makefile.in | 6 ++++-- c/build-tools/src/Makefile.in | 6 ++++-- c/src/Makefile.in | 2 ++ c/src/exec/Makefile.in | 2 ++ c/src/exec/posix/Makefile.in | 2 ++ c/src/exec/posix/include/Makefile.in | 2 ++ c/src/exec/posix/include/rtems/Makefile.in | 2 ++ c/src/exec/posix/include/rtems/posix/Makefile.in | 4 +++- c/src/exec/posix/include/sys/Makefile.in | 4 +++- c/src/exec/posix/include/wrap/Makefile.in | 4 +++- c/src/exec/posix/inline/Makefile.in | 2 ++ c/src/exec/posix/inline/rtems/Makefile.in | 2 ++ c/src/exec/posix/inline/rtems/posix/Makefile.in | 4 +++- c/src/exec/posix/macros/Makefile.in | 2 ++ c/src/exec/posix/macros/rtems/Makefile.in | 2 ++ c/src/exec/posix/macros/rtems/posix/Makefile.in | 4 +++- c/src/exec/posix/optman/Makefile.in | 2 ++ c/src/exec/posix/src/Makefile.in | 2 ++ c/src/exec/rtems/Makefile.in | 2 ++ c/src/exec/rtems/include/Makefile.in | 2 ++ c/src/exec/rtems/include/rtems/Makefile.in | 2 ++ c/src/exec/rtems/include/rtems/rtems/Makefile.in | 4 +++- c/src/exec/rtems/include/wrap/Makefile.in | 4 +++- c/src/exec/rtems/inline/Makefile.in | 2 ++ c/src/exec/rtems/inline/rtems/Makefile.in | 2 ++ c/src/exec/rtems/inline/rtems/rtems/Makefile.in | 4 +++- c/src/exec/rtems/macros/Makefile.in | 2 ++ c/src/exec/rtems/macros/rtems/Makefile.in | 2 ++ c/src/exec/rtems/macros/rtems/rtems/Makefile.in | 4 +++- c/src/exec/rtems/optman/Makefile.in | 2 ++ c/src/exec/rtems/src/Makefile.in | 2 ++ c/src/exec/sapi/Makefile.in | 2 ++ c/src/exec/sapi/include/Makefile.in | 2 ++ c/src/exec/sapi/include/rtems/Makefile.in | 6 ++++-- c/src/exec/sapi/include/wrap/Makefile.in | 4 +++- c/src/exec/sapi/inline/Makefile.in | 2 ++ c/src/exec/sapi/inline/rtems/Makefile.in | 4 +++- c/src/exec/sapi/macros/Makefile.in | 2 ++ c/src/exec/sapi/macros/rtems/Makefile.in | 4 +++- c/src/exec/sapi/optman/Makefile.in | 2 ++ c/src/exec/sapi/src/Makefile.in | 2 ++ c/src/exec/score/Makefile.in | 2 ++ c/src/exec/score/cpu/Makefile.in | 2 ++ c/src/exec/score/cpu/a29k/Makefile.in | 2 ++ c/src/exec/score/cpu/a29k/rtems/Makefile.in | 2 ++ c/src/exec/score/cpu/a29k/rtems/score/Makefile.in | 6 ++++-- c/src/exec/score/cpu/a29k/wrap/Makefile.in | 6 ++++-- c/src/exec/score/cpu/hppa1.1/Makefile.in | 2 ++ c/src/exec/score/cpu/hppa1.1/rtems/Makefile.in | 2 ++ c/src/exec/score/cpu/hppa1.1/rtems/score/Makefile.in | 6 ++++-- c/src/exec/score/cpu/hppa1.1/wrap/Makefile.in | 6 ++++-- c/src/exec/score/cpu/i386/Makefile.in | 2 ++ c/src/exec/score/cpu/i386/rtems/Makefile.in | 2 ++ c/src/exec/score/cpu/i386/rtems/score/Makefile.in | 6 ++++-- c/src/exec/score/cpu/i386/wrap/Makefile.in | 6 ++++-- c/src/exec/score/cpu/i960/Makefile.in | 2 ++ c/src/exec/score/cpu/i960/rtems/Makefile.in | 2 ++ c/src/exec/score/cpu/i960/rtems/score/Makefile.in | 6 ++++-- c/src/exec/score/cpu/i960/wrap/Makefile.in | 6 ++++-- c/src/exec/score/cpu/m68k/Makefile.in | 2 ++ c/src/exec/score/cpu/m68k/rtems/Makefile.in | 2 ++ c/src/exec/score/cpu/m68k/rtems/score/Makefile.in | 6 ++++-- c/src/exec/score/cpu/m68k/wrap/Makefile.in | 6 ++++-- c/src/exec/score/cpu/mips64orion/Makefile.in | 2 ++ c/src/exec/score/cpu/mips64orion/rtems/Makefile.in | 2 ++ .../score/cpu/mips64orion/rtems/score/Makefile.in | 6 ++++-- c/src/exec/score/cpu/mips64orion/wrap/Makefile.in | 6 ++++-- c/src/exec/score/cpu/no_cpu/Makefile.in | 2 ++ c/src/exec/score/cpu/no_cpu/rtems/Makefile.in | 2 ++ c/src/exec/score/cpu/no_cpu/rtems/score/Makefile.in | 6 ++++-- c/src/exec/score/cpu/no_cpu/wrap/Makefile.in | 6 ++++-- c/src/exec/score/cpu/powerpc/Makefile.in | 2 ++ c/src/exec/score/cpu/powerpc/rtems/Makefile.in | 2 ++ c/src/exec/score/cpu/powerpc/rtems/score/Makefile.in | 6 ++++-- c/src/exec/score/cpu/powerpc/wrap/Makefile.in | 6 ++++-- c/src/exec/score/cpu/sh/Makefile.in | 2 ++ c/src/exec/score/cpu/sh/rtems/Makefile.in | 2 ++ c/src/exec/score/cpu/sh/rtems/score/Makefile.in | 6 ++++-- c/src/exec/score/cpu/sh/wrap/Makefile.in | 6 ++++-- c/src/exec/score/cpu/sparc/Makefile.in | 2 ++ c/src/exec/score/cpu/sparc/rtems/Makefile.in | 2 ++ c/src/exec/score/cpu/sparc/rtems/score/Makefile.in | 6 ++++-- c/src/exec/score/cpu/sparc/wrap/Makefile.in | 6 ++++-- c/src/exec/score/cpu/unix/Makefile.in | 2 ++ c/src/exec/score/cpu/unix/rtems/Makefile.in | 2 ++ c/src/exec/score/cpu/unix/rtems/score/Makefile.in | 6 ++++-- c/src/exec/score/cpu/unix/wrap/Makefile.in | 6 ++++-- c/src/exec/score/include/Makefile.in | 2 ++ c/src/exec/score/include/rtems/Makefile.in | 2 ++ c/src/exec/score/include/rtems/score/Makefile.in | 4 +++- c/src/exec/score/include/rtems/wrap/Makefile.in | 4 +++- c/src/exec/score/inline/Makefile.in | 2 ++ c/src/exec/score/inline/rtems/Makefile.in | 2 ++ c/src/exec/score/inline/rtems/score/Makefile.in | 4 +++- c/src/exec/score/macros/Makefile.in | 2 ++ c/src/exec/score/macros/rtems/Makefile.in | 2 ++ c/src/exec/score/macros/rtems/score/Makefile.in | 4 +++- c/src/exec/score/src/Makefile.in | 2 ++ c/src/exec/score/tools/Makefile.in | 2 ++ c/src/exec/score/tools/generic/Makefile.in | 6 ++++-- c/src/exec/score/tools/hppa1.1/Makefile.in | 6 ++++-- c/src/exec/score/tools/sh/Makefile.in | 6 ++++-- c/src/exec/score/tools/unix/Makefile.in | 6 ++++-- c/src/exec/wrapup/Makefile.in | 2 ++ c/src/exec/wrapup/posix/Makefile.in | 2 ++ c/src/exec/wrapup/rtems/Makefile.in | 2 ++ c/src/lib/Makefile.in | 2 ++ c/src/lib/include/Makefile.in | 16 +++++++++------- c/src/lib/libbsp/Makefile.in | 2 ++ c/src/lib/libbsp/a29k/Makefile.in | 2 ++ c/src/lib/libbsp/a29k/portsw/Makefile.in | 2 ++ c/src/lib/libbsp/a29k/portsw/console/Makefile.in | 4 +++- c/src/lib/libbsp/a29k/portsw/include/Makefile.in | 6 ++++-- c/src/lib/libbsp/a29k/portsw/shmsupp/Makefile.in | 2 ++ c/src/lib/libbsp/a29k/portsw/start/Makefile.in | 2 ++ c/src/lib/libbsp/a29k/portsw/startup/Makefile.in | 4 +++- c/src/lib/libbsp/a29k/portsw/wrapup/Makefile.in | 2 ++ c/src/lib/libbsp/bare/Makefile.in | 2 ++ c/src/lib/libbsp/bare/include/Makefile.in | 4 +++- c/src/lib/libbsp/bare/wrapup/Makefile.in | 2 ++ c/src/lib/libbsp/hppa1.1/Makefile.in | 2 ++ c/src/lib/libbsp/hppa1.1/pxfl/Makefile.in | 4 +++- c/src/lib/libbsp/hppa1.1/simhppa/Makefile.in | 2 ++ c/src/lib/libbsp/hppa1.1/simhppa/include/Makefile.in | 6 ++++-- c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/Makefile.in | 2 ++ c/src/lib/libbsp/hppa1.1/simhppa/start/Makefile.in | 2 ++ c/src/lib/libbsp/hppa1.1/simhppa/startup/Makefile.in | 2 ++ c/src/lib/libbsp/hppa1.1/simhppa/tools/Makefile.in | 6 ++++-- c/src/lib/libbsp/hppa1.1/simhppa/tty/Makefile.in | 2 ++ c/src/lib/libbsp/hppa1.1/simhppa/wrapup/Makefile.in | 2 ++ c/src/lib/libbsp/i386/Makefile.in | 2 ++ c/src/lib/libbsp/i386/force386/Makefile.in | 2 ++ c/src/lib/libbsp/i386/force386/clock/Makefile.in | 2 ++ c/src/lib/libbsp/i386/force386/console/Makefile.in | 2 ++ c/src/lib/libbsp/i386/force386/include/Makefile.in | 6 ++++-- c/src/lib/libbsp/i386/force386/shmsupp/Makefile.in | 2 ++ c/src/lib/libbsp/i386/force386/start/Makefile.in | 4 +++- c/src/lib/libbsp/i386/force386/startup/Makefile.in | 4 +++- c/src/lib/libbsp/i386/force386/timer/Makefile.in | 2 ++ c/src/lib/libbsp/i386/force386/wrapup/Makefile.in | 2 ++ c/src/lib/libbsp/i386/go32/Makefile.in | 2 ++ c/src/lib/libbsp/i386/go32/clock/Makefile.in | 2 ++ c/src/lib/libbsp/i386/go32/console/Makefile.in | 2 ++ c/src/lib/libbsp/i386/go32/include/Makefile.in | 6 ++++-- c/src/lib/libbsp/i386/go32/startup/Makefile.in | 4 +++- c/src/lib/libbsp/i386/go32/timer/Makefile.in | 2 ++ c/src/lib/libbsp/i386/go32/wrapup/Makefile.in | 2 ++ c/src/lib/libbsp/i386/i386ex/Makefile.in | 2 ++ c/src/lib/libbsp/i386/i386ex/clock/Makefile.in | 2 ++ c/src/lib/libbsp/i386/i386ex/console/Makefile.in | 2 ++ c/src/lib/libbsp/i386/i386ex/include/Makefile.in | 6 ++++-- c/src/lib/libbsp/i386/i386ex/network/Makefile.in | 2 ++ c/src/lib/libbsp/i386/i386ex/start/Makefile.in | 4 +++- c/src/lib/libbsp/i386/i386ex/startup/Makefile.in | 6 ++++-- c/src/lib/libbsp/i386/i386ex/timer/Makefile.in | 2 ++ c/src/lib/libbsp/i386/i386ex/wrapup/Makefile.in | 2 ++ c/src/lib/libbsp/i386/pc386/Makefile.in | 2 ++ c/src/lib/libbsp/i386/pc386/clock/Makefile.in | 2 ++ c/src/lib/libbsp/i386/pc386/console/Makefile.in | 2 ++ c/src/lib/libbsp/i386/pc386/include/Makefile.in | 6 ++++-- c/src/lib/libbsp/i386/pc386/network/Makefile.in | 2 ++ c/src/lib/libbsp/i386/pc386/start/Makefile.in | 4 +++- c/src/lib/libbsp/i386/pc386/startup/Makefile.in | 4 +++- c/src/lib/libbsp/i386/pc386/timer/Makefile.in | 2 ++ c/src/lib/libbsp/i386/pc386/tools/Makefile.in | 4 +++- c/src/lib/libbsp/i386/pc386/wrapup/Makefile.in | 2 ++ c/src/lib/libbsp/i386/shared/Makefile.in | 2 ++ c/src/lib/libbsp/i386/shared/comm/Makefile.in | 4 +++- c/src/lib/libbsp/i386/shared/io/Makefile.in | 6 ++++-- c/src/lib/libbsp/i386/shared/irq/Makefile.in | 6 ++++-- c/src/lib/libbsp/i386/shared/pci/Makefile.in | 4 +++- c/src/lib/libbsp/i960/Makefile.in | 2 ++ c/src/lib/libbsp/i960/cvme961/Makefile.in | 2 ++ c/src/lib/libbsp/i960/cvme961/clock/Makefile.in | 2 ++ c/src/lib/libbsp/i960/cvme961/console/Makefile.in | 2 ++ c/src/lib/libbsp/i960/cvme961/include/Makefile.in | 6 ++++-- c/src/lib/libbsp/i960/cvme961/shmsupp/Makefile.in | 2 ++ c/src/lib/libbsp/i960/cvme961/start/Makefile.in | 2 ++ c/src/lib/libbsp/i960/cvme961/startup/Makefile.in | 4 +++- c/src/lib/libbsp/i960/cvme961/timer/Makefile.in | 2 ++ c/src/lib/libbsp/i960/cvme961/wrapup/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/dmv152/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/dmv152/clock/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/dmv152/console/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/dmv152/include/Makefile.in | 6 ++++-- c/src/lib/libbsp/m68k/dmv152/spurious/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/dmv152/startup/Makefile.in | 4 +++- c/src/lib/libbsp/m68k/dmv152/timer/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/dmv152/wrapup/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/efi332/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/efi332/clock/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/efi332/console/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/efi332/include/Makefile.in | 6 ++++-- c/src/lib/libbsp/m68k/efi332/spurious/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/efi332/start/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/efi332/start332/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/efi332/startup/Makefile.in | 4 +++- c/src/lib/libbsp/m68k/efi332/timer/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/efi332/wrapup/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/efi68k/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/efi68k/clock/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/efi68k/console/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/efi68k/include/Makefile.in | 6 ++++-- c/src/lib/libbsp/m68k/efi68k/spurious/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/efi68k/start/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/efi68k/start68k/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/efi68k/startup/Makefile.in | 4 +++- c/src/lib/libbsp/m68k/efi68k/timer/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/efi68k/wrapup/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/gen68302/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/gen68302/clock/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/gen68302/console/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/gen68302/include/Makefile.in | 6 ++++-- c/src/lib/libbsp/m68k/gen68302/start/Makefile.in | 4 +++- c/src/lib/libbsp/m68k/gen68302/start302/Makefile.in | 4 +++- c/src/lib/libbsp/m68k/gen68302/startup/Makefile.in | 4 +++- c/src/lib/libbsp/m68k/gen68302/timer/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/gen68302/wrapup/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/gen68340/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/gen68340/clock/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/gen68340/console/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/gen68340/include/Makefile.in | 6 ++++-- c/src/lib/libbsp/m68k/gen68340/start/Makefile.in | 4 +++- c/src/lib/libbsp/m68k/gen68340/start340/Makefile.in | 4 +++- c/src/lib/libbsp/m68k/gen68340/startup/Makefile.in | 4 +++- c/src/lib/libbsp/m68k/gen68340/timer/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/gen68340/wrapup/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/gen68360/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/gen68360/clock/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/gen68360/console/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/gen68360/include/Makefile.in | 6 ++++-- c/src/lib/libbsp/m68k/gen68360/network/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/gen68360/start/Makefile.in | 4 +++- c/src/lib/libbsp/m68k/gen68360/start360/Makefile.in | 4 +++- c/src/lib/libbsp/m68k/gen68360/startup/Makefile.in | 4 +++- c/src/lib/libbsp/m68k/gen68360/timer/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/gen68360/wrapup/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/idp/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/idp/clock/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/idp/console/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/idp/include/Makefile.in | 6 ++++-- c/src/lib/libbsp/m68k/idp/startup/Makefile.in | 4 +++- c/src/lib/libbsp/m68k/idp/timer/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/idp/wrapup/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/mvme136/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/mvme136/clock/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/mvme136/console/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/mvme136/include/Makefile.in | 6 ++++-- c/src/lib/libbsp/m68k/mvme136/shmsupp/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/mvme136/startup/Makefile.in | 4 +++- c/src/lib/libbsp/m68k/mvme136/timer/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/mvme136/wrapup/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/mvme147/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/mvme147/clock/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/mvme147/console/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/mvme147/include/Makefile.in | 6 ++++-- c/src/lib/libbsp/m68k/mvme147/startup/Makefile.in | 4 +++- c/src/lib/libbsp/m68k/mvme147/timer/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/mvme147/wrapup/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/mvme147s/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/mvme147s/clock/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/mvme147s/console/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/mvme147s/include/Makefile.in | 6 ++++-- c/src/lib/libbsp/m68k/mvme147s/shmsupp/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/mvme147s/startup/Makefile.in | 4 +++- c/src/lib/libbsp/m68k/mvme147s/timer/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/mvme147s/wrapup/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/mvme162/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/mvme162/clock/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/mvme162/console/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/mvme162/consolex/Makefile.in | 4 +++- c/src/lib/libbsp/m68k/mvme162/include/Makefile.in | 6 ++++-- c/src/lib/libbsp/m68k/mvme162/startup/Makefile.in | 4 +++- c/src/lib/libbsp/m68k/mvme162/timer/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/mvme162/tod/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/mvme162/tools/Makefile.in | 6 ++++-- c/src/lib/libbsp/m68k/mvme162/wrapup/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/ods68302/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/ods68302/clock/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/ods68302/console/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/ods68302/include/Makefile.in | 6 ++++-- c/src/lib/libbsp/m68k/ods68302/start/Makefile.in | 4 +++- c/src/lib/libbsp/m68k/ods68302/start302/Makefile.in | 4 +++- c/src/lib/libbsp/m68k/ods68302/startup/Makefile.in | 4 +++- c/src/lib/libbsp/m68k/ods68302/timer/Makefile.in | 2 ++ c/src/lib/libbsp/m68k/ods68302/wrapup/Makefile.in | 2 ++ c/src/lib/libbsp/mips64orion/Makefile.in | 2 ++ c/src/lib/libbsp/mips64orion/p4000/Makefile.in | 2 ++ .../lib/libbsp/mips64orion/p4000/console/Makefile.in | 2 ++ .../lib/libbsp/mips64orion/p4000/include/Makefile.in | 6 ++++-- .../lib/libbsp/mips64orion/p4000/liblnk/Makefile.in | 2 ++ c/src/lib/libbsp/mips64orion/p4000/start/Makefile.in | 2 ++ .../lib/libbsp/mips64orion/p4000/startup/Makefile.in | 4 +++- .../lib/libbsp/mips64orion/p4000/wrapup/Makefile.in | 2 ++ c/src/lib/libbsp/no_cpu/Makefile.in | 2 ++ c/src/lib/libbsp/no_cpu/no_bsp/Makefile.in | 2 ++ c/src/lib/libbsp/no_cpu/no_bsp/clock/Makefile.in | 2 ++ c/src/lib/libbsp/no_cpu/no_bsp/console/Makefile.in | 2 ++ c/src/lib/libbsp/no_cpu/no_bsp/include/Makefile.in | 6 ++++-- c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/Makefile.in | 2 ++ c/src/lib/libbsp/no_cpu/no_bsp/startup/Makefile.in | 4 +++- c/src/lib/libbsp/no_cpu/no_bsp/timer/Makefile.in | 2 ++ c/src/lib/libbsp/no_cpu/no_bsp/wrapup/Makefile.in | 2 ++ c/src/lib/libbsp/powerpc/Makefile.in | 2 ++ c/src/lib/libbsp/powerpc/dmv177/Makefile.in | 2 ++ c/src/lib/libbsp/powerpc/dmv177/clock/Makefile.in | 2 ++ c/src/lib/libbsp/powerpc/dmv177/console/Makefile.in | 2 ++ c/src/lib/libbsp/powerpc/dmv177/include/Makefile.in | 4 +++- c/src/lib/libbsp/powerpc/dmv177/scv64/Makefile.in | 2 ++ c/src/lib/libbsp/powerpc/dmv177/sonic/Makefile.in | 2 ++ c/src/lib/libbsp/powerpc/dmv177/start/Makefile.in | 2 ++ c/src/lib/libbsp/powerpc/dmv177/startup/Makefile.in | 4 +++- c/src/lib/libbsp/powerpc/dmv177/timer/Makefile.in | 2 ++ c/src/lib/libbsp/powerpc/dmv177/tod/Makefile.in | 2 ++ c/src/lib/libbsp/powerpc/dmv177/wrapup/Makefile.in | 2 ++ c/src/lib/libbsp/powerpc/eth_comm/Makefile.in | 2 ++ c/src/lib/libbsp/powerpc/eth_comm/canbus/Makefile.in | 2 ++ .../lib/libbsp/powerpc/eth_comm/console/Makefile.in | 2 ++ .../lib/libbsp/powerpc/eth_comm/include/Makefile.in | 6 ++++-- .../lib/libbsp/powerpc/eth_comm/network/Makefile.in | 2 ++ c/src/lib/libbsp/powerpc/eth_comm/start/Makefile.in | 2 ++ .../lib/libbsp/powerpc/eth_comm/startup/Makefile.in | 4 +++- c/src/lib/libbsp/powerpc/eth_comm/wrapup/Makefile.in | 2 ++ c/src/lib/libbsp/powerpc/helas403/Makefile.in | 2 ++ .../lib/libbsp/powerpc/helas403/dlentry/Makefile.in | 2 ++ .../libbsp/powerpc/helas403/flashentry/Makefile.in | 2 ++ .../lib/libbsp/powerpc/helas403/include/Makefile.in | 6 ++++-- .../lib/libbsp/powerpc/helas403/startup/Makefile.in | 4 +++- c/src/lib/libbsp/powerpc/helas403/wrapup/Makefile.in | 2 ++ c/src/lib/libbsp/powerpc/papyrus/Makefile.in | 2 ++ c/src/lib/libbsp/powerpc/papyrus/dlentry/Makefile.in | 2 ++ .../libbsp/powerpc/papyrus/flashentry/Makefile.in | 2 ++ c/src/lib/libbsp/powerpc/papyrus/include/Makefile.in | 6 ++++-- c/src/lib/libbsp/powerpc/papyrus/startup/Makefile.in | 4 +++- c/src/lib/libbsp/powerpc/papyrus/wrapup/Makefile.in | 2 ++ c/src/lib/libbsp/powerpc/ppcn_60x/Makefile.in | 2 ++ c/src/lib/libbsp/powerpc/ppcn_60x/clock/Makefile.in | 2 ++ .../lib/libbsp/powerpc/ppcn_60x/console/Makefile.in | 2 ++ .../lib/libbsp/powerpc/ppcn_60x/include/Makefile.in | 4 +++- .../lib/libbsp/powerpc/ppcn_60x/network/Makefile.in | 2 ++ c/src/lib/libbsp/powerpc/ppcn_60x/nvram/Makefile.in | 2 ++ c/src/lib/libbsp/powerpc/ppcn_60x/pci/Makefile.in | 2 ++ c/src/lib/libbsp/powerpc/ppcn_60x/start/Makefile.in | 2 ++ .../lib/libbsp/powerpc/ppcn_60x/startup/Makefile.in | 4 +++- c/src/lib/libbsp/powerpc/ppcn_60x/timer/Makefile.in | 2 ++ c/src/lib/libbsp/powerpc/ppcn_60x/tod/Makefile.in | 2 ++ .../lib/libbsp/powerpc/ppcn_60x/universe/Makefile.in | 2 ++ .../lib/libbsp/powerpc/ppcn_60x/vectors/Makefile.in | 2 ++ c/src/lib/libbsp/powerpc/ppcn_60x/wrapup/Makefile.in | 2 ++ c/src/lib/libbsp/powerpc/psim/Makefile.in | 2 ++ c/src/lib/libbsp/powerpc/psim/clock/Makefile.in | 2 ++ c/src/lib/libbsp/powerpc/psim/console/Makefile.in | 2 ++ c/src/lib/libbsp/powerpc/psim/include/Makefile.in | 4 +++- c/src/lib/libbsp/powerpc/psim/shmsupp/Makefile.in | 2 ++ c/src/lib/libbsp/powerpc/psim/start/Makefile.in | 2 ++ c/src/lib/libbsp/powerpc/psim/startsim/Makefile.in | 2 ++ c/src/lib/libbsp/powerpc/psim/startup/Makefile.in | 6 ++++-- c/src/lib/libbsp/powerpc/psim/timer/Makefile.in | 2 ++ c/src/lib/libbsp/powerpc/psim/tools/Makefile.in | 2 ++ c/src/lib/libbsp/powerpc/psim/vectors/Makefile.in | 2 ++ c/src/lib/libbsp/powerpc/psim/wrapup/Makefile.in | 2 ++ c/src/lib/libbsp/sh/Makefile.in | 2 ++ c/src/lib/libbsp/sh/gensh1/Makefile.in | 2 ++ c/src/lib/libbsp/sh/gensh1/include/Makefile.in | 4 +++- c/src/lib/libbsp/sh/gensh1/scitab/Makefile.in | 2 ++ c/src/lib/libbsp/sh/gensh1/start/Makefile.in | 2 ++ c/src/lib/libbsp/sh/gensh1/startup/Makefile.in | 4 +++- c/src/lib/libbsp/sh/gensh1/wrapup/Makefile.in | 2 ++ c/src/lib/libbsp/shmdr/Makefile.in | 4 +++- c/src/lib/libbsp/sparc/Makefile.in | 2 ++ c/src/lib/libbsp/sparc/erc32/Makefile.in | 2 ++ c/src/lib/libbsp/sparc/erc32/clock/Makefile.in | 2 ++ c/src/lib/libbsp/sparc/erc32/console/Makefile.in | 2 ++ c/src/lib/libbsp/sparc/erc32/include/Makefile.in | 4 +++- c/src/lib/libbsp/sparc/erc32/start/Makefile.in | 2 ++ c/src/lib/libbsp/sparc/erc32/startsis/Makefile.in | 2 ++ c/src/lib/libbsp/sparc/erc32/startup/Makefile.in | 4 +++- c/src/lib/libbsp/sparc/erc32/timer/Makefile.in | 2 ++ c/src/lib/libbsp/sparc/erc32/tools/Makefile.in | 6 ++++-- c/src/lib/libbsp/sparc/erc32/wrapup/Makefile.in | 2 ++ c/src/lib/libbsp/unix/Makefile.in | 2 ++ c/src/lib/libbsp/unix/posix/Makefile.in | 2 ++ c/src/lib/libbsp/unix/posix/clock/Makefile.in | 2 ++ c/src/lib/libbsp/unix/posix/console/Makefile.in | 2 ++ c/src/lib/libbsp/unix/posix/include/Makefile.in | 6 ++++-- c/src/lib/libbsp/unix/posix/shmsupp/Makefile.in | 2 ++ c/src/lib/libbsp/unix/posix/startup/Makefile.in | 2 ++ c/src/lib/libbsp/unix/posix/timer/Makefile.in | 2 ++ c/src/lib/libbsp/unix/posix/tools/Makefile.in | 6 ++++-- c/src/lib/libbsp/unix/posix/wrapup/Makefile.in | 2 ++ c/src/lib/libc/Makefile.in | 10 ++++++---- c/src/lib/libchip/Makefile.in | 2 ++ c/src/lib/libchip/network/Makefile.in | 6 ++++-- c/src/lib/libchip/rtc/Makefile.in | 6 ++++-- c/src/lib/libchip/serial/Makefile.in | 6 ++++-- c/src/lib/libcpu/Makefile.in | 2 ++ c/src/lib/libcpu/hppa1.1/Makefile.in | 2 ++ c/src/lib/libcpu/hppa1.1/clock/Makefile.in | 2 ++ c/src/lib/libcpu/hppa1.1/include/Makefile.in | 2 ++ c/src/lib/libcpu/hppa1.1/milli/Makefile.in | 2 ++ c/src/lib/libcpu/hppa1.1/runway/Makefile.in | 4 +++- c/src/lib/libcpu/hppa1.1/semaphore/Makefile.in | 4 +++- c/src/lib/libcpu/hppa1.1/timer/Makefile.in | 2 ++ c/src/lib/libcpu/i386/Makefile.in | 4 +++- c/src/lib/libcpu/i386/wrapup/Makefile.in | 2 ++ c/src/lib/libcpu/m68k/Makefile.in | 2 ++ c/src/lib/libcpu/m68k/m68040/Makefile.in | 2 ++ c/src/lib/libcpu/m68k/m68040/fpsp/Makefile.in | 2 ++ c/src/lib/libcpu/mips64orion/Makefile.in | 2 ++ c/src/lib/libcpu/mips64orion/clock/Makefile.in | 2 ++ c/src/lib/libcpu/mips64orion/include/Makefile.in | 2 ++ c/src/lib/libcpu/mips64orion/timer/Makefile.in | 2 ++ c/src/lib/libcpu/powerpc/Makefile.in | 2 ++ c/src/lib/libcpu/powerpc/mpc860/Makefile.in | 2 ++ c/src/lib/libcpu/powerpc/mpc860/clock/Makefile.in | 2 ++ .../powerpc/mpc860/console-generic/Makefile.in | 2 ++ c/src/lib/libcpu/powerpc/mpc860/include/Makefile.in | 4 +++- c/src/lib/libcpu/powerpc/mpc860/timer/Makefile.in | 2 ++ c/src/lib/libcpu/powerpc/mpc860/vectors/Makefile.in | 2 ++ c/src/lib/libcpu/powerpc/ppc403/Makefile.in | 2 ++ c/src/lib/libcpu/powerpc/ppc403/clock/Makefile.in | 2 ++ c/src/lib/libcpu/powerpc/ppc403/console/Makefile.in | 2 ++ c/src/lib/libcpu/powerpc/ppc403/ictrl/Makefile.in | 4 +++- c/src/lib/libcpu/powerpc/ppc403/include/Makefile.in | 2 ++ c/src/lib/libcpu/powerpc/ppc403/timer/Makefile.in | 2 ++ c/src/lib/libcpu/powerpc/ppc403/vectors/Makefile.in | 2 ++ c/src/lib/libcpu/sh/Makefile.in | 2 ++ c/src/lib/libcpu/sh/sh7032/Makefile.in | 2 ++ c/src/lib/libcpu/sh/sh7032/clock/Makefile.in | 2 ++ c/src/lib/libcpu/sh/sh7032/console/Makefile.in | 2 ++ c/src/lib/libcpu/sh/sh7032/include/Makefile.in | 4 +++- c/src/lib/libcpu/sh/sh7032/null/Makefile.in | 2 ++ c/src/lib/libcpu/sh/sh7032/timer/Makefile.in | 2 ++ c/src/lib/libcpu/sparc/Makefile.in | 2 ++ c/src/lib/libcpu/sparc/reg_win/Makefile.in | 2 ++ c/src/lib/libmisc/Makefile.in | 2 ++ c/src/lib/libmisc/assoc/Makefile.in | 4 +++- c/src/lib/libmisc/cpuuse/Makefile.in | 4 +++- c/src/lib/libmisc/dumpbuf/Makefile.in | 4 +++- c/src/lib/libmisc/error/Makefile.in | 4 +++- c/src/lib/libmisc/monitor/Makefile.in | 4 +++- c/src/lib/libmisc/rtmonuse/Makefile.in | 4 +++- c/src/lib/libmisc/stackchk/Makefile.in | 4 +++- c/src/lib/libmisc/wrapup/Makefile.in | 2 ++ c/src/lib/libnetworking/Makefile.in | 2 ++ c/src/lib/libnetworking/include/Makefile.in | 20 +++++++++++--------- c/src/lib/libnetworking/kern/Makefile.in | 2 ++ c/src/lib/libnetworking/lib/Makefile.in | 2 ++ c/src/lib/libnetworking/libc/Makefile.in | 2 ++ c/src/lib/libnetworking/net/Makefile.in | 2 ++ c/src/lib/libnetworking/netinet/Makefile.in | 2 ++ c/src/lib/libnetworking/nfs/Makefile.in | 2 ++ c/src/lib/libnetworking/rtems/Makefile.in | 2 ++ c/src/lib/libnetworking/wrapup/Makefile.in | 2 ++ c/src/lib/librdbg/Makefile.in | 4 +++- c/src/lib/librpc/Makefile.in | 2 ++ c/src/lib/librtems++/Makefile.in | 2 ++ c/src/lib/start/Makefile.in | 2 ++ c/src/lib/start/a29k/Makefile.in | 2 ++ c/src/lib/start/i960/Makefile.in | 2 ++ c/src/lib/start/m68k/Makefile.in | 2 ++ c/src/lib/start/mips64orion/Makefile.in | 2 ++ c/src/lib/start/sh/Makefile.in | 2 ++ c/src/lib/wrapup/Makefile.in | 2 ++ c/src/libchip/network/Makefile.in | 6 ++++-- c/src/libchip/rtc/Makefile.in | 6 ++++-- c/src/libchip/serial/Makefile.in | 6 ++++-- c/src/libmisc/assoc/Makefile.in | 4 +++- c/src/libmisc/cpuuse/Makefile.in | 4 +++- c/src/libmisc/dumpbuf/Makefile.in | 4 +++- c/src/libmisc/error/Makefile.in | 4 +++- c/src/libmisc/monitor/Makefile.in | 4 +++- c/src/libmisc/rtmonuse/Makefile.in | 4 +++- c/src/libmisc/stackchk/Makefile.in | 4 +++- c/src/libmisc/wrapup/Makefile.in | 2 ++ c/src/libnetworking/Makefile.in | 2 ++ c/src/libnetworking/include/Makefile.in | 20 +++++++++++--------- c/src/libnetworking/kern/Makefile.in | 2 ++ c/src/libnetworking/lib/Makefile.in | 2 ++ c/src/libnetworking/libc/Makefile.in | 2 ++ c/src/libnetworking/net/Makefile.in | 2 ++ c/src/libnetworking/netinet/Makefile.in | 2 ++ c/src/libnetworking/nfs/Makefile.in | 2 ++ c/src/libnetworking/rtems/Makefile.in | 2 ++ c/src/libnetworking/wrapup/Makefile.in | 2 ++ c/src/librdbg/src/Makefile.in | 4 +++- c/src/librpc/src/Makefile.in | 2 ++ c/src/librtems++/src/Makefile.in | 2 ++ c/src/make/host.cfg.in | 2 +- c/src/tests/Makefile.in | 2 ++ c/src/tests/libtests/Makefile.in | 2 ++ c/src/tests/libtests/cpuuse/Makefile.in | 2 ++ c/src/tests/libtests/malloctest/Makefile.in | 2 ++ c/src/tests/libtests/monitor/Makefile.in | 2 ++ c/src/tests/libtests/rtems++/Makefile.in | 2 ++ c/src/tests/libtests/rtmonuse/Makefile.in | 2 ++ c/src/tests/libtests/stackchk/Makefile.in | 2 ++ c/src/tests/libtests/termios/Makefile.in | 2 ++ c/src/tests/mptests/Makefile.in | 2 ++ c/src/tests/mptests/mp01/Makefile.in | 2 ++ c/src/tests/mptests/mp01/node1/Makefile.in | 4 +++- c/src/tests/mptests/mp01/node2/Makefile.in | 4 +++- c/src/tests/mptests/mp02/Makefile.in | 2 ++ c/src/tests/mptests/mp02/node1/Makefile.in | 4 +++- c/src/tests/mptests/mp02/node2/Makefile.in | 4 +++- c/src/tests/mptests/mp03/Makefile.in | 2 ++ c/src/tests/mptests/mp03/node1/Makefile.in | 4 +++- c/src/tests/mptests/mp03/node2/Makefile.in | 4 +++- c/src/tests/mptests/mp04/Makefile.in | 2 ++ c/src/tests/mptests/mp04/node1/Makefile.in | 4 +++- c/src/tests/mptests/mp04/node2/Makefile.in | 4 +++- c/src/tests/mptests/mp05/Makefile.in | 2 ++ c/src/tests/mptests/mp05/node1/Makefile.in | 4 +++- c/src/tests/mptests/mp05/node2/Makefile.in | 4 +++- c/src/tests/mptests/mp06/Makefile.in | 2 ++ c/src/tests/mptests/mp06/node1/Makefile.in | 4 +++- c/src/tests/mptests/mp06/node2/Makefile.in | 4 +++- c/src/tests/mptests/mp07/Makefile.in | 2 ++ c/src/tests/mptests/mp07/node1/Makefile.in | 4 +++- c/src/tests/mptests/mp07/node2/Makefile.in | 4 +++- c/src/tests/mptests/mp08/Makefile.in | 2 ++ c/src/tests/mptests/mp08/node1/Makefile.in | 4 +++- c/src/tests/mptests/mp08/node2/Makefile.in | 4 +++- c/src/tests/mptests/mp09/Makefile.in | 2 ++ c/src/tests/mptests/mp09/node1/Makefile.in | 4 +++- c/src/tests/mptests/mp09/node2/Makefile.in | 4 +++- c/src/tests/mptests/mp10/Makefile.in | 2 ++ c/src/tests/mptests/mp10/node1/Makefile.in | 4 +++- c/src/tests/mptests/mp10/node2/Makefile.in | 4 +++- c/src/tests/mptests/mp11/Makefile.in | 2 ++ c/src/tests/mptests/mp11/node1/Makefile.in | 4 +++- c/src/tests/mptests/mp11/node2/Makefile.in | 4 +++- c/src/tests/mptests/mp12/Makefile.in | 2 ++ c/src/tests/mptests/mp12/node1/Makefile.in | 4 +++- c/src/tests/mptests/mp12/node2/Makefile.in | 4 +++- c/src/tests/mptests/mp13/Makefile.in | 2 ++ c/src/tests/mptests/mp13/node1/Makefile.in | 4 +++- c/src/tests/mptests/mp13/node2/Makefile.in | 4 +++- c/src/tests/mptests/mp14/Makefile.in | 2 ++ c/src/tests/mptests/mp14/node1/Makefile.in | 4 +++- c/src/tests/mptests/mp14/node2/Makefile.in | 4 +++- c/src/tests/psxtests/Makefile.in | 2 ++ c/src/tests/psxtests/psx01/Makefile.in | 4 +++- c/src/tests/psxtests/psx02/Makefile.in | 4 +++- c/src/tests/psxtests/psx03/Makefile.in | 4 +++- c/src/tests/psxtests/psx04/Makefile.in | 4 +++- c/src/tests/psxtests/psx05/Makefile.in | 4 +++- c/src/tests/psxtests/psx06/Makefile.in | 4 +++- c/src/tests/psxtests/psx07/Makefile.in | 4 +++- c/src/tests/psxtests/psx08/Makefile.in | 4 +++- c/src/tests/psxtests/psx09/Makefile.in | 4 +++- c/src/tests/psxtests/psx10/Makefile.in | 4 +++- c/src/tests/psxtests/psx11/Makefile.in | 4 +++- c/src/tests/psxtests/psx12/Makefile.in | 4 +++- c/src/tests/psxtests/psx13/Makefile.in | 4 +++- c/src/tests/psxtests/psxfile01/Makefile.in | 4 +++- c/src/tests/psxtests/psxfile02/Makefile.in | 4 +++- c/src/tests/psxtests/psxhdrs/Makefile.in | 2 ++ c/src/tests/psxtests/psxmount/Makefile.in | 4 +++- c/src/tests/psxtests/psxreaddir/Makefile.in | 4 +++- c/src/tests/psxtests/psxstat/Makefile.in | 4 +++- c/src/tests/psxtests/psxtime/Makefile.in | 4 +++- c/src/tests/psxtests/psxtimer/Makefile.in | 4 +++- c/src/tests/psxtests/support/Makefile.in | 2 ++ c/src/tests/psxtests/support/include/Makefile.in | 6 ++++-- c/src/tests/samples/Makefile.in | 2 ++ c/src/tests/samples/base_mp/Makefile.in | 2 ++ c/src/tests/samples/base_mp/node1/Makefile.in | 2 ++ c/src/tests/samples/base_mp/node2/Makefile.in | 2 ++ c/src/tests/samples/base_sp/Makefile.in | 2 ++ c/src/tests/samples/cdtest/Makefile.in | 2 ++ c/src/tests/samples/hello/Makefile.in | 2 ++ c/src/tests/samples/paranoia/Makefile.in | 2 ++ c/src/tests/samples/ticker/Makefile.in | 2 ++ c/src/tests/sptests/Makefile.in | 2 ++ c/src/tests/sptests/sp01/Makefile.in | 4 +++- c/src/tests/sptests/sp02/Makefile.in | 4 +++- c/src/tests/sptests/sp03/Makefile.in | 4 +++- c/src/tests/sptests/sp04/Makefile.in | 4 +++- c/src/tests/sptests/sp05/Makefile.in | 4 +++- c/src/tests/sptests/sp06/Makefile.in | 4 +++- c/src/tests/sptests/sp07/Makefile.in | 4 +++- c/src/tests/sptests/sp08/Makefile.in | 4 +++- c/src/tests/sptests/sp09/Makefile.in | 4 +++- c/src/tests/sptests/sp11/Makefile.in | 4 +++- c/src/tests/sptests/sp12/Makefile.in | 4 +++- c/src/tests/sptests/sp13/Makefile.in | 4 +++- c/src/tests/sptests/sp14/Makefile.in | 4 +++- c/src/tests/sptests/sp15/Makefile.in | 4 +++- c/src/tests/sptests/sp16/Makefile.in | 4 +++- c/src/tests/sptests/sp17/Makefile.in | 4 +++- c/src/tests/sptests/sp19/Makefile.in | 4 +++- c/src/tests/sptests/sp20/Makefile.in | 4 +++- c/src/tests/sptests/sp21/Makefile.in | 4 +++- c/src/tests/sptests/sp22/Makefile.in | 4 +++- c/src/tests/sptests/sp23/Makefile.in | 4 +++- c/src/tests/sptests/sp24/Makefile.in | 4 +++- c/src/tests/sptests/sp25/Makefile.in | 4 +++- c/src/tests/sptests/spfatal/Makefile.in | 4 +++- c/src/tests/sptests/spsize/Makefile.in | 2 ++ c/src/tests/support/Makefile.in | 2 ++ c/src/tests/support/include/Makefile.in | 6 ++++-- c/src/tests/support/stubdr/Makefile.in | 4 +++- c/src/tests/support/wrapup/Makefile.in | 2 ++ c/src/tests/tmtests/Makefile.in | 2 ++ c/src/tests/tmtests/include/Makefile.in | 6 ++++-- c/src/tests/tmtests/tm01/Makefile.in | 2 ++ c/src/tests/tmtests/tm02/Makefile.in | 2 ++ c/src/tests/tmtests/tm03/Makefile.in | 2 ++ c/src/tests/tmtests/tm04/Makefile.in | 2 ++ c/src/tests/tmtests/tm05/Makefile.in | 2 ++ c/src/tests/tmtests/tm06/Makefile.in | 2 ++ c/src/tests/tmtests/tm07/Makefile.in | 2 ++ c/src/tests/tmtests/tm08/Makefile.in | 2 ++ c/src/tests/tmtests/tm09/Makefile.in | 2 ++ c/src/tests/tmtests/tm10/Makefile.in | 2 ++ c/src/tests/tmtests/tm11/Makefile.in | 2 ++ c/src/tests/tmtests/tm12/Makefile.in | 2 ++ c/src/tests/tmtests/tm13/Makefile.in | 2 ++ c/src/tests/tmtests/tm14/Makefile.in | 2 ++ c/src/tests/tmtests/tm15/Makefile.in | 2 ++ c/src/tests/tmtests/tm16/Makefile.in | 2 ++ c/src/tests/tmtests/tm17/Makefile.in | 2 ++ c/src/tests/tmtests/tm18/Makefile.in | 2 ++ c/src/tests/tmtests/tm19/Makefile.in | 2 ++ c/src/tests/tmtests/tm20/Makefile.in | 2 ++ c/src/tests/tmtests/tm21/Makefile.in | 2 ++ c/src/tests/tmtests/tm22/Makefile.in | 2 ++ c/src/tests/tmtests/tm23/Makefile.in | 2 ++ c/src/tests/tmtests/tm24/Makefile.in | 2 ++ c/src/tests/tmtests/tm25/Makefile.in | 2 ++ c/src/tests/tmtests/tm26/Makefile.in | 2 ++ c/src/tests/tmtests/tm27/Makefile.in | 2 ++ c/src/tests/tmtests/tm28/Makefile.in | 2 ++ c/src/tests/tmtests/tm29/Makefile.in | 2 ++ c/src/tests/tmtests/tmck/Makefile.in | 2 ++ c/src/tests/tmtests/tmoverhd/Makefile.in | 2 ++ c/src/tests/tools/Makefile.in | 2 ++ c/src/tests/tools/generic/Makefile.in | 2 ++ c/src/wrapup/Makefile.in | 2 ++ c/update-tools/Makefile.in | 8 +++++--- make/Makefile.in | 20 +++++++++++--------- make/Templates/Makefile.leaf | 2 +- make/Templates/Makefile.lib | 2 +- make/host.cfg.in | 2 +- make/target.cfg.in | 2 +- tools/build/Makefile.in | 2 ++ tools/build/os/Makefile.in | 2 ++ tools/build/os/msdos/Makefile.in | 4 +++- tools/build/scripts/Makefile.in | 6 ++++-- tools/build/src/Makefile.in | 6 ++++-- tools/cpu/Makefile.in | 2 ++ tools/cpu/generic/Makefile.in | 6 ++++-- tools/cpu/sh/Makefile.in | 6 ++++-- tools/cpu/unix/Makefile.in | 6 ++++-- tools/update/Makefile.in | 8 +++++--- 662 files changed, 1680 insertions(+), 368 deletions(-) diff --git a/Makefile.in b/Makefile.in index 9046b7a6b8..c17f6f4860 100644 --- a/Makefile.in +++ b/Makefile.in @@ -23,6 +23,8 @@ export bindir RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + VPATH=@srcdir@ ifeq ($(RTEMS_BSP),) diff --git a/c/Makefile.in b/c/Makefile.in index 86224be989..ec2f316314 100644 --- a/c/Makefile.in +++ b/c/Makefile.in @@ -20,6 +20,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg @@ -73,8 +75,7 @@ BSP_SPECS_DIR = $(RTEMS_ROOT)/c/src/lib/libbsp/$(RTEMS_CPU)/$(RTEMS_BSP_FAMILY) endif $(BSP_SPECS): $(BSP_SPECS_DIR)/bsp_specs - cp $< $@ - chmod 444 $@ + $(INSTALL) $(INSTDATAFLAGS) $< $@ # Make all/install must include 'env' # if something is added to TARGET_VARIANTS, then account for it here @@ -141,8 +142,7 @@ $(PROJECT_ROOT)/$(RTEMS_BSP)/Makefile.inc: $(PROJECT_ROOT)/make/Templates/Makefi # the tests directory. This significantly minimizes the install size. install_files: $(PROJECT_ROOT)/$(RTEMS_BSP)/Makefile.inc - -$(MKDIR) $(prefix)/ - -$(MKDIR) $(prefix)/rtems + @top_srcdir@/mkinstalldirs $(prefix)/rtems -$(RM) -rf $(prefix)/rtems/$(RTEMS_BSP) cd ../; tar cf - $(RTEMS_BSP)/[bilsuM]* | \ (cd $(prefix)/rtems; tar xpBf - ) diff --git a/c/build-tools/Makefile.in b/c/build-tools/Makefile.in index ad819e8214..e58758025b 100644 --- a/c/build-tools/Makefile.in +++ b/c/build-tools/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/build-tools/os/Makefile.in b/c/build-tools/os/Makefile.in index d540e58fa0..884a8c9b9e 100644 --- a/c/build-tools/os/Makefile.in +++ b/c/build-tools/os/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/build-tools/os/msdos/Makefile.in b/c/build-tools/os/msdos/Makefile.in index 23a840d33a..bcd523fb64 100644 --- a/c/build-tools/os/msdos/Makefile.in +++ b/c/build-tools/os/msdos/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/leaf.cfg @@ -20,7 +22,7 @@ INSTALLED=$(DESTDIR)/ifc.exe \ all: $(DESTDIR) $(PGMS) install $(DESTDIR): - @INSTALL@ $(INSTDIRFLAGS) $@ + @top_srcdir@/mkinstalldirs $@ install: $(INSTALLED) diff --git a/c/build-tools/scripts/Makefile.in b/c/build-tools/scripts/Makefile.in index 753bfafaa5..eaf1dd397f 100644 --- a/c/build-tools/scripts/Makefile.in +++ b/c/build-tools/scripts/Makefile.in @@ -12,6 +12,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/rtems.cfg @@ -28,9 +30,9 @@ INSTALLED_PGMS=$(PGMS:%=$(DESTDIR)/%) all: $(DESTDIR) $(PGMS) install $(DESTDIR): - @INSTALL@ $(INSTDIRFLAGS) $@ + @top_srcdir@/mkinstalldirs $@ $(INSTALLED_PGMS): $(PGMS) - @INSTALL@ $(INSTBINFLAGS) $^ $(DESTDIR) + $(INSTALL) $(INSTBINFLAGS) $^ $(DESTDIR) install: $(DESTDIR) $(INSTALLED_PGMS) diff --git a/c/build-tools/src/Makefile.in b/c/build-tools/src/Makefile.in index 52942d909f..415017a9aa 100644 --- a/c/build-tools/src/Makefile.in +++ b/c/build-tools/src/Makefile.in @@ -19,6 +19,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + # we use host compiler in this directory USE_HOST_COMPILER=yes @@ -64,7 +66,7 @@ CLOBBER_ADDITIONS += DESTDIR=${PROJECT_RELEASE}/build-tools $(DESTDIR): - @INSTALL@ $(INSTDIRFLAGS) $@ + @top_srcdir@/mkinstalldirs $@ all: $(ARCH) $(DESTDIR) $(SRCS) $(PGMS) - @INSTALL@ $(INSTBINFLAGS) $(PGMS) $(DESTDIR) + $(INSTALL) $(INSTBINFLAGS) $(PGMS) $(DESTDIR) diff --git a/c/src/Makefile.in b/c/src/Makefile.in index caaf179f90..f1b26eb2c8 100644 --- a/c/src/Makefile.in +++ b/c/src/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/exec/Makefile.in b/c/src/exec/Makefile.in index 9622e6de78..bcf571bd66 100644 --- a/c/src/exec/Makefile.in +++ b/c/src/exec/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/exec/posix/Makefile.in b/c/src/exec/posix/Makefile.in index 72a335b4f4..8dbcd5a604 100644 --- a/c/src/exec/posix/Makefile.in +++ b/c/src/exec/posix/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/exec/posix/include/Makefile.in b/c/src/exec/posix/include/Makefile.in index df04bc061e..8ec7121c04 100644 --- a/c/src/exec/posix/include/Makefile.in +++ b/c/src/exec/posix/include/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/exec/posix/include/rtems/Makefile.in b/c/src/exec/posix/include/rtems/Makefile.in index d6063c8220..7b24505fad 100644 --- a/c/src/exec/posix/include/rtems/Makefile.in +++ b/c/src/exec/posix/include/rtems/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/exec/posix/include/rtems/posix/Makefile.in b/c/src/exec/posix/include/rtems/posix/Makefile.in index e61c8029a7..bbbbc04e9b 100644 --- a/c/src/exec/posix/include/rtems/posix/Makefile.in +++ b/c/src/exec/posix/include/rtems/posix/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + # We only build multiprocessing related files if HAS_MP was defined MP_PIECES_yes_V = condmp mutexmp pthreadmp MP_PIECES = $(MP_PIECES_$(HAS_MP)_V) @@ -35,4 +37,4 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems/posix + $(INSTALL_CHANGE) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems/posix diff --git a/c/src/exec/posix/include/sys/Makefile.in b/c/src/exec/posix/include/sys/Makefile.in index 6cd1588f29..ab24bd9238 100644 --- a/c/src/exec/posix/include/sys/Makefile.in +++ b/c/src/exec/posix/include/sys/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + #H_PIECES=utsname H_PIECES=utime H_FILES=$(H_PIECES:%=$(srcdir)/%.h) @@ -28,4 +30,4 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/sys + $(INSTALL_CHANGE) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/sys diff --git a/c/src/exec/posix/include/wrap/Makefile.in b/c/src/exec/posix/include/wrap/Makefile.in index d58dbb7f51..707b0991b4 100644 --- a/c/src/exec/posix/include/wrap/Makefile.in +++ b/c/src/exec/posix/include/wrap/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + #H_PIECES= aio devctl intr limits mqueue pthread sched semaphore \ # signal time unistd H_PIECES= pthread sched @@ -31,4 +33,4 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 ${H_FILES} $(PROJECT_INCLUDE) diff --git a/c/src/exec/posix/inline/Makefile.in b/c/src/exec/posix/inline/Makefile.in index 629e47c522..5f7a328220 100644 --- a/c/src/exec/posix/inline/Makefile.in +++ b/c/src/exec/posix/inline/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/exec/posix/inline/rtems/Makefile.in b/c/src/exec/posix/inline/rtems/Makefile.in index d6063c8220..7b24505fad 100644 --- a/c/src/exec/posix/inline/rtems/Makefile.in +++ b/c/src/exec/posix/inline/rtems/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/exec/posix/inline/rtems/posix/Makefile.in b/c/src/exec/posix/inline/rtems/posix/Makefile.in index 0b0d64d1ef..73a2c7fdf3 100644 --- a/c/src/exec/posix/inline/rtems/posix/Makefile.in +++ b/c/src/exec/posix/inline/rtems/posix/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + #I_PIECES= cond intr key mqueue mutex pthread priority semaphore I_PIECES=cond key mutex pthread priority I_FILES=$(I_PIECES:%=$(srcdir)/%.inl) @@ -28,4 +30,4 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 ${I_FILES} $(PROJECT_INCLUDE)/rtems/posix + $(INSTALL_CHANGE) -m 444 ${I_FILES} $(PROJECT_INCLUDE)/rtems/posix diff --git a/c/src/exec/posix/macros/Makefile.in b/c/src/exec/posix/macros/Makefile.in index 629e47c522..5f7a328220 100644 --- a/c/src/exec/posix/macros/Makefile.in +++ b/c/src/exec/posix/macros/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/exec/posix/macros/rtems/Makefile.in b/c/src/exec/posix/macros/rtems/Makefile.in index d6063c8220..7b24505fad 100644 --- a/c/src/exec/posix/macros/rtems/Makefile.in +++ b/c/src/exec/posix/macros/rtems/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/exec/posix/macros/rtems/posix/Makefile.in b/c/src/exec/posix/macros/rtems/posix/Makefile.in index d402b7b788..39978d4c96 100644 --- a/c/src/exec/posix/macros/rtems/posix/Makefile.in +++ b/c/src/exec/posix/macros/rtems/posix/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + # Right now there are not macro implementation of the posix inline routines # So it won't build I_PIECES= @@ -29,4 +31,4 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += all: $(SRCS) - #$(INSTALL) -m 444 ${I_FILES} $(PROJECT_INCLUDE)/rtems/posix + #$(INSTALL_CHANGE) -m 444 ${I_FILES} $(PROJECT_INCLUDE)/rtems/posix diff --git a/c/src/exec/posix/optman/Makefile.in b/c/src/exec/posix/optman/Makefile.in index 3c3c4f1887..8b27002878 100644 --- a/c/src/exec/posix/optman/Makefile.in +++ b/c/src/exec/posix/optman/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + C_FILES= H_FILES= diff --git a/c/src/exec/posix/src/Makefile.in b/c/src/exec/posix/src/Makefile.in index cb3083329b..f6d019ffe6 100644 --- a/c/src/exec/posix/src/Makefile.in +++ b/c/src/exec/posix/src/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + # following are semi-implemented and untested # C_PIECES=aio cancel devctl intr mqueue semaphore time utsname diff --git a/c/src/exec/rtems/Makefile.in b/c/src/exec/rtems/Makefile.in index 72a335b4f4..8dbcd5a604 100644 --- a/c/src/exec/rtems/Makefile.in +++ b/c/src/exec/rtems/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/exec/rtems/include/Makefile.in b/c/src/exec/rtems/include/Makefile.in index 78c23e2adc..fee1d8fbc8 100644 --- a/c/src/exec/rtems/include/Makefile.in +++ b/c/src/exec/rtems/include/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/exec/rtems/include/rtems/Makefile.in b/c/src/exec/rtems/include/rtems/Makefile.in index 629e47c522..5f7a328220 100644 --- a/c/src/exec/rtems/include/rtems/Makefile.in +++ b/c/src/exec/rtems/include/rtems/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/exec/rtems/include/rtems/rtems/Makefile.in b/c/src/exec/rtems/include/rtems/rtems/Makefile.in index c00c2a1600..90b52d97c0 100644 --- a/c/src/exec/rtems/include/rtems/rtems/Makefile.in +++ b/c/src/exec/rtems/include/rtems/rtems/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + # We only build multiprocessing related files if HAS_MP was defined MP_PIECES_yes_V = eventmp mp msgmp partmp regionmp semmp signalmp taskmp MP_PIECES = $(MP_PIECES_$(HAS_MP)_V) @@ -34,4 +36,4 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems/rtems + $(INSTALL_CHANGE) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems/rtems diff --git a/c/src/exec/rtems/include/wrap/Makefile.in b/c/src/exec/rtems/include/wrap/Makefile.in index 002ca3c49f..78b4d8d058 100644 --- a/c/src/exec/rtems/include/wrap/Makefile.in +++ b/c/src/exec/rtems/include/wrap/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + H_PIECES=rtems H_FILES=$(H_PIECES:%=$(srcdir)/../%.h) @@ -27,4 +29,4 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 ${H_FILES} $(PROJECT_INCLUDE) diff --git a/c/src/exec/rtems/inline/Makefile.in b/c/src/exec/rtems/inline/Makefile.in index 629e47c522..5f7a328220 100644 --- a/c/src/exec/rtems/inline/Makefile.in +++ b/c/src/exec/rtems/inline/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/exec/rtems/inline/rtems/Makefile.in b/c/src/exec/rtems/inline/rtems/Makefile.in index 629e47c522..5f7a328220 100644 --- a/c/src/exec/rtems/inline/rtems/Makefile.in +++ b/c/src/exec/rtems/inline/rtems/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/exec/rtems/inline/rtems/rtems/Makefile.in b/c/src/exec/rtems/inline/rtems/rtems/Makefile.in index 9c11a33172..ddea11e1aa 100644 --- a/c/src/exec/rtems/inline/rtems/rtems/Makefile.in +++ b/c/src/exec/rtems/inline/rtems/rtems/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + I_PIECES=asr attr dpmem event eventset message modes options \ part ratemon region sem status support tasks timer I_FILES=$(I_PIECES:%=$(srcdir)/%.inl) @@ -28,4 +30,4 @@ CLEAN_ADDITIONS += $(LIB) CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 ${I_FILES} $(PROJECT_INCLUDE)/rtems/rtems + $(INSTALL_CHANGE) -m 444 ${I_FILES} $(PROJECT_INCLUDE)/rtems/rtems diff --git a/c/src/exec/rtems/macros/Makefile.in b/c/src/exec/rtems/macros/Makefile.in index 629e47c522..5f7a328220 100644 --- a/c/src/exec/rtems/macros/Makefile.in +++ b/c/src/exec/rtems/macros/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/exec/rtems/macros/rtems/Makefile.in b/c/src/exec/rtems/macros/rtems/Makefile.in index 629e47c522..5f7a328220 100644 --- a/c/src/exec/rtems/macros/rtems/Makefile.in +++ b/c/src/exec/rtems/macros/rtems/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/exec/rtems/macros/rtems/rtems/Makefile.in b/c/src/exec/rtems/macros/rtems/rtems/Makefile.in index 9c11a33172..ddea11e1aa 100644 --- a/c/src/exec/rtems/macros/rtems/rtems/Makefile.in +++ b/c/src/exec/rtems/macros/rtems/rtems/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + I_PIECES=asr attr dpmem event eventset message modes options \ part ratemon region sem status support tasks timer I_FILES=$(I_PIECES:%=$(srcdir)/%.inl) @@ -28,4 +30,4 @@ CLEAN_ADDITIONS += $(LIB) CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 ${I_FILES} $(PROJECT_INCLUDE)/rtems/rtems + $(INSTALL_CHANGE) -m 444 ${I_FILES} $(PROJECT_INCLUDE)/rtems/rtems diff --git a/c/src/exec/rtems/optman/Makefile.in b/c/src/exec/rtems/optman/Makefile.in index d674921aba..d5276318d7 100644 --- a/c/src/exec/rtems/optman/Makefile.in +++ b/c/src/exec/rtems/optman/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + C_FILES= no-dpmem.c no-event.c no-msg.c no-mp.c \ no-part.c no-region.c no-rtmon.c no-sem.c no-signal.c no-timer.c diff --git a/c/src/exec/rtems/src/Makefile.in b/c/src/exec/rtems/src/Makefile.in index fe68ccbe2d..16fdde2168 100644 --- a/c/src/exec/rtems/src/Makefile.in +++ b/c/src/exec/rtems/src/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + # We only build multiprocessing related files if HAS_MP was defined MP_PIECES_yes_V = eventmp mp msgmp partmp regionmp semmp signalmp taskmp MP_PIECES = $(MP_PIECES_$(HAS_MP)_V) diff --git a/c/src/exec/sapi/Makefile.in b/c/src/exec/sapi/Makefile.in index 72a335b4f4..8dbcd5a604 100644 --- a/c/src/exec/sapi/Makefile.in +++ b/c/src/exec/sapi/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/exec/sapi/include/Makefile.in b/c/src/exec/sapi/include/Makefile.in index 78c23e2adc..fee1d8fbc8 100644 --- a/c/src/exec/sapi/include/Makefile.in +++ b/c/src/exec/sapi/include/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/exec/sapi/include/rtems/Makefile.in b/c/src/exec/sapi/include/rtems/Makefile.in index f3bd27cb78..2a97c10726 100644 --- a/c/src/exec/sapi/include/rtems/Makefile.in +++ b/c/src/exec/sapi/include/rtems/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + H_PIECES= config directives extension fatal init io mptables H_FILES=$(H_PIECES:%=$(srcdir)/%.h) @@ -27,10 +29,10 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += all: $(SRCS) $(ARCH) $(PROJECT_INCLUDE)/rtems/sptables.h - $(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems/ + $(INSTALL_CHANGE) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems/ $(PROJECT_INCLUDE)/rtems/sptables.h: $(ARCH)/sptables.h-tmp - $(INSTALL) -m 444 $(ARCH)/sptables.h-tmp $@ + $(INSTALL_CHANGE) -m 444 $(ARCH)/sptables.h-tmp $@ $(ARCH)/sptables.h-tmp: $(srcdir)/sptables.h $(SED) -e 's?REPLACE_THIS_WITH_THE_BSP?$(RTEMS_BSP)?' \ diff --git a/c/src/exec/sapi/include/wrap/Makefile.in b/c/src/exec/sapi/include/wrap/Makefile.in index 4ae1cd6bdd..a4ecaf347c 100644 --- a/c/src/exec/sapi/include/wrap/Makefile.in +++ b/c/src/exec/sapi/include/wrap/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + H_PIECES= confdefs H_FILES=$(H_PIECES:%=$(srcdir)/../%.h) @@ -27,4 +29,4 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(H_FILES) $(PROJECT_INCLUDE) diff --git a/c/src/exec/sapi/inline/Makefile.in b/c/src/exec/sapi/inline/Makefile.in index 629e47c522..5f7a328220 100644 --- a/c/src/exec/sapi/inline/Makefile.in +++ b/c/src/exec/sapi/inline/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/exec/sapi/inline/rtems/Makefile.in b/c/src/exec/sapi/inline/rtems/Makefile.in index 634df7f643..4a5ce106b4 100644 --- a/c/src/exec/sapi/inline/rtems/Makefile.in +++ b/c/src/exec/sapi/inline/rtems/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + I_PIECES= extension I_FILES=$(I_PIECES:%=$(srcdir)/%.inl) @@ -27,4 +29,4 @@ CLEAN_ADDITIONS += $(LIB) CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 ${I_FILES} $(PROJECT_INCLUDE)/rtems + $(INSTALL_CHANGE) -m 444 ${I_FILES} $(PROJECT_INCLUDE)/rtems diff --git a/c/src/exec/sapi/macros/Makefile.in b/c/src/exec/sapi/macros/Makefile.in index 629e47c522..5f7a328220 100644 --- a/c/src/exec/sapi/macros/Makefile.in +++ b/c/src/exec/sapi/macros/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/exec/sapi/macros/rtems/Makefile.in b/c/src/exec/sapi/macros/rtems/Makefile.in index 634df7f643..4a5ce106b4 100644 --- a/c/src/exec/sapi/macros/rtems/Makefile.in +++ b/c/src/exec/sapi/macros/rtems/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + I_PIECES= extension I_FILES=$(I_PIECES:%=$(srcdir)/%.inl) @@ -27,4 +29,4 @@ CLEAN_ADDITIONS += $(LIB) CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 ${I_FILES} $(PROJECT_INCLUDE)/rtems + $(INSTALL_CHANGE) -m 444 ${I_FILES} $(PROJECT_INCLUDE)/rtems diff --git a/c/src/exec/sapi/optman/Makefile.in b/c/src/exec/sapi/optman/Makefile.in index 7a78007848..953a0742b9 100644 --- a/c/src/exec/sapi/optman/Makefile.in +++ b/c/src/exec/sapi/optman/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + C_FILES= no-ext.c no-io.c H_FILES= diff --git a/c/src/exec/sapi/src/Makefile.in b/c/src/exec/sapi/src/Makefile.in index 23e87931c7..c06fc3fa18 100644 --- a/c/src/exec/sapi/src/Makefile.in +++ b/c/src/exec/sapi/src/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + C_PIECES= debug extension fatal exinit io posixapi rtemsapi C_FILES=$(C_PIECES:%=%.c) C_O_FILES=$(C_PIECES:%=${ARCH}/%.o) diff --git a/c/src/exec/score/Makefile.in b/c/src/exec/score/Makefile.in index 0558304188..9ededc5ddc 100644 --- a/c/src/exec/score/Makefile.in +++ b/c/src/exec/score/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/exec/score/cpu/Makefile.in b/c/src/exec/score/cpu/Makefile.in index a4e56fed6e..44e7ab64bc 100644 --- a/c/src/exec/score/cpu/Makefile.in +++ b/c/src/exec/score/cpu/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/exec/score/cpu/a29k/Makefile.in b/c/src/exec/score/cpu/a29k/Makefile.in index 94424f094e..c7f8cfa74d 100644 --- a/c/src/exec/score/cpu/a29k/Makefile.in +++ b/c/src/exec/score/cpu/a29k/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/exec/score/cpu/a29k/rtems/Makefile.in b/c/src/exec/score/cpu/a29k/rtems/Makefile.in index 17f18d020a..d0b2dcce07 100644 --- a/c/src/exec/score/cpu/a29k/rtems/Makefile.in +++ b/c/src/exec/score/cpu/a29k/rtems/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/exec/score/cpu/a29k/rtems/score/Makefile.in b/c/src/exec/score/cpu/a29k/rtems/score/Makefile.in index 229bb91391..c8b33da4b3 100644 --- a/c/src/exec/score/cpu/a29k/rtems/score/Makefile.in +++ b/c/src/exec/score/cpu/a29k/rtems/score/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + # C source names, if any, go here -- minus the .c C_PIECES= C_FILES=$(C_PIECES:%=%.c) @@ -50,10 +52,10 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += $(BUILT_SOURCES) # Install the program(s), appending _g or _p as appropriate. -# for include files, just use $(INSTALL) +# for include files, just use $(INSTALL_CHANGE) all: install-headers install-headers: ${H_FILES} - $(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems/score + $(INSTALL_CHANGE) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems/score preinstall: install-headers diff --git a/c/src/exec/score/cpu/a29k/wrap/Makefile.in b/c/src/exec/score/cpu/a29k/wrap/Makefile.in index 064e2e8a13..94b8e6add7 100644 --- a/c/src/exec/score/cpu/a29k/wrap/Makefile.in +++ b/c/src/exec/score/cpu/a29k/wrap/Makefile.in @@ -15,6 +15,8 @@ VPATH = @srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + RELS=../$(ARCH)/rtems-cpu.rel # C source names, if any, go here -- minus the .c @@ -65,8 +67,8 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) preinstall $(OBJS) $(RELS) # Install the program(s), appending _g or _p as appropriate. -# for include files, just use $(INSTALL) +# for include files, just use $(INSTALL_CHANGE) install: all preinstall: ${ARCH} - $(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 ${H_FILES} $(PROJECT_INCLUDE) diff --git a/c/src/exec/score/cpu/hppa1.1/Makefile.in b/c/src/exec/score/cpu/hppa1.1/Makefile.in index 94424f094e..c7f8cfa74d 100644 --- a/c/src/exec/score/cpu/hppa1.1/Makefile.in +++ b/c/src/exec/score/cpu/hppa1.1/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/exec/score/cpu/hppa1.1/rtems/Makefile.in b/c/src/exec/score/cpu/hppa1.1/rtems/Makefile.in index 17f18d020a..d0b2dcce07 100644 --- a/c/src/exec/score/cpu/hppa1.1/rtems/Makefile.in +++ b/c/src/exec/score/cpu/hppa1.1/rtems/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/exec/score/cpu/hppa1.1/rtems/score/Makefile.in b/c/src/exec/score/cpu/hppa1.1/rtems/score/Makefile.in index 669388d781..3b2a4fd379 100644 --- a/c/src/exec/score/cpu/hppa1.1/rtems/score/Makefile.in +++ b/c/src/exec/score/cpu/hppa1.1/rtems/score/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + BUILT_SOURCES = offsets.h # C source names, if any, go here -- minus the .c @@ -57,10 +59,10 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += $(BUILT_SOURCES) # Install the program(s), appending _g or _p as appropriate. -# for include files, just use $(INSTALL) +# for include files, just use $(INSTALL_CHANGE) all: install-headers install-headers: ${H_FILES} - $(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems/score + $(INSTALL_CHANGE) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems/score preinstall: install-headers diff --git a/c/src/exec/score/cpu/hppa1.1/wrap/Makefile.in b/c/src/exec/score/cpu/hppa1.1/wrap/Makefile.in index df5248688d..8b34df9b0e 100644 --- a/c/src/exec/score/cpu/hppa1.1/wrap/Makefile.in +++ b/c/src/exec/score/cpu/hppa1.1/wrap/Makefile.in @@ -15,6 +15,8 @@ VPATH = @srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + RELS=../$(ARCH)/rtems-cpu.rel # C source names, if any, go here -- minus the .c @@ -65,8 +67,8 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) preinstall $(OBJS) $(RELS) # Install the program(s), appending _g or _p as appropriate. -# for include files, just use $(INSTALL) +# for include files, just use $(INSTALL_CHANGE) install: all preinstall: ${ARCH} - $(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 ${H_FILES} $(PROJECT_INCLUDE) diff --git a/c/src/exec/score/cpu/i386/Makefile.in b/c/src/exec/score/cpu/i386/Makefile.in index 94424f094e..c7f8cfa74d 100644 --- a/c/src/exec/score/cpu/i386/Makefile.in +++ b/c/src/exec/score/cpu/i386/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/exec/score/cpu/i386/rtems/Makefile.in b/c/src/exec/score/cpu/i386/rtems/Makefile.in index 17f18d020a..d0b2dcce07 100644 --- a/c/src/exec/score/cpu/i386/rtems/Makefile.in +++ b/c/src/exec/score/cpu/i386/rtems/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/exec/score/cpu/i386/rtems/score/Makefile.in b/c/src/exec/score/cpu/i386/rtems/score/Makefile.in index c494486266..b7addcf05f 100644 --- a/c/src/exec/score/cpu/i386/rtems/score/Makefile.in +++ b/c/src/exec/score/cpu/i386/rtems/score/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + # C source names, if any, go here -- minus the .c C_PIECES= C_FILES=$(C_PIECES:%=%.c) @@ -50,10 +52,10 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += $(BUILT_SOURCES) # Install the program(s), appending _g or _p as appropriate. -# for include files, just use $(INSTALL) +# for include files, just use $(INSTALL_CHANGE) all: install-headers install-headers: ${H_FILES} - $(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems/score + $(INSTALL_CHANGE) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems/score preinstall: install-headers diff --git a/c/src/exec/score/cpu/i386/wrap/Makefile.in b/c/src/exec/score/cpu/i386/wrap/Makefile.in index 78edad009a..4edebda907 100644 --- a/c/src/exec/score/cpu/i386/wrap/Makefile.in +++ b/c/src/exec/score/cpu/i386/wrap/Makefile.in @@ -15,6 +15,8 @@ VPATH = @srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + RELS=../$(ARCH)/rtems-cpu.rel # C source names, if any, go here -- minus the .c @@ -65,8 +67,8 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) preinstall $(OBJS) $(RELS) # Install the program(s), appending _g or _p as appropriate. -# for include files, just use $(INSTALL) +# for include files, just use $(INSTALL_CHANGE) install: all preinstall: ${ARCH} - $(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 ${H_FILES} $(PROJECT_INCLUDE) diff --git a/c/src/exec/score/cpu/i960/Makefile.in b/c/src/exec/score/cpu/i960/Makefile.in index 94424f094e..c7f8cfa74d 100644 --- a/c/src/exec/score/cpu/i960/Makefile.in +++ b/c/src/exec/score/cpu/i960/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/exec/score/cpu/i960/rtems/Makefile.in b/c/src/exec/score/cpu/i960/rtems/Makefile.in index 17f18d020a..d0b2dcce07 100644 --- a/c/src/exec/score/cpu/i960/rtems/Makefile.in +++ b/c/src/exec/score/cpu/i960/rtems/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/exec/score/cpu/i960/rtems/score/Makefile.in b/c/src/exec/score/cpu/i960/rtems/score/Makefile.in index 89ad3faaa1..f5ec665318 100644 --- a/c/src/exec/score/cpu/i960/rtems/score/Makefile.in +++ b/c/src/exec/score/cpu/i960/rtems/score/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + # C source names, if any, go here -- minus the .c C_PIECES= C_FILES=$(C_PIECES:%=%.c) @@ -50,10 +52,10 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += $(BUILT_SOURCES) # Install the program(s), appending _g or _p as appropriate. -# for include files, just use $(INSTALL) +# for include files, just use $(INSTALL_CHANGE) all: install-headers install-headers: ${H_FILES} - $(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems/score + $(INSTALL_CHANGE) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems/score preinstall: install-headers diff --git a/c/src/exec/score/cpu/i960/wrap/Makefile.in b/c/src/exec/score/cpu/i960/wrap/Makefile.in index 78edad009a..4edebda907 100644 --- a/c/src/exec/score/cpu/i960/wrap/Makefile.in +++ b/c/src/exec/score/cpu/i960/wrap/Makefile.in @@ -15,6 +15,8 @@ VPATH = @srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + RELS=../$(ARCH)/rtems-cpu.rel # C source names, if any, go here -- minus the .c @@ -65,8 +67,8 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) preinstall $(OBJS) $(RELS) # Install the program(s), appending _g or _p as appropriate. -# for include files, just use $(INSTALL) +# for include files, just use $(INSTALL_CHANGE) install: all preinstall: ${ARCH} - $(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 ${H_FILES} $(PROJECT_INCLUDE) diff --git a/c/src/exec/score/cpu/m68k/Makefile.in b/c/src/exec/score/cpu/m68k/Makefile.in index 94424f094e..c7f8cfa74d 100644 --- a/c/src/exec/score/cpu/m68k/Makefile.in +++ b/c/src/exec/score/cpu/m68k/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/exec/score/cpu/m68k/rtems/Makefile.in b/c/src/exec/score/cpu/m68k/rtems/Makefile.in index 17f18d020a..d0b2dcce07 100644 --- a/c/src/exec/score/cpu/m68k/rtems/Makefile.in +++ b/c/src/exec/score/cpu/m68k/rtems/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/exec/score/cpu/m68k/rtems/score/Makefile.in b/c/src/exec/score/cpu/m68k/rtems/score/Makefile.in index 6c82bf9d28..d7daf11c7a 100644 --- a/c/src/exec/score/cpu/m68k/rtems/score/Makefile.in +++ b/c/src/exec/score/cpu/m68k/rtems/score/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + # C source names, if any, go here -- minus the .c C_PIECES= C_FILES=$(C_PIECES:%=%.c) @@ -50,10 +52,10 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += $(BUILT_SOURCES) # Install the program(s), appending _g or _p as appropriate. -# for include files, just use $(INSTALL) +# for include files, just use $(INSTALL_CHANGE) all: install-headers install-headers: ${H_FILES} - $(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems/score + $(INSTALL_CHANGE) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems/score preinstall: install-headers diff --git a/c/src/exec/score/cpu/m68k/wrap/Makefile.in b/c/src/exec/score/cpu/m68k/wrap/Makefile.in index 468c018c06..9c50182bb8 100644 --- a/c/src/exec/score/cpu/m68k/wrap/Makefile.in +++ b/c/src/exec/score/cpu/m68k/wrap/Makefile.in @@ -15,6 +15,8 @@ VPATH = @srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + RELS=../$(ARCH)/rtems-cpu.rel # C source names, if any, go here -- minus the .c @@ -65,8 +67,8 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) preinstall $(OBJS) $(RELS) # Install the program(s), appending _g or _p as appropriate. -# for include files, just use $(INSTALL) +# for include files, just use $(INSTALL_CHANGE) install: all preinstall: ${ARCH} - $(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 ${H_FILES} $(PROJECT_INCLUDE) diff --git a/c/src/exec/score/cpu/mips64orion/Makefile.in b/c/src/exec/score/cpu/mips64orion/Makefile.in index 94424f094e..c7f8cfa74d 100644 --- a/c/src/exec/score/cpu/mips64orion/Makefile.in +++ b/c/src/exec/score/cpu/mips64orion/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/exec/score/cpu/mips64orion/rtems/Makefile.in b/c/src/exec/score/cpu/mips64orion/rtems/Makefile.in index 17f18d020a..d0b2dcce07 100644 --- a/c/src/exec/score/cpu/mips64orion/rtems/Makefile.in +++ b/c/src/exec/score/cpu/mips64orion/rtems/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/exec/score/cpu/mips64orion/rtems/score/Makefile.in b/c/src/exec/score/cpu/mips64orion/rtems/score/Makefile.in index 6c2fd1c695..77cbf624be 100644 --- a/c/src/exec/score/cpu/mips64orion/rtems/score/Makefile.in +++ b/c/src/exec/score/cpu/mips64orion/rtems/score/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + # C source names, if any, go here -- minus the .c C_PIECES= C_FILES=$(C_PIECES:%=%.c) @@ -50,10 +52,10 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += $(BUILT_SOURCES) # Install the program(s), appending _g or _p as appropriate. -# for include files, just use $(INSTALL) +# for include files, just use $(INSTALL_CHANGE) all: install-headers install-headers: ${H_FILES} - $(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems/score + $(INSTALL_CHANGE) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems/score preinstall: install-headers diff --git a/c/src/exec/score/cpu/mips64orion/wrap/Makefile.in b/c/src/exec/score/cpu/mips64orion/wrap/Makefile.in index 9b43dd2080..1a1672eee3 100644 --- a/c/src/exec/score/cpu/mips64orion/wrap/Makefile.in +++ b/c/src/exec/score/cpu/mips64orion/wrap/Makefile.in @@ -15,6 +15,8 @@ VPATH = @srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + RELS=../$(ARCH)/rtems-cpu.rel # C source names, if any, go here -- minus the .c @@ -65,8 +67,8 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) preinstall $(OBJS) $(RELS) # Install the program(s), appending _g or _p as appropriate. -# for include files, just use $(INSTALL) +# for include files, just use $(INSTALL_CHANGE) install: all preinstall: ${ARCH} - $(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 ${H_FILES} $(PROJECT_INCLUDE) diff --git a/c/src/exec/score/cpu/no_cpu/Makefile.in b/c/src/exec/score/cpu/no_cpu/Makefile.in index 94424f094e..c7f8cfa74d 100644 --- a/c/src/exec/score/cpu/no_cpu/Makefile.in +++ b/c/src/exec/score/cpu/no_cpu/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/exec/score/cpu/no_cpu/rtems/Makefile.in b/c/src/exec/score/cpu/no_cpu/rtems/Makefile.in index 17f18d020a..d0b2dcce07 100644 --- a/c/src/exec/score/cpu/no_cpu/rtems/Makefile.in +++ b/c/src/exec/score/cpu/no_cpu/rtems/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/exec/score/cpu/no_cpu/rtems/score/Makefile.in b/c/src/exec/score/cpu/no_cpu/rtems/score/Makefile.in index cae4032d63..d25a693c18 100644 --- a/c/src/exec/score/cpu/no_cpu/rtems/score/Makefile.in +++ b/c/src/exec/score/cpu/no_cpu/rtems/score/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + # C source names, if any, go here -- minus the .c C_PIECES= C_FILES=$(C_PIECES:%=%.c) @@ -50,10 +52,10 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += $(BUILT_SOURCES) # Install the program(s), appending _g or _p as appropriate. -# for include files, just use $(INSTALL) +# for include files, just use $(INSTALL_CHANGE) all: install-headers install-headers: ${H_FILES} - $(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems/score + $(INSTALL_CHANGE) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems/score preinstall: install-headers diff --git a/c/src/exec/score/cpu/no_cpu/wrap/Makefile.in b/c/src/exec/score/cpu/no_cpu/wrap/Makefile.in index 93e7f9e427..4131b97b80 100644 --- a/c/src/exec/score/cpu/no_cpu/wrap/Makefile.in +++ b/c/src/exec/score/cpu/no_cpu/wrap/Makefile.in @@ -15,6 +15,8 @@ VPATH = @srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + RELS=../$(ARCH)/rtems-cpu.rel # C source names, if any, go here -- minus the .c @@ -65,8 +67,8 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) preinstall $(OBJS) $(RELS) # Install the program(s), appending _g or _p as appropriate. -# for include files, just use $(INSTALL) +# for include files, just use $(INSTALL_CHANGE) install: all preinstall: ${ARCH} - $(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 ${H_FILES} $(PROJECT_INCLUDE) diff --git a/c/src/exec/score/cpu/powerpc/Makefile.in b/c/src/exec/score/cpu/powerpc/Makefile.in index 94424f094e..c7f8cfa74d 100644 --- a/c/src/exec/score/cpu/powerpc/Makefile.in +++ b/c/src/exec/score/cpu/powerpc/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/exec/score/cpu/powerpc/rtems/Makefile.in b/c/src/exec/score/cpu/powerpc/rtems/Makefile.in index 17f18d020a..d0b2dcce07 100644 --- a/c/src/exec/score/cpu/powerpc/rtems/Makefile.in +++ b/c/src/exec/score/cpu/powerpc/rtems/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/exec/score/cpu/powerpc/rtems/score/Makefile.in b/c/src/exec/score/cpu/powerpc/rtems/score/Makefile.in index e974683a53..c86b78e312 100644 --- a/c/src/exec/score/cpu/powerpc/rtems/score/Makefile.in +++ b/c/src/exec/score/cpu/powerpc/rtems/score/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + # C source names, if any, go here -- minus the .c C_PIECES= C_FILES=$(C_PIECES:%=%.c) @@ -50,10 +52,10 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += $(BUILT_SOURCES) # Install the program(s), appending _g or _p as appropriate. -# for include files, just use $(INSTALL) +# for include files, just use $(INSTALL_CHANGE) all: install-headers install-headers: ${H_FILES} - $(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems/score + $(INSTALL_CHANGE) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems/score preinstall: install-headers diff --git a/c/src/exec/score/cpu/powerpc/wrap/Makefile.in b/c/src/exec/score/cpu/powerpc/wrap/Makefile.in index 6fb8d56b7d..12c0f00ee0 100644 --- a/c/src/exec/score/cpu/powerpc/wrap/Makefile.in +++ b/c/src/exec/score/cpu/powerpc/wrap/Makefile.in @@ -15,6 +15,8 @@ VPATH = @srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + RELS=../$(ARCH)/rtems-cpu.rel # C source names, if any, go here -- minus the .c @@ -65,8 +67,8 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) preinstall $(OBJS) $(RELS) # Install the program(s), appending _g or _p as appropriate. -# for include files, just use $(INSTALL) +# for include files, just use $(INSTALL_CHANGE) install: all preinstall: ${ARCH} - $(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 ${H_FILES} $(PROJECT_INCLUDE) diff --git a/c/src/exec/score/cpu/sh/Makefile.in b/c/src/exec/score/cpu/sh/Makefile.in index 94424f094e..c7f8cfa74d 100644 --- a/c/src/exec/score/cpu/sh/Makefile.in +++ b/c/src/exec/score/cpu/sh/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/exec/score/cpu/sh/rtems/Makefile.in b/c/src/exec/score/cpu/sh/rtems/Makefile.in index 17f18d020a..d0b2dcce07 100644 --- a/c/src/exec/score/cpu/sh/rtems/Makefile.in +++ b/c/src/exec/score/cpu/sh/rtems/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/exec/score/cpu/sh/rtems/score/Makefile.in b/c/src/exec/score/cpu/sh/rtems/score/Makefile.in index 68703874c4..cd06c556de 100644 --- a/c/src/exec/score/cpu/sh/rtems/score/Makefile.in +++ b/c/src/exec/score/cpu/sh/rtems/score/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + # C source names, if any, go here -- minus the .c C_PIECES= C_FILES=$(C_PIECES:%=%.c) @@ -50,10 +52,10 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += $(BUILT_SOURCES) # Install the program(s), appending _g or _p as appropriate. -# for include files, just use $(INSTALL) +# for include files, just use $(INSTALL_CHANGE) all: install-headers install-headers: ${H_FILES} - $(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems/score + $(INSTALL_CHANGE) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems/score preinstall: install-headers diff --git a/c/src/exec/score/cpu/sh/wrap/Makefile.in b/c/src/exec/score/cpu/sh/wrap/Makefile.in index ccd4b51e28..0c3631d048 100644 --- a/c/src/exec/score/cpu/sh/wrap/Makefile.in +++ b/c/src/exec/score/cpu/sh/wrap/Makefile.in @@ -15,6 +15,8 @@ VPATH = @srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + RELS=../$(ARCH)/rtems-cpu.rel # C source names, if any, go here -- minus the .c @@ -65,8 +67,8 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) preinstall $(OBJS) $(RELS) # Install the program(s), appending _g or _p as appropriate. -# for include files, just use $(INSTALL) +# for include files, just use $(INSTALL_CHANGE) install: all preinstall: ${ARCH} - $(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 ${H_FILES} $(PROJECT_INCLUDE) diff --git a/c/src/exec/score/cpu/sparc/Makefile.in b/c/src/exec/score/cpu/sparc/Makefile.in index 94424f094e..c7f8cfa74d 100644 --- a/c/src/exec/score/cpu/sparc/Makefile.in +++ b/c/src/exec/score/cpu/sparc/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/exec/score/cpu/sparc/rtems/Makefile.in b/c/src/exec/score/cpu/sparc/rtems/Makefile.in index 17f18d020a..d0b2dcce07 100644 --- a/c/src/exec/score/cpu/sparc/rtems/Makefile.in +++ b/c/src/exec/score/cpu/sparc/rtems/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/exec/score/cpu/sparc/rtems/score/Makefile.in b/c/src/exec/score/cpu/sparc/rtems/score/Makefile.in index e74655bcc2..51bc86b361 100644 --- a/c/src/exec/score/cpu/sparc/rtems/score/Makefile.in +++ b/c/src/exec/score/cpu/sparc/rtems/score/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + # C source names, if any, go here -- minus the .c C_PIECES= C_FILES=$(C_PIECES:%=%.c) @@ -50,10 +52,10 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += $(BUILT_SOURCES) # Install the program(s), appending _g or _p as appropriate. -# for include files, just use $(INSTALL) +# for include files, just use $(INSTALL_CHANGE) all: install-headers install-headers: ${H_FILES} - $(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems/score + $(INSTALL_CHANGE) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems/score preinstall: install-headers diff --git a/c/src/exec/score/cpu/sparc/wrap/Makefile.in b/c/src/exec/score/cpu/sparc/wrap/Makefile.in index dce2f6db3f..7a05abfb05 100644 --- a/c/src/exec/score/cpu/sparc/wrap/Makefile.in +++ b/c/src/exec/score/cpu/sparc/wrap/Makefile.in @@ -15,6 +15,8 @@ VPATH = @srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + RELS=../$(ARCH)/rtems-cpu.rel # C source names, if any, go here -- minus the .c @@ -65,8 +67,8 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) preinstall $(OBJS) $(RELS) # Install the program(s), appending _g or _p as appropriate. -# for include files, just use $(INSTALL) +# for include files, just use $(INSTALL_CHANGE) install: all preinstall: ${ARCH} - $(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 ${H_FILES} $(PROJECT_INCLUDE) diff --git a/c/src/exec/score/cpu/unix/Makefile.in b/c/src/exec/score/cpu/unix/Makefile.in index 94424f094e..c7f8cfa74d 100644 --- a/c/src/exec/score/cpu/unix/Makefile.in +++ b/c/src/exec/score/cpu/unix/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/exec/score/cpu/unix/rtems/Makefile.in b/c/src/exec/score/cpu/unix/rtems/Makefile.in index 17f18d020a..d0b2dcce07 100644 --- a/c/src/exec/score/cpu/unix/rtems/Makefile.in +++ b/c/src/exec/score/cpu/unix/rtems/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/exec/score/cpu/unix/rtems/score/Makefile.in b/c/src/exec/score/cpu/unix/rtems/score/Makefile.in index 0457b13fe6..bf164fa1ec 100644 --- a/c/src/exec/score/cpu/unix/rtems/score/Makefile.in +++ b/c/src/exec/score/cpu/unix/rtems/score/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + BUILT_SOURCES = unixsize.h # C source names, if any, go here -- minus the .c @@ -57,10 +59,10 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += $(BUILT_SOURCES) # Install the program(s), appending _g or _p as appropriate. -# for include files, just use $(INSTALL) +# for include files, just use $(INSTALL_CHANGE) all: install-headers install-headers: ${H_FILES} - $(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems/score + $(INSTALL_CHANGE) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems/score preinstall: install-headers diff --git a/c/src/exec/score/cpu/unix/wrap/Makefile.in b/c/src/exec/score/cpu/unix/wrap/Makefile.in index 90bec9e206..6ac83fd828 100644 --- a/c/src/exec/score/cpu/unix/wrap/Makefile.in +++ b/c/src/exec/score/cpu/unix/wrap/Makefile.in @@ -15,6 +15,8 @@ VPATH = @srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + RELS=../$(ARCH)/rtems-cpu.rel # C source names, if any, go here -- minus the .c @@ -65,8 +67,8 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) preinstall $(OBJS) $(RELS) # Install the program(s), appending _g or _p as appropriate. -# for include files, just use $(INSTALL) +# for include files, just use $(INSTALL_CHANGE) install: all preinstall: ${ARCH} - $(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 ${H_FILES} $(PROJECT_INCLUDE) diff --git a/c/src/exec/score/include/Makefile.in b/c/src/exec/score/include/Makefile.in index 11b5d84e87..bbcb11a3a0 100644 --- a/c/src/exec/score/include/Makefile.in +++ b/c/src/exec/score/include/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/exec/score/include/rtems/Makefile.in b/c/src/exec/score/include/rtems/Makefile.in index e5f650d756..cdfa9b83be 100644 --- a/c/src/exec/score/include/rtems/Makefile.in +++ b/c/src/exec/score/include/rtems/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/exec/score/include/rtems/score/Makefile.in b/c/src/exec/score/include/rtems/score/Makefile.in index 6fa695eb66..4ebe840a62 100644 --- a/c/src/exec/score/include/rtems/score/Makefile.in +++ b/c/src/exec/score/include/rtems/score/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + # We only build multiprocessing related files if HAS_MP was defined MP_PIECES_yes_V = mpci mppkt objectmp threadmp MP_PIECES = $(MP_PIECES_$(HAS_MP)_V) @@ -87,4 +89,4 @@ endif all: $(SRCS) - $(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems/score + $(INSTALL_CHANGE) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems/score diff --git a/c/src/exec/score/include/rtems/wrap/Makefile.in b/c/src/exec/score/include/rtems/wrap/Makefile.in index b6abaa78b4..bc2539a8b1 100644 --- a/c/src/exec/score/include/rtems/wrap/Makefile.in +++ b/c/src/exec/score/include/rtems/wrap/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + H_PIECES=debug system H_FILES=$(H_PIECES:%=$(srcdir)/../%.h) @@ -17,4 +19,4 @@ include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/leaf.cfg all: $(SRCS) - $(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems + $(INSTALL_CHANGE) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems diff --git a/c/src/exec/score/inline/Makefile.in b/c/src/exec/score/inline/Makefile.in index 11b5d84e87..bbcb11a3a0 100644 --- a/c/src/exec/score/inline/Makefile.in +++ b/c/src/exec/score/inline/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/exec/score/inline/rtems/Makefile.in b/c/src/exec/score/inline/rtems/Makefile.in index 9793eb1590..89582338c8 100644 --- a/c/src/exec/score/inline/rtems/Makefile.in +++ b/c/src/exec/score/inline/rtems/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/exec/score/inline/rtems/score/Makefile.in b/c/src/exec/score/inline/rtems/score/Makefile.in index 228ef54748..e17f53c7a9 100644 --- a/c/src/exec/score/inline/rtems/score/Makefile.in +++ b/c/src/exec/score/inline/rtems/score/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + # We only build multiprocessing related files if HAS_MP was defined MP_PIECES_yes_V = mppkt objectmp threadmp MP_PIECES = $(MP_PIECES_$(HAS_MP)_V) @@ -33,4 +35,4 @@ CLEAN_ADDITIONS += $(LIB) CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 ${I_FILES} $(PROJECT_INCLUDE)/rtems/score + $(INSTALL_CHANGE) -m 444 ${I_FILES} $(PROJECT_INCLUDE)/rtems/score diff --git a/c/src/exec/score/macros/Makefile.in b/c/src/exec/score/macros/Makefile.in index 11b5d84e87..bbcb11a3a0 100644 --- a/c/src/exec/score/macros/Makefile.in +++ b/c/src/exec/score/macros/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/exec/score/macros/rtems/Makefile.in b/c/src/exec/score/macros/rtems/Makefile.in index 9793eb1590..89582338c8 100644 --- a/c/src/exec/score/macros/rtems/Makefile.in +++ b/c/src/exec/score/macros/rtems/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/exec/score/macros/rtems/score/Makefile.in b/c/src/exec/score/macros/rtems/score/Makefile.in index 228ef54748..e17f53c7a9 100644 --- a/c/src/exec/score/macros/rtems/score/Makefile.in +++ b/c/src/exec/score/macros/rtems/score/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + # We only build multiprocessing related files if HAS_MP was defined MP_PIECES_yes_V = mppkt objectmp threadmp MP_PIECES = $(MP_PIECES_$(HAS_MP)_V) @@ -33,4 +35,4 @@ CLEAN_ADDITIONS += $(LIB) CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 ${I_FILES} $(PROJECT_INCLUDE)/rtems/score + $(INSTALL_CHANGE) -m 444 ${I_FILES} $(PROJECT_INCLUDE)/rtems/score diff --git a/c/src/exec/score/src/Makefile.in b/c/src/exec/score/src/Makefile.in index 840f2ff15c..1760c5eb61 100644 --- a/c/src/exec/score/src/Makefile.in +++ b/c/src/exec/score/src/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + # We only build multiprocessing related files if HAS_MP was defined MP_PIECES_yes_V = mpci objectmp threadmp MP_PIECES = $(MP_PIECES_$(HAS_MP)_V) diff --git a/c/src/exec/score/tools/Makefile.in b/c/src/exec/score/tools/Makefile.in index 6dba1f38f6..72d96812df 100644 --- a/c/src/exec/score/tools/Makefile.in +++ b/c/src/exec/score/tools/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/exec/score/tools/generic/Makefile.in b/c/src/exec/score/tools/generic/Makefile.in index 33c2fb81dd..d81dfe5ffa 100644 --- a/c/src/exec/score/tools/generic/Makefile.in +++ b/c/src/exec/score/tools/generic/Makefile.in @@ -12,6 +12,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/rtems.cfg @@ -28,9 +30,9 @@ INSTALLED_PGMS=$(PGMS:%=$(DESTDIR)/%) all: $(DESTDIR) $(PGMS) install $(DESTDIR): - @INSTALL@ $(INSTDIRFLAGS) $@ + @top_srcdir@/mkinstalldirs $@ $(INSTALLED_PGMS): $(PGMS) - @INSTALL@ $(INSTBINFLAGS) $^ $@ + $(INSTALL) $(INSTBINFLAGS) $^ $@ install: $(DESTDIR) $(INSTALLED_PGMS) diff --git a/c/src/exec/score/tools/hppa1.1/Makefile.in b/c/src/exec/score/tools/hppa1.1/Makefile.in index 6d3038f1d6..e79c21f6f2 100644 --- a/c/src/exec/score/tools/hppa1.1/Makefile.in +++ b/c/src/exec/score/tools/hppa1.1/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + # we use host compiler here for genoffsets. Hopefully it has same alignment!! USE_HOST_COMPILER=yes @@ -52,7 +54,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) preinstall $(PGMS) preinstall: ${ARCH} $(SRCS) $(PGMS) - $(INSTALL) $(INSTBINFLAGS) ${PGMS} ${PROJECT_RELEASE}/bin + $(INSTALL_CHANGE) $(INSTBINFLAGS) ${PGMS} ${PROJECT_RELEASE}/bin # Install the program(s), appending _g or _p as appropriate. -# for include files, just use $(INSTALL) +# for include files, just use $(INSTALL_CHANGE) diff --git a/c/src/exec/score/tools/sh/Makefile.in b/c/src/exec/score/tools/sh/Makefile.in index 61cbdc988b..75537ef4ca 100644 --- a/c/src/exec/score/tools/sh/Makefile.in +++ b/c/src/exec/score/tools/sh/Makefile.in @@ -10,6 +10,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + # we use the host compiler here USE_HOST_COMPILER=yes @@ -55,8 +57,8 @@ ${PGMS}: $(OBJS) $(LINK_FILES) $(make-exe) $(DESTDIR): - @INSTALL@ $(INSTDIRFLAGS) $@ + @top_srcdir@/mkinstalldirs $@ # Install the program install: $(DESTDIR) $(PGMS) - @INSTALL@ $(INSTBINFLAGS) ${PGMS} $(DESTDIR) + $(INSTALL) $(INSTBINFLAGS) ${PGMS} $(DESTDIR) diff --git a/c/src/exec/score/tools/unix/Makefile.in b/c/src/exec/score/tools/unix/Makefile.in index 0b8402d15f..75320594ea 100644 --- a/c/src/exec/score/tools/unix/Makefile.in +++ b/c/src/exec/score/tools/unix/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + # we use host compiler here for gensize. Hopefully it has same alignment!! USE_HOST_COMPILER=yes @@ -52,7 +54,7 @@ CLOBBER_ADDITIONS += all: preinstall preinstall: ${ARCH} $(SRCS) $(PGMS) - @INSTALL@ $(INSTBINFLAGS) $(PGMS) ${PROJECT_RELEASE}/bin + $(INSTALL) $(INSTBINFLAGS) $(PGMS) ${PROJECT_RELEASE}/bin # Install the program(s), appending _g or _p as appropriate. -# for include files, just use $(INSTALL) +# for include files, just use $(INSTALL_CHANGE) diff --git a/c/src/exec/wrapup/Makefile.in b/c/src/exec/wrapup/Makefile.in index cb22815ff3..20916b9eef 100644 --- a/c/src/exec/wrapup/Makefile.in +++ b/c/src/exec/wrapup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/exec/wrapup/posix/Makefile.in b/c/src/exec/wrapup/posix/Makefile.in index b9228360b1..475b3ea3d3 100644 --- a/c/src/exec/wrapup/posix/Makefile.in +++ b/c/src/exec/wrapup/posix/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + # # This is really temporary until posix is more an integral part of the tree. # diff --git a/c/src/exec/wrapup/rtems/Makefile.in b/c/src/exec/wrapup/rtems/Makefile.in index 6da332c467..19af562b55 100644 --- a/c/src/exec/wrapup/rtems/Makefile.in +++ b/c/src/exec/wrapup/rtems/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + CPU_OBJS=$(wildcard ../../score/cpu/$(RTEMS_CPU)/$(ARCH)/*.rel) CORE_OBJS=$(wildcard ../../score/src/$(ARCH)/*.o) SAPI_OBJS=$(wildcard ../../sapi/src/$(ARCH)/*.o) diff --git a/c/src/lib/Makefile.in b/c/src/lib/Makefile.in index cd00f20f70..102f980d7e 100644 --- a/c/src/lib/Makefile.in +++ b/c/src/lib/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/lib/include/Makefile.in b/c/src/lib/include/Makefile.in index 9560694092..d5643b1313 100644 --- a/c/src/lib/include/Makefile.in +++ b/c/src/lib/include/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + H_PIECES=chain console clockdrv iosupp ringbuf \ spurious timerdrv vmeintr H_FILES=$(H_PIECES:%=$(srcdir)/%.h) @@ -45,17 +47,17 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE) - $(INSTALL) -m 444 $(SYS_H_FILES) $(PROJECT_INCLUDE)/sys - $(INSTALL) -m 444 $(MOTOROLA_H_FILES) \ + $(INSTALL_CHANGE) -m 444 $(H_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(SYS_H_FILES) $(PROJECT_INCLUDE)/sys + $(INSTALL_CHANGE) -m 444 $(MOTOROLA_H_FILES) \ $(PROJECT_INCLUDE)/motorola - $(INSTALL) -m 444 $(ZILOG_H_FILES) $(PROJECT_INCLUDE)/zilog + $(INSTALL_CHANGE) -m 444 $(ZILOG_H_FILES) $(PROJECT_INCLUDE)/zilog ifeq ($(HAS_CPLUSPLUS),yes) - $(INSTALL) -m 444 $(RTEMSCPLUSPLUS_H_FILES) $(PROJECT_INCLUDE)/rtems++ + $(INSTALL_CHANGE) -m 444 $(RTEMSCPLUSPLUS_H_FILES) $(PROJECT_INCLUDE)/rtems++ endif ifeq ($(HAS_NETWORKING),yes) - $(INSTALL) -m 444 $(RPC_H_FILES) $(PROJECT_INCLUDE)/rpc + $(INSTALL_CHANGE) -m 444 $(RPC_H_FILES) $(PROJECT_INCLUDE)/rpc ifeq ($(HAS_RDBG),yes) - $(INSTALL) -m 444 $(RDBG_H_FILES) $(PROJECT_INCLUDE)/rdbg + $(INSTALL_CHANGE) -m 444 $(RDBG_H_FILES) $(PROJECT_INCLUDE)/rdbg endif endif diff --git a/c/src/lib/libbsp/Makefile.in b/c/src/lib/libbsp/Makefile.in index 14437a408a..9050eb6bb3 100644 --- a/c/src/lib/libbsp/Makefile.in +++ b/c/src/lib/libbsp/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/lib/libbsp/a29k/Makefile.in b/c/src/lib/libbsp/a29k/Makefile.in index f049e9b2e8..f786f6bff0 100644 --- a/c/src/lib/libbsp/a29k/Makefile.in +++ b/c/src/lib/libbsp/a29k/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/lib/libbsp/a29k/portsw/Makefile.in b/c/src/lib/libbsp/a29k/portsw/Makefile.in index 48f89c3690..a6af447491 100644 --- a/c/src/lib/libbsp/a29k/portsw/Makefile.in +++ b/c/src/lib/libbsp/a29k/portsw/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/lib/libbsp/a29k/portsw/console/Makefile.in b/c/src/lib/libbsp/a29k/portsw/console/Makefile.in index d0d81e6d80..e4a6f35503 100644 --- a/c/src/lib/libbsp/a29k/portsw/console/Makefile.in +++ b/c/src/lib/libbsp/a29k/portsw/console/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/console.rel # C source names, if any, go here -- minus the .c @@ -54,6 +56,6 @@ ${PGM}: ${SRCS} ${OBJS} $(make-rel) all: ${ARCH} $(SRCS) $(PGM) - $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(H_FILES) $(PROJECT_INCLUDE) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile diff --git a/c/src/lib/libbsp/a29k/portsw/include/Makefile.in b/c/src/lib/libbsp/a29k/portsw/include/Makefile.in index 7d8581095f..9802423ecb 100644 --- a/c/src/lib/libbsp/a29k/portsw/include/Makefile.in +++ b/c/src/lib/libbsp/a29k/portsw/include/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + H_FILES = $(srcdir)/bsp.h $(srcdir)/coverhd.h # @@ -29,5 +31,5 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE) - $(INSTALL) -m 444 $(EQ_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(H_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(EQ_FILES) $(PROJECT_INCLUDE) diff --git a/c/src/lib/libbsp/a29k/portsw/shmsupp/Makefile.in b/c/src/lib/libbsp/a29k/portsw/shmsupp/Makefile.in index 746f00b638..2476a1e167 100644 --- a/c/src/lib/libbsp/a29k/portsw/shmsupp/Makefile.in +++ b/c/src/lib/libbsp/a29k/portsw/shmsupp/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/shmsupp.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/a29k/portsw/start/Makefile.in b/c/src/lib/libbsp/a29k/portsw/start/Makefile.in index 823953baa0..29df5c2500 100644 --- a/c/src/lib/libbsp/a29k/portsw/start/Makefile.in +++ b/c/src/lib/libbsp/a29k/portsw/start/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + # C source names, if any, go here -- minus the .c C_PIECES= C_FILES=$(C_PIECES:%=%.c) diff --git a/c/src/lib/libbsp/a29k/portsw/startup/Makefile.in b/c/src/lib/libbsp/a29k/portsw/startup/Makefile.in index c7affcea52..a5c5c619fd 100644 --- a/c/src/lib/libbsp/a29k/portsw/startup/Makefile.in +++ b/c/src/lib/libbsp/a29k/portsw/startup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/../../../shared RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/startup.rel # C source names, if any, go here -- minus the .c @@ -54,7 +56,7 @@ ${PGM}: ${SRCS} ${OBJS} $(make-rel) all: ${ARCH} $(SRCS) $(PGM) - $(INSTALL) ramlink romlink ${PROJECT_RELEASE}/lib + $(INSTALL_CHANGE) ramlink romlink ${PROJECT_RELEASE}/lib # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile diff --git a/c/src/lib/libbsp/a29k/portsw/wrapup/Makefile.in b/c/src/lib/libbsp/a29k/portsw/wrapup/Makefile.in index 122f945c4e..5ff9480809 100644 --- a/c/src/lib/libbsp/a29k/portsw/wrapup/Makefile.in +++ b/c/src/lib/libbsp/a29k/portsw/wrapup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + BSP_PIECES=startup console iic ethernet flash nvram CPU_PIECES=clock timer GENERIC_PIECES= diff --git a/c/src/lib/libbsp/bare/Makefile.in b/c/src/lib/libbsp/bare/Makefile.in index 0e1a68c552..33925652fc 100644 --- a/c/src/lib/libbsp/bare/Makefile.in +++ b/c/src/lib/libbsp/bare/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/lib/libbsp/bare/include/Makefile.in b/c/src/lib/libbsp/bare/include/Makefile.in index ae1b37f1f7..b19f15f8dd 100644 --- a/c/src/lib/libbsp/bare/include/Makefile.in +++ b/c/src/lib/libbsp/bare/include/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + H_FILES = $(srcdir)/bsp.h # @@ -31,4 +33,4 @@ CLOBBER_ADDITIONS += all: preinstall preinstall: $(SRCS) - @INSTALL@ $(INSTINCFLAGS) $(H_FILES) $(PROJECT_INCLUDE) + $(INSTALL) $(INSTINCFLAGS) $(H_FILES) $(PROJECT_INCLUDE) diff --git a/c/src/lib/libbsp/bare/wrapup/Makefile.in b/c/src/lib/libbsp/bare/wrapup/Makefile.in index 32ed030b78..539f90d1e6 100644 --- a/c/src/lib/libbsp/bare/wrapup/Makefile.in +++ b/c/src/lib/libbsp/bare/wrapup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + BSP_PIECES= GENERIC_PIECES= diff --git a/c/src/lib/libbsp/hppa1.1/Makefile.in b/c/src/lib/libbsp/hppa1.1/Makefile.in index f049e9b2e8..f786f6bff0 100644 --- a/c/src/lib/libbsp/hppa1.1/Makefile.in +++ b/c/src/lib/libbsp/hppa1.1/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/lib/libbsp/hppa1.1/pxfl/Makefile.in b/c/src/lib/libbsp/hppa1.1/pxfl/Makefile.in index 8a1f64f2b2..ef7275eeaa 100644 --- a/c/src/lib/libbsp/hppa1.1/pxfl/Makefile.in +++ b/c/src/lib/libbsp/hppa1.1/pxfl/Makefile.in @@ -14,6 +14,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/leaf.cfg @@ -47,4 +49,4 @@ all install:: eval $$cmd || $(EXIT_CMD); \ fi @$(ECHO); $(ECHO) - $(INSTALL) -m 444 $(srcdir)/floss-bsp.h $(PROJECT_INCLUDE)/bsp.h + $(INSTALL_CHANGE) -m 444 $(srcdir)/floss-bsp.h $(PROJECT_INCLUDE)/bsp.h diff --git a/c/src/lib/libbsp/hppa1.1/simhppa/Makefile.in b/c/src/lib/libbsp/hppa1.1/simhppa/Makefile.in index 867e6d0ae7..7d2c8b92db 100644 --- a/c/src/lib/libbsp/hppa1.1/simhppa/Makefile.in +++ b/c/src/lib/libbsp/hppa1.1/simhppa/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/lib/libbsp/hppa1.1/simhppa/include/Makefile.in b/c/src/lib/libbsp/hppa1.1/simhppa/include/Makefile.in index 51b045ba95..0d336f9700 100644 --- a/c/src/lib/libbsp/hppa1.1/simhppa/include/Makefile.in +++ b/c/src/lib/libbsp/hppa1.1/simhppa/include/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + H_PIECES = bsp coverhd H_FILES=$(H_PIECES:%=$(srcdir)/%.h) @@ -37,5 +39,5 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE) - $(INSTALL) -m 444 $(RTEMS_H_FILES) $(PROJECT_INCLUDE)/rtems + $(INSTALL_CHANGE) -m 444 $(H_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(RTEMS_H_FILES) $(PROJECT_INCLUDE)/rtems diff --git a/c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/Makefile.in b/c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/Makefile.in index 8825079da7..af5d63c8f6 100644 --- a/c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/Makefile.in +++ b/c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/shmsupp.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/hppa1.1/simhppa/start/Makefile.in b/c/src/lib/libbsp/hppa1.1/simhppa/start/Makefile.in index d982cdec4c..7e3a876cf2 100644 --- a/c/src/lib/libbsp/hppa1.1/simhppa/start/Makefile.in +++ b/c/src/lib/libbsp/hppa1.1/simhppa/start/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGMS=${ARCH}/start.o # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/hppa1.1/simhppa/startup/Makefile.in b/c/src/lib/libbsp/hppa1.1/simhppa/startup/Makefile.in index 240cf38e4b..7cd334ee3e 100644 --- a/c/src/lib/libbsp/hppa1.1/simhppa/startup/Makefile.in +++ b/c/src/lib/libbsp/hppa1.1/simhppa/startup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/../../../shared RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/startup.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/hppa1.1/simhppa/tools/Makefile.in b/c/src/lib/libbsp/hppa1.1/simhppa/tools/Makefile.in index e90cae8569..9ae6a82538 100644 --- a/c/src/lib/libbsp/hppa1.1/simhppa/tools/Makefile.in +++ b/c/src/lib/libbsp/hppa1.1/simhppa/tools/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + # we use host compiler here for genoffsets. Hopefully it has same alignment!! USE_HOST_COMPILER=yes @@ -46,7 +48,7 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGMS) - $(INSTALL) -m 555 ${PGMS} ${PROJECT_RELEASE}/bin + $(INSTALL_CHANGE) -m 555 ${PGMS} ${PROJECT_RELEASE}/bin # Install the program(s), appending _g or _p as appropriate. -# for include files, just use $(INSTALL) +# for include files, just use $(INSTALL_CHANGE) diff --git a/c/src/lib/libbsp/hppa1.1/simhppa/tty/Makefile.in b/c/src/lib/libbsp/hppa1.1/simhppa/tty/Makefile.in index 62f75c3b3d..2c00c52894 100644 --- a/c/src/lib/libbsp/hppa1.1/simhppa/tty/Makefile.in +++ b/c/src/lib/libbsp/hppa1.1/simhppa/tty/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/tty.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/hppa1.1/simhppa/wrapup/Makefile.in b/c/src/lib/libbsp/hppa1.1/simhppa/wrapup/Makefile.in index ef2b28198d..4b770e9f08 100644 --- a/c/src/lib/libbsp/hppa1.1/simhppa/wrapup/Makefile.in +++ b/c/src/lib/libbsp/hppa1.1/simhppa/wrapup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + BSP_PIECES=startup tty # pieces to pick up out of libcpu/hppa CPU_PIECES=clock milli timer diff --git a/c/src/lib/libbsp/i386/Makefile.in b/c/src/lib/libbsp/i386/Makefile.in index 98bc04bc5d..64122f7f8b 100644 --- a/c/src/lib/libbsp/i386/Makefile.in +++ b/c/src/lib/libbsp/i386/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/lib/libbsp/i386/force386/Makefile.in b/c/src/lib/libbsp/i386/force386/Makefile.in index 04cbc7bb97..16f94116b0 100644 --- a/c/src/lib/libbsp/i386/force386/Makefile.in +++ b/c/src/lib/libbsp/i386/force386/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/lib/libbsp/i386/force386/clock/Makefile.in b/c/src/lib/libbsp/i386/force386/clock/Makefile.in index d882f1d00f..717b14a42b 100644 --- a/c/src/lib/libbsp/i386/force386/clock/Makefile.in +++ b/c/src/lib/libbsp/i386/force386/clock/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/clock.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/i386/force386/console/Makefile.in b/c/src/lib/libbsp/i386/force386/console/Makefile.in index fd05ddfedd..36c95fc3f7 100644 --- a/c/src/lib/libbsp/i386/force386/console/Makefile.in +++ b/c/src/lib/libbsp/i386/force386/console/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/console.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/i386/force386/include/Makefile.in b/c/src/lib/libbsp/i386/force386/include/Makefile.in index 7d8581095f..9802423ecb 100644 --- a/c/src/lib/libbsp/i386/force386/include/Makefile.in +++ b/c/src/lib/libbsp/i386/force386/include/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + H_FILES = $(srcdir)/bsp.h $(srcdir)/coverhd.h # @@ -29,5 +31,5 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE) - $(INSTALL) -m 444 $(EQ_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(H_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(EQ_FILES) $(PROJECT_INCLUDE) diff --git a/c/src/lib/libbsp/i386/force386/shmsupp/Makefile.in b/c/src/lib/libbsp/i386/force386/shmsupp/Makefile.in index 031a0aa0cd..44781bab3b 100644 --- a/c/src/lib/libbsp/i386/force386/shmsupp/Makefile.in +++ b/c/src/lib/libbsp/i386/force386/shmsupp/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/shmsupp.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/i386/force386/start/Makefile.in b/c/src/lib/libbsp/i386/force386/start/Makefile.in index 02ce42102d..1467e294a6 100644 --- a/c/src/lib/libbsp/i386/force386/start/Makefile.in +++ b/c/src/lib/libbsp/i386/force386/start/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGMS=${ARCH}/start.o # C source names, if any, go here -- minus the .c @@ -54,4 +56,4 @@ all: ${ARCH} $(SRCS) $(OBJS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGMS} ${PROJECT_RELEASE}/lib # Install the program(s), appending _g or _p as appropriate. -# for include files, just use $(INSTALL) +# for include files, just use $(INSTALL_CHANGE) diff --git a/c/src/lib/libbsp/i386/force386/startup/Makefile.in b/c/src/lib/libbsp/i386/force386/startup/Makefile.in index 100f7c7385..08daf5cad2 100644 --- a/c/src/lib/libbsp/i386/force386/startup/Makefile.in +++ b/c/src/lib/libbsp/i386/force386/startup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/../../../shared RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/startup.rel # C source names, if any, go here -- minus the .c @@ -53,7 +55,7 @@ CLOBBER_ADDITIONS += ${PGM}: ${SRCS} ${OBJS} $(make-rel) all: ${ARCH} $(SRCS) $(PGM) - $(INSTALL) $(srcdir)/linkcmds ${PROJECT_RELEASE}/lib + $(INSTALL_CHANGE) $(srcdir)/linkcmds ${PROJECT_RELEASE}/lib # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile diff --git a/c/src/lib/libbsp/i386/force386/timer/Makefile.in b/c/src/lib/libbsp/i386/force386/timer/Makefile.in index 21ca9675e7..8b54c53487 100644 --- a/c/src/lib/libbsp/i386/force386/timer/Makefile.in +++ b/c/src/lib/libbsp/i386/force386/timer/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/timer.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/i386/force386/wrapup/Makefile.in b/c/src/lib/libbsp/i386/force386/wrapup/Makefile.in index aecc98b975..941cd2473e 100644 --- a/c/src/lib/libbsp/i386/force386/wrapup/Makefile.in +++ b/c/src/lib/libbsp/i386/force386/wrapup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + BSP_PIECES=startup clock console timer GENERIC_PIECES= diff --git a/c/src/lib/libbsp/i386/go32/Makefile.in b/c/src/lib/libbsp/i386/go32/Makefile.in index 0a2d61ae80..d35b4cdb18 100644 --- a/c/src/lib/libbsp/i386/go32/Makefile.in +++ b/c/src/lib/libbsp/i386/go32/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/lib/libbsp/i386/go32/clock/Makefile.in b/c/src/lib/libbsp/i386/go32/clock/Makefile.in index c8c96b56d2..47c2f2f145 100644 --- a/c/src/lib/libbsp/i386/go32/clock/Makefile.in +++ b/c/src/lib/libbsp/i386/go32/clock/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/clock.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/i386/go32/console/Makefile.in b/c/src/lib/libbsp/i386/go32/console/Makefile.in index 52e68a2b52..c9d75e98f3 100644 --- a/c/src/lib/libbsp/i386/go32/console/Makefile.in +++ b/c/src/lib/libbsp/i386/go32/console/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/console.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/i386/go32/include/Makefile.in b/c/src/lib/libbsp/i386/go32/include/Makefile.in index 7d8581095f..9802423ecb 100644 --- a/c/src/lib/libbsp/i386/go32/include/Makefile.in +++ b/c/src/lib/libbsp/i386/go32/include/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + H_FILES = $(srcdir)/bsp.h $(srcdir)/coverhd.h # @@ -29,5 +31,5 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE) - $(INSTALL) -m 444 $(EQ_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(H_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(EQ_FILES) $(PROJECT_INCLUDE) diff --git a/c/src/lib/libbsp/i386/go32/startup/Makefile.in b/c/src/lib/libbsp/i386/go32/startup/Makefile.in index 5942446090..cd88756393 100644 --- a/c/src/lib/libbsp/i386/go32/startup/Makefile.in +++ b/c/src/lib/libbsp/i386/go32/startup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/../../../shared RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/startup.rel # C source names, if any, go here -- minus the .c @@ -48,7 +50,7 @@ CLOBBER_ADDITIONS += ${PGM}: ${SRCS} ${OBJS} $(make-rel) all: ${ARCH} $(SRCS) $(PGM) - $(INSTALL) ${PROJECT_RELEASE}/lib + $(INSTALL_CHANGE) ${PROJECT_RELEASE}/lib # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile install: all diff --git a/c/src/lib/libbsp/i386/go32/timer/Makefile.in b/c/src/lib/libbsp/i386/go32/timer/Makefile.in index 939382f56f..eebc425820 100644 --- a/c/src/lib/libbsp/i386/go32/timer/Makefile.in +++ b/c/src/lib/libbsp/i386/go32/timer/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/timer.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/i386/go32/wrapup/Makefile.in b/c/src/lib/libbsp/i386/go32/wrapup/Makefile.in index 714d2d51ea..1e44fd5102 100644 --- a/c/src/lib/libbsp/i386/go32/wrapup/Makefile.in +++ b/c/src/lib/libbsp/i386/go32/wrapup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + BSP_PIECES=startup clock console timer GENERIC_PIECES= diff --git a/c/src/lib/libbsp/i386/i386ex/Makefile.in b/c/src/lib/libbsp/i386/i386ex/Makefile.in index 22f260cb9e..098bad9ce0 100644 --- a/c/src/lib/libbsp/i386/i386ex/Makefile.in +++ b/c/src/lib/libbsp/i386/i386ex/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/lib/libbsp/i386/i386ex/clock/Makefile.in b/c/src/lib/libbsp/i386/i386ex/clock/Makefile.in index fa1ee1bb31..036e23e333 100644 --- a/c/src/lib/libbsp/i386/i386ex/clock/Makefile.in +++ b/c/src/lib/libbsp/i386/i386ex/clock/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/clock.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/i386/i386ex/console/Makefile.in b/c/src/lib/libbsp/i386/i386ex/console/Makefile.in index d1514c7109..133a17e5aa 100644 --- a/c/src/lib/libbsp/i386/i386ex/console/Makefile.in +++ b/c/src/lib/libbsp/i386/i386ex/console/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/console.rel IMPORT_SRC=$(srcdir)/../../shared/io/printk.c diff --git a/c/src/lib/libbsp/i386/i386ex/include/Makefile.in b/c/src/lib/libbsp/i386/i386ex/include/Makefile.in index 096f514e64..5b041566e8 100644 --- a/c/src/lib/libbsp/i386/i386ex/include/Makefile.in +++ b/c/src/lib/libbsp/i386/i386ex/include/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + H_FILES = $(srcdir)/bsp.h $(srcdir)/coverhd.h # @@ -29,7 +31,7 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE) - $(INSTALL) -m 444 $(EQ_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(H_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(EQ_FILES) $(PROJECT_INCLUDE) install: all diff --git a/c/src/lib/libbsp/i386/i386ex/network/Makefile.in b/c/src/lib/libbsp/i386/i386ex/network/Makefile.in index 0e32218ea3..3233205c11 100644 --- a/c/src/lib/libbsp/i386/i386ex/network/Makefile.in +++ b/c/src/lib/libbsp/i386/i386ex/network/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/network.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/i386/i386ex/start/Makefile.in b/c/src/lib/libbsp/i386/i386ex/start/Makefile.in index 2c6435a980..be36cdc4d5 100644 --- a/c/src/lib/libbsp/i386/i386ex/start/Makefile.in +++ b/c/src/lib/libbsp/i386/i386ex/start/Makefile.in @@ -7,6 +7,8 @@ srcdir = @srcdir@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ + +INSTALL = @INSTALL@ RTEMS_GAS_CODE16 = @RTEMS_GAS_CODE16@ PGMS=${ARCH}/start.o @@ -58,4 +60,4 @@ all: ${ARCH} $(SRCS) $(OBJS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGMS} ${PROJECT_RELEASE}/lib # Install the program(s), appending _g or _p as appropriate. -# for include files, just use $(INSTALL) +# for include files, just use $(INSTALL_CHANGE) diff --git a/c/src/lib/libbsp/i386/i386ex/startup/Makefile.in b/c/src/lib/libbsp/i386/i386ex/startup/Makefile.in index c70ba01bbe..d05231ee77 100644 --- a/c/src/lib/libbsp/i386/i386ex/startup/Makefile.in +++ b/c/src/lib/libbsp/i386/i386ex/startup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/../../../shared:@srcdir@/../../shared/comm:@srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/startup.rel # C source names, if any, go here -- minus the .c @@ -55,14 +57,14 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += preinstall: - $(INSTALL) ${IMPORT_SRC} . + $(INSTALL_CHANGE) ${IMPORT_SRC} . # ${CP} ${IMPORT_SRC} . ${PGM}: ${SRCS} ${OBJS} $(make-rel) all: ${ARCH} preinstall $(SRCS) $(PGM) - $(INSTALL) $(srcdir)/linkcmds ${PROJECT_RELEASE}/lib + $(INSTALL_CHANGE) $(srcdir)/linkcmds ${PROJECT_RELEASE}/lib # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile install: all diff --git a/c/src/lib/libbsp/i386/i386ex/timer/Makefile.in b/c/src/lib/libbsp/i386/i386ex/timer/Makefile.in index 939382f56f..eebc425820 100644 --- a/c/src/lib/libbsp/i386/i386ex/timer/Makefile.in +++ b/c/src/lib/libbsp/i386/i386ex/timer/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/timer.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/i386/i386ex/wrapup/Makefile.in b/c/src/lib/libbsp/i386/i386ex/wrapup/Makefile.in index ce00bb7ffb..5aa3d00203 100644 --- a/c/src/lib/libbsp/i386/i386ex/wrapup/Makefile.in +++ b/c/src/lib/libbsp/i386/i386ex/wrapup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + BSP_PIECES=startup clock console timer $(NETWORK) GENERIC_PIECES= diff --git a/c/src/lib/libbsp/i386/pc386/Makefile.in b/c/src/lib/libbsp/i386/pc386/Makefile.in index 68582b5145..c615540a60 100644 --- a/c/src/lib/libbsp/i386/pc386/Makefile.in +++ b/c/src/lib/libbsp/i386/pc386/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/lib/libbsp/i386/pc386/clock/Makefile.in b/c/src/lib/libbsp/i386/pc386/clock/Makefile.in index c8c96b56d2..47c2f2f145 100644 --- a/c/src/lib/libbsp/i386/pc386/clock/Makefile.in +++ b/c/src/lib/libbsp/i386/pc386/clock/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/clock.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/i386/pc386/console/Makefile.in b/c/src/lib/libbsp/i386/pc386/console/Makefile.in index db76e36aff..7bd8669daf 100644 --- a/c/src/lib/libbsp/i386/pc386/console/Makefile.in +++ b/c/src/lib/libbsp/i386/pc386/console/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/../../shared/io RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/console.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/i386/pc386/include/Makefile.in b/c/src/lib/libbsp/i386/pc386/include/Makefile.in index d5864f9419..9e616ceac6 100644 --- a/c/src/lib/libbsp/i386/pc386/include/Makefile.in +++ b/c/src/lib/libbsp/i386/pc386/include/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + # This driver needs to be reworked for the BSD stack. # We only install wd80x3.h if HAS_NETWORKING was defined WD80X3_yes_V = $(srcdir)/wd80x3.h @@ -35,5 +37,5 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE) - $(INSTALL) -m 444 $(EQ_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(H_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(EQ_FILES) $(PROJECT_INCLUDE) diff --git a/c/src/lib/libbsp/i386/pc386/network/Makefile.in b/c/src/lib/libbsp/i386/pc386/network/Makefile.in index 582a5e0cc0..19d46e143f 100644 --- a/c/src/lib/libbsp/i386/pc386/network/Makefile.in +++ b/c/src/lib/libbsp/i386/pc386/network/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/network.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/i386/pc386/start/Makefile.in b/c/src/lib/libbsp/i386/pc386/start/Makefile.in index 5c5dd94a9b..48408c8c3c 100644 --- a/c/src/lib/libbsp/i386/pc386/start/Makefile.in +++ b/c/src/lib/libbsp/i386/pc386/start/Makefile.in @@ -7,6 +7,8 @@ srcdir = @srcdir@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ + +INSTALL = @INSTALL@ RTEMS_GAS_CODE16 = @RTEMS_GAS_CODE16@ PGMS=${ARCH}/start.o ${ARCH}/start16.bin @@ -56,7 +58,7 @@ all: ${ARCH} $(SRCS) $(OBJS) $(PGMS) $(INSTALL_VARIANT) -m 555 ${PGMS} ${PROJECT_RELEASE}/lib # Install the program(s), appending _g or _p as appropriate. -# for include files, just use $(INSTALL) +# for include files, just use $(INSTALL_CHANGE) LINKCMDS=$(srcdir)/../startup/linkcmds diff --git a/c/src/lib/libbsp/i386/pc386/startup/Makefile.in b/c/src/lib/libbsp/i386/pc386/startup/Makefile.in index 6fb8f9cca7..00af773195 100644 --- a/c/src/lib/libbsp/i386/pc386/startup/Makefile.in +++ b/c/src/lib/libbsp/i386/pc386/startup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/../../../shared:@srcdir@/../../shared/irq:@srcdir@/../ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/startup.rel # C source names, if any, go here -- minus the .c @@ -53,7 +55,7 @@ CLOBBER_ADDITIONS += ${PGM}: ${SRCS} ${OBJS} $(make-rel) all: ${ARCH} $(SRCS) $(PGM) - $(INSTALL) $(srcdir)/linkcmds ${PROJECT_RELEASE}/lib + $(INSTALL_CHANGE) $(srcdir)/linkcmds ${PROJECT_RELEASE}/lib # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile diff --git a/c/src/lib/libbsp/i386/pc386/timer/Makefile.in b/c/src/lib/libbsp/i386/pc386/timer/Makefile.in index 21ca9675e7..8b54c53487 100644 --- a/c/src/lib/libbsp/i386/pc386/timer/Makefile.in +++ b/c/src/lib/libbsp/i386/pc386/timer/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/timer.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/i386/pc386/tools/Makefile.in b/c/src/lib/libbsp/i386/pc386/tools/Makefile.in index 6aaa43c3d6..14383ab284 100644 --- a/c/src/lib/libbsp/i386/pc386/tools/Makefile.in +++ b/c/src/lib/libbsp/i386/pc386/tools/Makefile.in @@ -7,6 +7,8 @@ srcdir = @srcdir@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ + +INSTALL = @INSTALL@ exec_prefix = @exec_prefix@ bindir = @bindir@ libdir = @libdir@ @@ -64,7 +66,7 @@ CLEAN_ADDITIONS += $(HOST_ARCH) CLOBBER_ADDITIONS += all: $(ARCH) $(SRCS) $(PGMS) - $(INSTALL) -m 555 $(PGMS) ${PROJECT_RELEASE}/build-tools + $(INSTALL_CHANGE) -m 555 $(PGMS) ${PROJECT_RELEASE}/build-tools $(ARCH)/bin2boot: $(srcdir)/bin2boot.c $(CC) $(LDFLAGS) -o $@ $(srcdir)/bin2boot.c $(LD_LIBS) diff --git a/c/src/lib/libbsp/i386/pc386/wrapup/Makefile.in b/c/src/lib/libbsp/i386/pc386/wrapup/Makefile.in index 86462939cf..827aa429ab 100644 --- a/c/src/lib/libbsp/i386/pc386/wrapup/Makefile.in +++ b/c/src/lib/libbsp/i386/pc386/wrapup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + # We only build the Network library if HAS_NETWORKING was defined NETWORK_yes_V = network NETWORK = $(NETWORK_$(HAS_NETWORKING)_V) diff --git a/c/src/lib/libbsp/i386/shared/Makefile.in b/c/src/lib/libbsp/i386/shared/Makefile.in index cee2697aae..c0d5086ce1 100644 --- a/c/src/lib/libbsp/i386/shared/Makefile.in +++ b/c/src/lib/libbsp/i386/shared/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/lib/libbsp/i386/shared/comm/Makefile.in b/c/src/lib/libbsp/i386/shared/comm/Makefile.in index 960dd1f2b4..198a02134f 100644 --- a/c/src/lib/libbsp/i386/shared/comm/Makefile.in +++ b/c/src/lib/libbsp/i386/shared/comm/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + H_FILES = $(srcdir)/uart.h # @@ -29,5 +31,5 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += preinstall all: $(SRCS) - $(INSTALL) -m 444 $(SRCS) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(SRCS) $(PROJECT_INCLUDE) diff --git a/c/src/lib/libbsp/i386/shared/io/Makefile.in b/c/src/lib/libbsp/i386/shared/io/Makefile.in index 01fb16150b..091c417c82 100644 --- a/c/src/lib/libbsp/i386/shared/io/Makefile.in +++ b/c/src/lib/libbsp/i386/shared/io/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + H_FILES = $(srcdir)/bspIo.h # @@ -29,5 +31,5 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += preinstall all: $(SRCS) - $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE) - $(INSTALL) -m 444 $(EQ_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(H_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(EQ_FILES) $(PROJECT_INCLUDE) diff --git a/c/src/lib/libbsp/i386/shared/irq/Makefile.in b/c/src/lib/libbsp/i386/shared/irq/Makefile.in index 098852cfa0..8eb77a1f1e 100644 --- a/c/src/lib/libbsp/i386/shared/irq/Makefile.in +++ b/c/src/lib/libbsp/i386/shared/irq/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + H_FILES = $(srcdir)/irq.h $(srcdir)/irq_asm.h # @@ -29,5 +31,5 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += preinstall all: $(SRCS) - $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE) - $(INSTALL) -m 444 $(EQ_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(H_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(EQ_FILES) $(PROJECT_INCLUDE) diff --git a/c/src/lib/libbsp/i386/shared/pci/Makefile.in b/c/src/lib/libbsp/i386/shared/pci/Makefile.in index 607f26030a..dd624ace5f 100644 --- a/c/src/lib/libbsp/i386/shared/pci/Makefile.in +++ b/c/src/lib/libbsp/i386/shared/pci/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + H_FILES = $(srcdir)/pcibios.h # @@ -29,4 +31,4 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += preinstall all: $(SRCS) - $(INSTALL) -m 444 $(SRCS) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(SRCS) $(PROJECT_INCLUDE) diff --git a/c/src/lib/libbsp/i960/Makefile.in b/c/src/lib/libbsp/i960/Makefile.in index f049e9b2e8..f786f6bff0 100644 --- a/c/src/lib/libbsp/i960/Makefile.in +++ b/c/src/lib/libbsp/i960/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/lib/libbsp/i960/cvme961/Makefile.in b/c/src/lib/libbsp/i960/cvme961/Makefile.in index ea49dac82a..3c50d09193 100644 --- a/c/src/lib/libbsp/i960/cvme961/Makefile.in +++ b/c/src/lib/libbsp/i960/cvme961/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/lib/libbsp/i960/cvme961/clock/Makefile.in b/c/src/lib/libbsp/i960/cvme961/clock/Makefile.in index 59df4f2702..87b6aa0a86 100644 --- a/c/src/lib/libbsp/i960/cvme961/clock/Makefile.in +++ b/c/src/lib/libbsp/i960/cvme961/clock/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/clock.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/i960/cvme961/console/Makefile.in b/c/src/lib/libbsp/i960/cvme961/console/Makefile.in index fd05ddfedd..36c95fc3f7 100644 --- a/c/src/lib/libbsp/i960/cvme961/console/Makefile.in +++ b/c/src/lib/libbsp/i960/cvme961/console/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/console.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/i960/cvme961/include/Makefile.in b/c/src/lib/libbsp/i960/cvme961/include/Makefile.in index 8cf95dc7c3..69760d10b6 100644 --- a/c/src/lib/libbsp/i960/cvme961/include/Makefile.in +++ b/c/src/lib/libbsp/i960/cvme961/include/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + H_FILES = $(srcdir)/bsp.h $(srcdir)/coverhd.h # @@ -32,7 +34,7 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE) - $(INSTALL) -m 444 $(EQ_FILES) $(PROJECT_INCLUDE)/cpu + $(INSTALL_CHANGE) -m 444 $(H_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(EQ_FILES) $(PROJECT_INCLUDE)/cpu install: all diff --git a/c/src/lib/libbsp/i960/cvme961/shmsupp/Makefile.in b/c/src/lib/libbsp/i960/cvme961/shmsupp/Makefile.in index 031a0aa0cd..44781bab3b 100644 --- a/c/src/lib/libbsp/i960/cvme961/shmsupp/Makefile.in +++ b/c/src/lib/libbsp/i960/cvme961/shmsupp/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/shmsupp.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/i960/cvme961/start/Makefile.in b/c/src/lib/libbsp/i960/cvme961/start/Makefile.in index 1ed947fc54..518111b7e2 100644 --- a/c/src/lib/libbsp/i960/cvme961/start/Makefile.in +++ b/c/src/lib/libbsp/i960/cvme961/start/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + # C source names, if any, go here -- minus the .c C_PIECES= C_FILES=$(C_PIECES:%=%.c) diff --git a/c/src/lib/libbsp/i960/cvme961/startup/Makefile.in b/c/src/lib/libbsp/i960/cvme961/startup/Makefile.in index aa59a2c153..f3bf1a8327 100644 --- a/c/src/lib/libbsp/i960/cvme961/startup/Makefile.in +++ b/c/src/lib/libbsp/i960/cvme961/startup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/../../../shared RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/startup.rel # C source names, if any, go here -- minus the .c @@ -49,7 +51,7 @@ ${PGM}: ${SRCS} ${OBJS} $(make-rel) all: ${ARCH} $(SRCS) $(PGM) - $(INSTALL) $(srcdir)/linkcmds ${PROJECT_RELEASE}/lib + $(INSTALL_CHANGE) $(srcdir)/linkcmds ${PROJECT_RELEASE}/lib # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile install: all diff --git a/c/src/lib/libbsp/i960/cvme961/timer/Makefile.in b/c/src/lib/libbsp/i960/cvme961/timer/Makefile.in index 21ca9675e7..8b54c53487 100644 --- a/c/src/lib/libbsp/i960/cvme961/timer/Makefile.in +++ b/c/src/lib/libbsp/i960/cvme961/timer/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/timer.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/i960/cvme961/wrapup/Makefile.in b/c/src/lib/libbsp/i960/cvme961/wrapup/Makefile.in index 3ff8a45a12..57c39b623c 100644 --- a/c/src/lib/libbsp/i960/cvme961/wrapup/Makefile.in +++ b/c/src/lib/libbsp/i960/cvme961/wrapup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + BSP_PIECES=startup clock console timer GENERIC_PIECES= diff --git a/c/src/lib/libbsp/m68k/Makefile.in b/c/src/lib/libbsp/m68k/Makefile.in index f049e9b2e8..f786f6bff0 100644 --- a/c/src/lib/libbsp/m68k/Makefile.in +++ b/c/src/lib/libbsp/m68k/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/lib/libbsp/m68k/dmv152/Makefile.in b/c/src/lib/libbsp/m68k/dmv152/Makefile.in index ca0590d55a..1933bb603a 100644 --- a/c/src/lib/libbsp/m68k/dmv152/Makefile.in +++ b/c/src/lib/libbsp/m68k/dmv152/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/lib/libbsp/m68k/dmv152/clock/Makefile.in b/c/src/lib/libbsp/m68k/dmv152/clock/Makefile.in index 59df4f2702..87b6aa0a86 100644 --- a/c/src/lib/libbsp/m68k/dmv152/clock/Makefile.in +++ b/c/src/lib/libbsp/m68k/dmv152/clock/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/clock.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/m68k/dmv152/console/Makefile.in b/c/src/lib/libbsp/m68k/dmv152/console/Makefile.in index fd05ddfedd..36c95fc3f7 100644 --- a/c/src/lib/libbsp/m68k/dmv152/console/Makefile.in +++ b/c/src/lib/libbsp/m68k/dmv152/console/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/console.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/m68k/dmv152/include/Makefile.in b/c/src/lib/libbsp/m68k/dmv152/include/Makefile.in index 7d8581095f..9802423ecb 100644 --- a/c/src/lib/libbsp/m68k/dmv152/include/Makefile.in +++ b/c/src/lib/libbsp/m68k/dmv152/include/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + H_FILES = $(srcdir)/bsp.h $(srcdir)/coverhd.h # @@ -29,5 +31,5 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE) - $(INSTALL) -m 444 $(EQ_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(H_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(EQ_FILES) $(PROJECT_INCLUDE) diff --git a/c/src/lib/libbsp/m68k/dmv152/spurious/Makefile.in b/c/src/lib/libbsp/m68k/dmv152/spurious/Makefile.in index 871175f129..376a5f2bcd 100644 --- a/c/src/lib/libbsp/m68k/dmv152/spurious/Makefile.in +++ b/c/src/lib/libbsp/m68k/dmv152/spurious/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/spurious.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/m68k/dmv152/startup/Makefile.in b/c/src/lib/libbsp/m68k/dmv152/startup/Makefile.in index a68bcbb938..351101cd4a 100644 --- a/c/src/lib/libbsp/m68k/dmv152/startup/Makefile.in +++ b/c/src/lib/libbsp/m68k/dmv152/startup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/../../shared:@srcdir@/../../../shared RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/startup.rel # C source names, if any, go here -- minus the .c @@ -49,5 +51,5 @@ ${PGM}: ${SRCS} ${OBJS} $(make-rel) all: ${ARCH} $(SRCS) $(PGM) - $(INSTALL) $(srcdir)/linkcmds ${PROJECT_RELEASE}/lib + $(INSTALL_CHANGE) $(srcdir)/linkcmds ${PROJECT_RELEASE}/lib diff --git a/c/src/lib/libbsp/m68k/dmv152/timer/Makefile.in b/c/src/lib/libbsp/m68k/dmv152/timer/Makefile.in index 21ca9675e7..8b54c53487 100644 --- a/c/src/lib/libbsp/m68k/dmv152/timer/Makefile.in +++ b/c/src/lib/libbsp/m68k/dmv152/timer/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/timer.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/m68k/dmv152/wrapup/Makefile.in b/c/src/lib/libbsp/m68k/dmv152/wrapup/Makefile.in index 3ef5e9d4bb..4f94ecb028 100644 --- a/c/src/lib/libbsp/m68k/dmv152/wrapup/Makefile.in +++ b/c/src/lib/libbsp/m68k/dmv152/wrapup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + BSP_PIECES=startup clock console spurious timer GENERIC_PIECES= diff --git a/c/src/lib/libbsp/m68k/efi332/Makefile.in b/c/src/lib/libbsp/m68k/efi332/Makefile.in index 21c1abc2c8..f38e570ec5 100644 --- a/c/src/lib/libbsp/m68k/efi332/Makefile.in +++ b/c/src/lib/libbsp/m68k/efi332/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/lib/libbsp/m68k/efi332/clock/Makefile.in b/c/src/lib/libbsp/m68k/efi332/clock/Makefile.in index 59df4f2702..87b6aa0a86 100644 --- a/c/src/lib/libbsp/m68k/efi332/clock/Makefile.in +++ b/c/src/lib/libbsp/m68k/efi332/clock/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/clock.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/m68k/efi332/console/Makefile.in b/c/src/lib/libbsp/m68k/efi332/console/Makefile.in index fd05ddfedd..36c95fc3f7 100644 --- a/c/src/lib/libbsp/m68k/efi332/console/Makefile.in +++ b/c/src/lib/libbsp/m68k/efi332/console/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/console.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/m68k/efi332/include/Makefile.in b/c/src/lib/libbsp/m68k/efi332/include/Makefile.in index 145f554e29..bda6026e10 100644 --- a/c/src/lib/libbsp/m68k/efi332/include/Makefile.in +++ b/c/src/lib/libbsp/m68k/efi332/include/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + H_FILES = $(srcdir)/bsp.h $(srcdir)/efi332.h $(srcdir)/coverhd.h # @@ -29,5 +31,5 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE) - $(INSTALL) -m 444 $(EQ_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(H_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(EQ_FILES) $(PROJECT_INCLUDE) diff --git a/c/src/lib/libbsp/m68k/efi332/spurious/Makefile.in b/c/src/lib/libbsp/m68k/efi332/spurious/Makefile.in index 871175f129..376a5f2bcd 100644 --- a/c/src/lib/libbsp/m68k/efi332/spurious/Makefile.in +++ b/c/src/lib/libbsp/m68k/efi332/spurious/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/spurious.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/m68k/efi332/start/Makefile.in b/c/src/lib/libbsp/m68k/efi332/start/Makefile.in index 2373aeca0b..9dc7338d4d 100644 --- a/c/src/lib/libbsp/m68k/efi332/start/Makefile.in +++ b/c/src/lib/libbsp/m68k/efi332/start/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/start332.o # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/m68k/efi332/start332/Makefile.in b/c/src/lib/libbsp/m68k/efi332/start332/Makefile.in index 2373aeca0b..9dc7338d4d 100644 --- a/c/src/lib/libbsp/m68k/efi332/start332/Makefile.in +++ b/c/src/lib/libbsp/m68k/efi332/start332/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/start332.o # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/m68k/efi332/startup/Makefile.in b/c/src/lib/libbsp/m68k/efi332/startup/Makefile.in index 6cacf17587..0b50e9331a 100644 --- a/c/src/lib/libbsp/m68k/efi332/startup/Makefile.in +++ b/c/src/lib/libbsp/m68k/efi332/startup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/../../shared:@srcdir@/../../../shared RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/startup.rel # C source names, if any, go here -- minus the .c @@ -49,7 +51,7 @@ ${PGM}: ${SRCS} ${OBJS} $(make-rel) all: ${ARCH} $(SRCS) $(PGM) - $(INSTALL) $(srcdir)/linkcmds ${PROJECT_RELEASE}/lib + $(INSTALL_CHANGE) $(srcdir)/linkcmds ${PROJECT_RELEASE}/lib # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile diff --git a/c/src/lib/libbsp/m68k/efi332/timer/Makefile.in b/c/src/lib/libbsp/m68k/efi332/timer/Makefile.in index d9e6e84a0c..7215d8a258 100644 --- a/c/src/lib/libbsp/m68k/efi332/timer/Makefile.in +++ b/c/src/lib/libbsp/m68k/efi332/timer/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/timer.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/m68k/efi332/wrapup/Makefile.in b/c/src/lib/libbsp/m68k/efi332/wrapup/Makefile.in index 3ef5e9d4bb..4f94ecb028 100644 --- a/c/src/lib/libbsp/m68k/efi332/wrapup/Makefile.in +++ b/c/src/lib/libbsp/m68k/efi332/wrapup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + BSP_PIECES=startup clock console spurious timer GENERIC_PIECES= diff --git a/c/src/lib/libbsp/m68k/efi68k/Makefile.in b/c/src/lib/libbsp/m68k/efi68k/Makefile.in index e283e32211..f503033b2a 100644 --- a/c/src/lib/libbsp/m68k/efi68k/Makefile.in +++ b/c/src/lib/libbsp/m68k/efi68k/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/lib/libbsp/m68k/efi68k/clock/Makefile.in b/c/src/lib/libbsp/m68k/efi68k/clock/Makefile.in index 59df4f2702..87b6aa0a86 100644 --- a/c/src/lib/libbsp/m68k/efi68k/clock/Makefile.in +++ b/c/src/lib/libbsp/m68k/efi68k/clock/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/clock.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/m68k/efi68k/console/Makefile.in b/c/src/lib/libbsp/m68k/efi68k/console/Makefile.in index fd05ddfedd..36c95fc3f7 100644 --- a/c/src/lib/libbsp/m68k/efi68k/console/Makefile.in +++ b/c/src/lib/libbsp/m68k/efi68k/console/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/console.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/m68k/efi68k/include/Makefile.in b/c/src/lib/libbsp/m68k/efi68k/include/Makefile.in index e58a318be3..aacfbf55b0 100644 --- a/c/src/lib/libbsp/m68k/efi68k/include/Makefile.in +++ b/c/src/lib/libbsp/m68k/efi68k/include/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + H_FILES = $(srcdir)/bsp.h $(srcdir)/efi68k.h $(srcdir)/16550.h \ $(srcdir)/DP8570A.h $(srcdir)/coverhd.h @@ -30,5 +32,5 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE) - $(INSTALL) -m 444 $(EQ_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(H_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(EQ_FILES) $(PROJECT_INCLUDE) diff --git a/c/src/lib/libbsp/m68k/efi68k/spurious/Makefile.in b/c/src/lib/libbsp/m68k/efi68k/spurious/Makefile.in index 871175f129..376a5f2bcd 100644 --- a/c/src/lib/libbsp/m68k/efi68k/spurious/Makefile.in +++ b/c/src/lib/libbsp/m68k/efi68k/spurious/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/spurious.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/m68k/efi68k/start/Makefile.in b/c/src/lib/libbsp/m68k/efi68k/start/Makefile.in index ddd45a4c24..5a0b942363 100644 --- a/c/src/lib/libbsp/m68k/efi68k/start/Makefile.in +++ b/c/src/lib/libbsp/m68k/efi68k/start/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/start68k.o # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/m68k/efi68k/start68k/Makefile.in b/c/src/lib/libbsp/m68k/efi68k/start68k/Makefile.in index ddd45a4c24..5a0b942363 100644 --- a/c/src/lib/libbsp/m68k/efi68k/start68k/Makefile.in +++ b/c/src/lib/libbsp/m68k/efi68k/start68k/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/start68k.o # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/m68k/efi68k/startup/Makefile.in b/c/src/lib/libbsp/m68k/efi68k/startup/Makefile.in index 5925adedb4..d979dfe1d1 100644 --- a/c/src/lib/libbsp/m68k/efi68k/startup/Makefile.in +++ b/c/src/lib/libbsp/m68k/efi68k/startup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/../../../shared RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/startup.rel # C source names, if any, go here -- minus the .c @@ -49,7 +51,7 @@ ${PGM}: ${SRCS} ${OBJS} $(make-rel) all: ${ARCH} $(SRCS) $(PGM) - $(INSTALL) $(srcdir)/linkcmds ${PROJECT_RELEASE}/lib + $(INSTALL_CHANGE) $(srcdir)/linkcmds ${PROJECT_RELEASE}/lib # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile diff --git a/c/src/lib/libbsp/m68k/efi68k/timer/Makefile.in b/c/src/lib/libbsp/m68k/efi68k/timer/Makefile.in index d9e6e84a0c..7215d8a258 100644 --- a/c/src/lib/libbsp/m68k/efi68k/timer/Makefile.in +++ b/c/src/lib/libbsp/m68k/efi68k/timer/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/timer.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/m68k/efi68k/wrapup/Makefile.in b/c/src/lib/libbsp/m68k/efi68k/wrapup/Makefile.in index 3ef5e9d4bb..4f94ecb028 100644 --- a/c/src/lib/libbsp/m68k/efi68k/wrapup/Makefile.in +++ b/c/src/lib/libbsp/m68k/efi68k/wrapup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + BSP_PIECES=startup clock console spurious timer GENERIC_PIECES= diff --git a/c/src/lib/libbsp/m68k/gen68302/Makefile.in b/c/src/lib/libbsp/m68k/gen68302/Makefile.in index e53f5417f5..97847133a8 100644 --- a/c/src/lib/libbsp/m68k/gen68302/Makefile.in +++ b/c/src/lib/libbsp/m68k/gen68302/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/lib/libbsp/m68k/gen68302/clock/Makefile.in b/c/src/lib/libbsp/m68k/gen68302/clock/Makefile.in index 59df4f2702..87b6aa0a86 100644 --- a/c/src/lib/libbsp/m68k/gen68302/clock/Makefile.in +++ b/c/src/lib/libbsp/m68k/gen68302/clock/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/clock.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/m68k/gen68302/console/Makefile.in b/c/src/lib/libbsp/m68k/gen68302/console/Makefile.in index fd05ddfedd..36c95fc3f7 100644 --- a/c/src/lib/libbsp/m68k/gen68302/console/Makefile.in +++ b/c/src/lib/libbsp/m68k/gen68302/console/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/console.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/m68k/gen68302/include/Makefile.in b/c/src/lib/libbsp/m68k/gen68302/include/Makefile.in index 7d8581095f..9802423ecb 100644 --- a/c/src/lib/libbsp/m68k/gen68302/include/Makefile.in +++ b/c/src/lib/libbsp/m68k/gen68302/include/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + H_FILES = $(srcdir)/bsp.h $(srcdir)/coverhd.h # @@ -29,5 +31,5 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE) - $(INSTALL) -m 444 $(EQ_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(H_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(EQ_FILES) $(PROJECT_INCLUDE) diff --git a/c/src/lib/libbsp/m68k/gen68302/start/Makefile.in b/c/src/lib/libbsp/m68k/gen68302/start/Makefile.in index b89be869e6..2b5b2b41e7 100644 --- a/c/src/lib/libbsp/m68k/gen68302/start/Makefile.in +++ b/c/src/lib/libbsp/m68k/gen68302/start/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGMS=${ARCH}/start302.o # C source names, if any, go here -- minus the .c @@ -54,4 +56,4 @@ all: ${ARCH} $(SRCS) $(OBJS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGMS} ${PROJECT_RELEASE}/lib # Install the program(s), appending _g or _p as appropriate. -# for include files, just use $(INSTALL) +# for include files, just use $(INSTALL_CHANGE) diff --git a/c/src/lib/libbsp/m68k/gen68302/start302/Makefile.in b/c/src/lib/libbsp/m68k/gen68302/start302/Makefile.in index b89be869e6..2b5b2b41e7 100644 --- a/c/src/lib/libbsp/m68k/gen68302/start302/Makefile.in +++ b/c/src/lib/libbsp/m68k/gen68302/start302/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGMS=${ARCH}/start302.o # C source names, if any, go here -- minus the .c @@ -54,4 +56,4 @@ all: ${ARCH} $(SRCS) $(OBJS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGMS} ${PROJECT_RELEASE}/lib # Install the program(s), appending _g or _p as appropriate. -# for include files, just use $(INSTALL) +# for include files, just use $(INSTALL_CHANGE) diff --git a/c/src/lib/libbsp/m68k/gen68302/startup/Makefile.in b/c/src/lib/libbsp/m68k/gen68302/startup/Makefile.in index 71bc5a0634..5bf35e107c 100644 --- a/c/src/lib/libbsp/m68k/gen68302/startup/Makefile.in +++ b/c/src/lib/libbsp/m68k/gen68302/startup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/../../shared:@srcdir@/../../../shared RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/startup.rel # C source names, if any, go here -- minus the .c @@ -49,7 +51,7 @@ ${PGM}: ${SRCS} ${OBJS} $(make-rel) all: ${ARCH} $(SRCS) $(PGM) - $(INSTALL) $(srcdir)/linkcmds ${PROJECT_RELEASE}/lib + $(INSTALL_CHANGE) $(srcdir)/linkcmds ${PROJECT_RELEASE}/lib # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile diff --git a/c/src/lib/libbsp/m68k/gen68302/timer/Makefile.in b/c/src/lib/libbsp/m68k/gen68302/timer/Makefile.in index 21ca9675e7..8b54c53487 100644 --- a/c/src/lib/libbsp/m68k/gen68302/timer/Makefile.in +++ b/c/src/lib/libbsp/m68k/gen68302/timer/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/timer.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/m68k/gen68302/wrapup/Makefile.in b/c/src/lib/libbsp/m68k/gen68302/wrapup/Makefile.in index a42a827299..e493ffb975 100644 --- a/c/src/lib/libbsp/m68k/gen68302/wrapup/Makefile.in +++ b/c/src/lib/libbsp/m68k/gen68302/wrapup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + BSP_PIECES=startup clock console timer GENERIC_PIECES= diff --git a/c/src/lib/libbsp/m68k/gen68340/Makefile.in b/c/src/lib/libbsp/m68k/gen68340/Makefile.in index 84ff98ed54..f0b8a91d86 100644 --- a/c/src/lib/libbsp/m68k/gen68340/Makefile.in +++ b/c/src/lib/libbsp/m68k/gen68340/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/lib/libbsp/m68k/gen68340/clock/Makefile.in b/c/src/lib/libbsp/m68k/gen68340/clock/Makefile.in index 59df4f2702..87b6aa0a86 100644 --- a/c/src/lib/libbsp/m68k/gen68340/clock/Makefile.in +++ b/c/src/lib/libbsp/m68k/gen68340/clock/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/clock.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/m68k/gen68340/console/Makefile.in b/c/src/lib/libbsp/m68k/gen68340/console/Makefile.in index c26ac13b81..27f129964a 100644 --- a/c/src/lib/libbsp/m68k/gen68340/console/Makefile.in +++ b/c/src/lib/libbsp/m68k/gen68340/console/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/console.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/m68k/gen68340/include/Makefile.in b/c/src/lib/libbsp/m68k/gen68340/include/Makefile.in index 1fa4362fab..6f5fe1234b 100644 --- a/c/src/lib/libbsp/m68k/gen68340/include/Makefile.in +++ b/c/src/lib/libbsp/m68k/gen68340/include/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + H_FILES = $(srcdir)/bsp.h $(srcdir)/coverhd.h $(srcdir)/m340uart.h $(srcdir)/m340timer.h $(srcdir)/m68340.h $(srcdir)/m68340.inc $(srcdir)/m68349.inc # @@ -29,5 +31,5 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE) - $(INSTALL) -m 444 $(EQ_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(H_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(EQ_FILES) $(PROJECT_INCLUDE) diff --git a/c/src/lib/libbsp/m68k/gen68340/start/Makefile.in b/c/src/lib/libbsp/m68k/gen68340/start/Makefile.in index 4dfebd249f..2b7ee875a2 100644 --- a/c/src/lib/libbsp/m68k/gen68340/start/Makefile.in +++ b/c/src/lib/libbsp/m68k/gen68340/start/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGMS=${ARCH}/start340.o # C source names, if any, go here -- minus the .c @@ -54,4 +56,4 @@ all: ${ARCH} $(SRCS) $(OBJS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGMS} ${PROJECT_RELEASE}/lib # Install the program(s), appending _g or _p as appropriate. -# for include files, just use $(INSTALL) +# for include files, just use $(INSTALL_CHANGE) diff --git a/c/src/lib/libbsp/m68k/gen68340/start340/Makefile.in b/c/src/lib/libbsp/m68k/gen68340/start340/Makefile.in index 4dfebd249f..2b7ee875a2 100644 --- a/c/src/lib/libbsp/m68k/gen68340/start340/Makefile.in +++ b/c/src/lib/libbsp/m68k/gen68340/start340/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGMS=${ARCH}/start340.o # C source names, if any, go here -- minus the .c @@ -54,4 +56,4 @@ all: ${ARCH} $(SRCS) $(OBJS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGMS} ${PROJECT_RELEASE}/lib # Install the program(s), appending _g or _p as appropriate. -# for include files, just use $(INSTALL) +# for include files, just use $(INSTALL_CHANGE) diff --git a/c/src/lib/libbsp/m68k/gen68340/startup/Makefile.in b/c/src/lib/libbsp/m68k/gen68340/startup/Makefile.in index c2e43aab72..40948906c1 100644 --- a/c/src/lib/libbsp/m68k/gen68340/startup/Makefile.in +++ b/c/src/lib/libbsp/m68k/gen68340/startup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/../../shared:@srcdir@/../../../shared RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/startup.rel # C source names, if any, go here -- minus the .c @@ -50,7 +52,7 @@ ${PGM}: ${SRCS} ${OBJS} $(make-rel) all: ${ARCH} $(SRCS) $(PGM) - $(INSTALL) $(srcdir)/linkcmds ${PROJECT_RELEASE}/lib + $(INSTALL_CHANGE) $(srcdir)/linkcmds ${PROJECT_RELEASE}/lib # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile diff --git a/c/src/lib/libbsp/m68k/gen68340/timer/Makefile.in b/c/src/lib/libbsp/m68k/gen68340/timer/Makefile.in index d9e6e84a0c..7215d8a258 100644 --- a/c/src/lib/libbsp/m68k/gen68340/timer/Makefile.in +++ b/c/src/lib/libbsp/m68k/gen68340/timer/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/timer.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/m68k/gen68340/wrapup/Makefile.in b/c/src/lib/libbsp/m68k/gen68340/wrapup/Makefile.in index f519cb6db7..da3e614422 100644 --- a/c/src/lib/libbsp/m68k/gen68340/wrapup/Makefile.in +++ b/c/src/lib/libbsp/m68k/gen68340/wrapup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + BSP_PIECES=startup clock console timer CPU_PIECES= GENERIC_PIECES= diff --git a/c/src/lib/libbsp/m68k/gen68360/Makefile.in b/c/src/lib/libbsp/m68k/gen68360/Makefile.in index b06c1fc69c..d5d48c3a8d 100644 --- a/c/src/lib/libbsp/m68k/gen68360/Makefile.in +++ b/c/src/lib/libbsp/m68k/gen68360/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/lib/libbsp/m68k/gen68360/clock/Makefile.in b/c/src/lib/libbsp/m68k/gen68360/clock/Makefile.in index 59df4f2702..87b6aa0a86 100644 --- a/c/src/lib/libbsp/m68k/gen68360/clock/Makefile.in +++ b/c/src/lib/libbsp/m68k/gen68360/clock/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/clock.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/m68k/gen68360/console/Makefile.in b/c/src/lib/libbsp/m68k/gen68360/console/Makefile.in index fd05ddfedd..36c95fc3f7 100644 --- a/c/src/lib/libbsp/m68k/gen68360/console/Makefile.in +++ b/c/src/lib/libbsp/m68k/gen68360/console/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/console.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/m68k/gen68360/include/Makefile.in b/c/src/lib/libbsp/m68k/gen68360/include/Makefile.in index 7d8581095f..9802423ecb 100644 --- a/c/src/lib/libbsp/m68k/gen68360/include/Makefile.in +++ b/c/src/lib/libbsp/m68k/gen68360/include/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + H_FILES = $(srcdir)/bsp.h $(srcdir)/coverhd.h # @@ -29,5 +31,5 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE) - $(INSTALL) -m 444 $(EQ_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(H_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(EQ_FILES) $(PROJECT_INCLUDE) diff --git a/c/src/lib/libbsp/m68k/gen68360/network/Makefile.in b/c/src/lib/libbsp/m68k/gen68360/network/Makefile.in index 59728b648d..b3e294aae8 100644 --- a/c/src/lib/libbsp/m68k/gen68360/network/Makefile.in +++ b/c/src/lib/libbsp/m68k/gen68360/network/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/network.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/m68k/gen68360/start/Makefile.in b/c/src/lib/libbsp/m68k/gen68360/start/Makefile.in index 25c914ea5a..8950b72697 100644 --- a/c/src/lib/libbsp/m68k/gen68360/start/Makefile.in +++ b/c/src/lib/libbsp/m68k/gen68360/start/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGMS=${ARCH}/start360.o # C source names, if any, go here -- minus the .c @@ -54,4 +56,4 @@ all: ${ARCH} $(SRCS) $(OBJS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGMS} ${PROJECT_RELEASE}/lib # Install the program(s), appending _g or _p as appropriate. -# for include files, just use $(INSTALL) +# for include files, just use $(INSTALL_CHANGE) diff --git a/c/src/lib/libbsp/m68k/gen68360/start360/Makefile.in b/c/src/lib/libbsp/m68k/gen68360/start360/Makefile.in index 25c914ea5a..8950b72697 100644 --- a/c/src/lib/libbsp/m68k/gen68360/start360/Makefile.in +++ b/c/src/lib/libbsp/m68k/gen68360/start360/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGMS=${ARCH}/start360.o # C source names, if any, go here -- minus the .c @@ -54,4 +56,4 @@ all: ${ARCH} $(SRCS) $(OBJS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGMS} ${PROJECT_RELEASE}/lib # Install the program(s), appending _g or _p as appropriate. -# for include files, just use $(INSTALL) +# for include files, just use $(INSTALL_CHANGE) diff --git a/c/src/lib/libbsp/m68k/gen68360/startup/Makefile.in b/c/src/lib/libbsp/m68k/gen68360/startup/Makefile.in index bebda1d445..00d741eb60 100644 --- a/c/src/lib/libbsp/m68k/gen68360/startup/Makefile.in +++ b/c/src/lib/libbsp/m68k/gen68360/startup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/../../shared:@srcdir@/../../../shared RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/startup.rel # C source names, if any, go here -- minus the .c @@ -50,7 +52,7 @@ ${PGM}: ${SRCS} ${OBJS} $(make-rel) all: ${ARCH} $(SRCS) $(PGM) - $(INSTALL) $(srcdir)/linkcmds $(srcdir)/linkcmds.prom ${PROJECT_RELEASE}/lib + $(INSTALL_CHANGE) $(srcdir)/linkcmds $(srcdir)/linkcmds.prom ${PROJECT_RELEASE}/lib # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile diff --git a/c/src/lib/libbsp/m68k/gen68360/timer/Makefile.in b/c/src/lib/libbsp/m68k/gen68360/timer/Makefile.in index d9e6e84a0c..7215d8a258 100644 --- a/c/src/lib/libbsp/m68k/gen68360/timer/Makefile.in +++ b/c/src/lib/libbsp/m68k/gen68360/timer/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/timer.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/m68k/gen68360/wrapup/Makefile.in b/c/src/lib/libbsp/m68k/gen68360/wrapup/Makefile.in index c7523cd10f..37dbaab147 100644 --- a/c/src/lib/libbsp/m68k/gen68360/wrapup/Makefile.in +++ b/c/src/lib/libbsp/m68k/gen68360/wrapup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + # We only build the networking device driver if HAS_NETWORKING was defined NETWORKING_DRIVER_yes_V = network NETWORKING_DRIVER = $(NETWORKING_DRIVER_$(HAS_NETWORKING)_V) diff --git a/c/src/lib/libbsp/m68k/idp/Makefile.in b/c/src/lib/libbsp/m68k/idp/Makefile.in index 0a2d61ae80..d35b4cdb18 100644 --- a/c/src/lib/libbsp/m68k/idp/Makefile.in +++ b/c/src/lib/libbsp/m68k/idp/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/lib/libbsp/m68k/idp/clock/Makefile.in b/c/src/lib/libbsp/m68k/idp/clock/Makefile.in index 284cab93fb..ff5ce2db97 100644 --- a/c/src/lib/libbsp/m68k/idp/clock/Makefile.in +++ b/c/src/lib/libbsp/m68k/idp/clock/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/clock.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/m68k/idp/console/Makefile.in b/c/src/lib/libbsp/m68k/idp/console/Makefile.in index 1990e445b1..2e24ec91f4 100644 --- a/c/src/lib/libbsp/m68k/idp/console/Makefile.in +++ b/c/src/lib/libbsp/m68k/idp/console/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/console.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/m68k/idp/include/Makefile.in b/c/src/lib/libbsp/m68k/idp/include/Makefile.in index 730a0de2ba..9286850d75 100644 --- a/c/src/lib/libbsp/m68k/idp/include/Makefile.in +++ b/c/src/lib/libbsp/m68k/idp/include/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + H_FILES = $(srcdir)/bsp.h $(srcdir)/coverhd.h $(srcdir)/leds.h # @@ -29,5 +31,5 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE) - $(INSTALL) -m 444 $(EQ_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(H_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(EQ_FILES) $(PROJECT_INCLUDE) diff --git a/c/src/lib/libbsp/m68k/idp/startup/Makefile.in b/c/src/lib/libbsp/m68k/idp/startup/Makefile.in index ae12a4c04b..2e36b7ff14 100644 --- a/c/src/lib/libbsp/m68k/idp/startup/Makefile.in +++ b/c/src/lib/libbsp/m68k/idp/startup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/../../shared:@srcdir@/../../../shared RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/startup.rel # C source names, if any, go here -- minus the .c @@ -49,7 +51,7 @@ ${PGM}: ${SRCS} ${OBJS} $(make-rel) all: ${ARCH} $(SRCS) $(PGM) - $(INSTALL) $(srcdir)/linkcmds ${PROJECT_RELEASE}/lib + $(INSTALL_CHANGE) $(srcdir)/linkcmds ${PROJECT_RELEASE}/lib # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile diff --git a/c/src/lib/libbsp/m68k/idp/timer/Makefile.in b/c/src/lib/libbsp/m68k/idp/timer/Makefile.in index 4fabb39e55..c8205af75b 100644 --- a/c/src/lib/libbsp/m68k/idp/timer/Makefile.in +++ b/c/src/lib/libbsp/m68k/idp/timer/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/timer.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/m68k/idp/wrapup/Makefile.in b/c/src/lib/libbsp/m68k/idp/wrapup/Makefile.in index 72cc6fe051..70f2dca8ad 100644 --- a/c/src/lib/libbsp/m68k/idp/wrapup/Makefile.in +++ b/c/src/lib/libbsp/m68k/idp/wrapup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + BSP_PIECES=startup clock console timer GENERIC_PIECES= diff --git a/c/src/lib/libbsp/m68k/mvme136/Makefile.in b/c/src/lib/libbsp/m68k/mvme136/Makefile.in index ea49dac82a..3c50d09193 100644 --- a/c/src/lib/libbsp/m68k/mvme136/Makefile.in +++ b/c/src/lib/libbsp/m68k/mvme136/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/lib/libbsp/m68k/mvme136/clock/Makefile.in b/c/src/lib/libbsp/m68k/mvme136/clock/Makefile.in index d882f1d00f..717b14a42b 100644 --- a/c/src/lib/libbsp/m68k/mvme136/clock/Makefile.in +++ b/c/src/lib/libbsp/m68k/mvme136/clock/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/clock.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/m68k/mvme136/console/Makefile.in b/c/src/lib/libbsp/m68k/mvme136/console/Makefile.in index fd05ddfedd..36c95fc3f7 100644 --- a/c/src/lib/libbsp/m68k/mvme136/console/Makefile.in +++ b/c/src/lib/libbsp/m68k/mvme136/console/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/console.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/m68k/mvme136/include/Makefile.in b/c/src/lib/libbsp/m68k/mvme136/include/Makefile.in index 7d8581095f..9802423ecb 100644 --- a/c/src/lib/libbsp/m68k/mvme136/include/Makefile.in +++ b/c/src/lib/libbsp/m68k/mvme136/include/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + H_FILES = $(srcdir)/bsp.h $(srcdir)/coverhd.h # @@ -29,5 +31,5 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE) - $(INSTALL) -m 444 $(EQ_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(H_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(EQ_FILES) $(PROJECT_INCLUDE) diff --git a/c/src/lib/libbsp/m68k/mvme136/shmsupp/Makefile.in b/c/src/lib/libbsp/m68k/mvme136/shmsupp/Makefile.in index 031a0aa0cd..44781bab3b 100644 --- a/c/src/lib/libbsp/m68k/mvme136/shmsupp/Makefile.in +++ b/c/src/lib/libbsp/m68k/mvme136/shmsupp/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/shmsupp.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/m68k/mvme136/startup/Makefile.in b/c/src/lib/libbsp/m68k/mvme136/startup/Makefile.in index c4f1163cf9..a60daf8760 100644 --- a/c/src/lib/libbsp/m68k/mvme136/startup/Makefile.in +++ b/c/src/lib/libbsp/m68k/mvme136/startup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/../../shared:@srcdir@/../../../shared RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/startup.rel # C source names, if any, go here -- minus the .c @@ -49,7 +51,7 @@ ${PGM}: ${SRCS} ${OBJS} $(make-rel) all: ${ARCH} $(SRCS) $(PGM) - $(INSTALL) $(srcdir)/linkcmds ${PROJECT_RELEASE}/lib + $(INSTALL_CHANGE) $(srcdir)/linkcmds ${PROJECT_RELEASE}/lib # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile diff --git a/c/src/lib/libbsp/m68k/mvme136/timer/Makefile.in b/c/src/lib/libbsp/m68k/mvme136/timer/Makefile.in index 21ca9675e7..8b54c53487 100644 --- a/c/src/lib/libbsp/m68k/mvme136/timer/Makefile.in +++ b/c/src/lib/libbsp/m68k/mvme136/timer/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/timer.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/m68k/mvme136/wrapup/Makefile.in b/c/src/lib/libbsp/m68k/mvme136/wrapup/Makefile.in index aecc98b975..941cd2473e 100644 --- a/c/src/lib/libbsp/m68k/mvme136/wrapup/Makefile.in +++ b/c/src/lib/libbsp/m68k/mvme136/wrapup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + BSP_PIECES=startup clock console timer GENERIC_PIECES= diff --git a/c/src/lib/libbsp/m68k/mvme147/Makefile.in b/c/src/lib/libbsp/m68k/mvme147/Makefile.in index 0a2d61ae80..d35b4cdb18 100644 --- a/c/src/lib/libbsp/m68k/mvme147/Makefile.in +++ b/c/src/lib/libbsp/m68k/mvme147/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/lib/libbsp/m68k/mvme147/clock/Makefile.in b/c/src/lib/libbsp/m68k/mvme147/clock/Makefile.in index d882f1d00f..717b14a42b 100644 --- a/c/src/lib/libbsp/m68k/mvme147/clock/Makefile.in +++ b/c/src/lib/libbsp/m68k/mvme147/clock/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/clock.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/m68k/mvme147/console/Makefile.in b/c/src/lib/libbsp/m68k/mvme147/console/Makefile.in index fd05ddfedd..36c95fc3f7 100644 --- a/c/src/lib/libbsp/m68k/mvme147/console/Makefile.in +++ b/c/src/lib/libbsp/m68k/mvme147/console/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/console.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/m68k/mvme147/include/Makefile.in b/c/src/lib/libbsp/m68k/mvme147/include/Makefile.in index 7d8581095f..9802423ecb 100644 --- a/c/src/lib/libbsp/m68k/mvme147/include/Makefile.in +++ b/c/src/lib/libbsp/m68k/mvme147/include/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + H_FILES = $(srcdir)/bsp.h $(srcdir)/coverhd.h # @@ -29,5 +31,5 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE) - $(INSTALL) -m 444 $(EQ_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(H_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(EQ_FILES) $(PROJECT_INCLUDE) diff --git a/c/src/lib/libbsp/m68k/mvme147/startup/Makefile.in b/c/src/lib/libbsp/m68k/mvme147/startup/Makefile.in index c4f1163cf9..a60daf8760 100644 --- a/c/src/lib/libbsp/m68k/mvme147/startup/Makefile.in +++ b/c/src/lib/libbsp/m68k/mvme147/startup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/../../shared:@srcdir@/../../../shared RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/startup.rel # C source names, if any, go here -- minus the .c @@ -49,7 +51,7 @@ ${PGM}: ${SRCS} ${OBJS} $(make-rel) all: ${ARCH} $(SRCS) $(PGM) - $(INSTALL) $(srcdir)/linkcmds ${PROJECT_RELEASE}/lib + $(INSTALL_CHANGE) $(srcdir)/linkcmds ${PROJECT_RELEASE}/lib # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile diff --git a/c/src/lib/libbsp/m68k/mvme147/timer/Makefile.in b/c/src/lib/libbsp/m68k/mvme147/timer/Makefile.in index 21ca9675e7..8b54c53487 100644 --- a/c/src/lib/libbsp/m68k/mvme147/timer/Makefile.in +++ b/c/src/lib/libbsp/m68k/mvme147/timer/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/timer.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/m68k/mvme147/wrapup/Makefile.in b/c/src/lib/libbsp/m68k/mvme147/wrapup/Makefile.in index a42a827299..e493ffb975 100644 --- a/c/src/lib/libbsp/m68k/mvme147/wrapup/Makefile.in +++ b/c/src/lib/libbsp/m68k/mvme147/wrapup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + BSP_PIECES=startup clock console timer GENERIC_PIECES= diff --git a/c/src/lib/libbsp/m68k/mvme147s/Makefile.in b/c/src/lib/libbsp/m68k/mvme147s/Makefile.in index 759ad635bd..12ea35d2bd 100644 --- a/c/src/lib/libbsp/m68k/mvme147s/Makefile.in +++ b/c/src/lib/libbsp/m68k/mvme147s/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/lib/libbsp/m68k/mvme147s/clock/Makefile.in b/c/src/lib/libbsp/m68k/mvme147s/clock/Makefile.in index 14cead6a85..4262bf9926 100644 --- a/c/src/lib/libbsp/m68k/mvme147s/clock/Makefile.in +++ b/c/src/lib/libbsp/m68k/mvme147s/clock/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/../../mvme147/clock RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/clock.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/m68k/mvme147s/console/Makefile.in b/c/src/lib/libbsp/m68k/mvme147s/console/Makefile.in index 77c95fbbc0..206c08e9db 100644 --- a/c/src/lib/libbsp/m68k/mvme147s/console/Makefile.in +++ b/c/src/lib/libbsp/m68k/mvme147s/console/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/../../mvme147/console RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/console.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/m68k/mvme147s/include/Makefile.in b/c/src/lib/libbsp/m68k/mvme147s/include/Makefile.in index 7d8581095f..9802423ecb 100644 --- a/c/src/lib/libbsp/m68k/mvme147s/include/Makefile.in +++ b/c/src/lib/libbsp/m68k/mvme147s/include/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + H_FILES = $(srcdir)/bsp.h $(srcdir)/coverhd.h # @@ -29,5 +31,5 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE) - $(INSTALL) -m 444 $(EQ_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(H_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(EQ_FILES) $(PROJECT_INCLUDE) diff --git a/c/src/lib/libbsp/m68k/mvme147s/shmsupp/Makefile.in b/c/src/lib/libbsp/m68k/mvme147s/shmsupp/Makefile.in index 9e3fb34ccf..760e87fe52 100644 --- a/c/src/lib/libbsp/m68k/mvme147s/shmsupp/Makefile.in +++ b/c/src/lib/libbsp/m68k/mvme147s/shmsupp/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/shmsupp.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/m68k/mvme147s/startup/Makefile.in b/c/src/lib/libbsp/m68k/mvme147s/startup/Makefile.in index 9f66729ad2..e99087e4e1 100644 --- a/c/src/lib/libbsp/m68k/mvme147s/startup/Makefile.in +++ b/c/src/lib/libbsp/m68k/mvme147s/startup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/../../mvme147/startup:@srcdir@/../../shared:@srcdir@/. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/startup.rel # C source names, if any, go here -- minus the .c @@ -49,6 +51,6 @@ ${PGM}: ${SRCS} ${OBJS} $(make-rel) all: ${ARCH} $(SRCS) $(PGM) - $(INSTALL) $(srcdir)/linkcmds ${PROJECT_RELEASE}/lib + $(INSTALL_CHANGE) $(srcdir)/linkcmds ${PROJECT_RELEASE}/lib # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile diff --git a/c/src/lib/libbsp/m68k/mvme147s/timer/Makefile.in b/c/src/lib/libbsp/m68k/mvme147s/timer/Makefile.in index 03902da08d..91330dca8d 100644 --- a/c/src/lib/libbsp/m68k/mvme147s/timer/Makefile.in +++ b/c/src/lib/libbsp/m68k/mvme147s/timer/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/../../mvme147/timer RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/timer.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/m68k/mvme147s/wrapup/Makefile.in b/c/src/lib/libbsp/m68k/mvme147s/wrapup/Makefile.in index aecc98b975..941cd2473e 100644 --- a/c/src/lib/libbsp/m68k/mvme147s/wrapup/Makefile.in +++ b/c/src/lib/libbsp/m68k/mvme147s/wrapup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + BSP_PIECES=startup clock console timer GENERIC_PIECES= diff --git a/c/src/lib/libbsp/m68k/mvme162/Makefile.in b/c/src/lib/libbsp/m68k/mvme162/Makefile.in index ab75c5dafa..13cc4090f1 100644 --- a/c/src/lib/libbsp/m68k/mvme162/Makefile.in +++ b/c/src/lib/libbsp/m68k/mvme162/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/lib/libbsp/m68k/mvme162/clock/Makefile.in b/c/src/lib/libbsp/m68k/mvme162/clock/Makefile.in index d882f1d00f..717b14a42b 100644 --- a/c/src/lib/libbsp/m68k/mvme162/clock/Makefile.in +++ b/c/src/lib/libbsp/m68k/mvme162/clock/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/clock.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/m68k/mvme162/console/Makefile.in b/c/src/lib/libbsp/m68k/mvme162/console/Makefile.in index fd05ddfedd..36c95fc3f7 100644 --- a/c/src/lib/libbsp/m68k/mvme162/console/Makefile.in +++ b/c/src/lib/libbsp/m68k/mvme162/console/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/console.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/m68k/mvme162/consolex/Makefile.in b/c/src/lib/libbsp/m68k/mvme162/consolex/Makefile.in index 0c6f80fe05..2dead291b2 100644 --- a/c/src/lib/libbsp/m68k/mvme162/consolex/Makefile.in +++ b/c/src/lib/libbsp/m68k/mvme162/consolex/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/consolex.rel # C source names, if any, go here -- minus the .c @@ -52,4 +54,4 @@ all: ${ARCH} $(SRCS) $(PGM) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile install: all - $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(H_FILES) $(PROJECT_INCLUDE) diff --git a/c/src/lib/libbsp/m68k/mvme162/include/Makefile.in b/c/src/lib/libbsp/m68k/mvme162/include/Makefile.in index 4481844fc4..cf792657cb 100644 --- a/c/src/lib/libbsp/m68k/mvme162/include/Makefile.in +++ b/c/src/lib/libbsp/m68k/mvme162/include/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + H_FILES = $(srcdir)/bsp.h $(srcdir)/coverhd.h $(srcdir)/page_table.h \ $(srcdir)/tod.h @@ -30,5 +32,5 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE) - $(INSTALL) -m 444 $(EQ_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(H_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(EQ_FILES) $(PROJECT_INCLUDE) diff --git a/c/src/lib/libbsp/m68k/mvme162/startup/Makefile.in b/c/src/lib/libbsp/m68k/mvme162/startup/Makefile.in index b84caf0d2e..8e34b4de28 100644 --- a/c/src/lib/libbsp/m68k/mvme162/startup/Makefile.in +++ b/c/src/lib/libbsp/m68k/mvme162/startup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/../../shared:@srcdir@/../../../shared RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/startup.rel # C source names, if any, go here -- minus the .c @@ -49,7 +51,7 @@ ${PGM}: ${SRCS} ${OBJS} $(make-rel) all: ${ARCH} $(SRCS) $(PGM) - $(INSTALL) $(srcdir)/linkcmds ${PROJECT_RELEASE}/lib + $(INSTALL_CHANGE) $(srcdir)/linkcmds ${PROJECT_RELEASE}/lib # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile diff --git a/c/src/lib/libbsp/m68k/mvme162/timer/Makefile.in b/c/src/lib/libbsp/m68k/mvme162/timer/Makefile.in index 21ca9675e7..8b54c53487 100644 --- a/c/src/lib/libbsp/m68k/mvme162/timer/Makefile.in +++ b/c/src/lib/libbsp/m68k/mvme162/timer/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/timer.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/m68k/mvme162/tod/Makefile.in b/c/src/lib/libbsp/m68k/mvme162/tod/Makefile.in index 964508d2ab..dcf4547b18 100644 --- a/c/src/lib/libbsp/m68k/mvme162/tod/Makefile.in +++ b/c/src/lib/libbsp/m68k/mvme162/tod/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/tod.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/m68k/mvme162/tools/Makefile.in b/c/src/lib/libbsp/m68k/mvme162/tools/Makefile.in index afd7a71b9a..88a86de653 100644 --- a/c/src/lib/libbsp/m68k/mvme162/tools/Makefile.in +++ b/c/src/lib/libbsp/m68k/mvme162/tools/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + # we use host compiler here for genoffsets. Hopefully it has same alignment!! USE_HOST_COMPILER=yes @@ -48,6 +50,6 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGMS) # Install the program(s), appending _g or _p as appropriate. -# for include files, just use $(INSTALL) +# for include files, just use $(INSTALL_CHANGE) install: all - $(INSTALL) -m 555 ${PGMS} ${PROJECT_RELEASE}/bin + $(INSTALL_CHANGE) -m 555 ${PGMS} ${PROJECT_RELEASE}/bin diff --git a/c/src/lib/libbsp/m68k/mvme162/wrapup/Makefile.in b/c/src/lib/libbsp/m68k/mvme162/wrapup/Makefile.in index 45d702bda3..8b1951f2c0 100644 --- a/c/src/lib/libbsp/m68k/mvme162/wrapup/Makefile.in +++ b/c/src/lib/libbsp/m68k/mvme162/wrapup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + BSP_PIECES=startup clock console timer tod CPU_PIECES= GENERIC_PIECES= diff --git a/c/src/lib/libbsp/m68k/ods68302/Makefile.in b/c/src/lib/libbsp/m68k/ods68302/Makefile.in index e53f5417f5..97847133a8 100644 --- a/c/src/lib/libbsp/m68k/ods68302/Makefile.in +++ b/c/src/lib/libbsp/m68k/ods68302/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/lib/libbsp/m68k/ods68302/clock/Makefile.in b/c/src/lib/libbsp/m68k/ods68302/clock/Makefile.in index 59df4f2702..87b6aa0a86 100644 --- a/c/src/lib/libbsp/m68k/ods68302/clock/Makefile.in +++ b/c/src/lib/libbsp/m68k/ods68302/clock/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/clock.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/m68k/ods68302/console/Makefile.in b/c/src/lib/libbsp/m68k/ods68302/console/Makefile.in index fd05ddfedd..36c95fc3f7 100644 --- a/c/src/lib/libbsp/m68k/ods68302/console/Makefile.in +++ b/c/src/lib/libbsp/m68k/ods68302/console/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/console.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/m68k/ods68302/include/Makefile.in b/c/src/lib/libbsp/m68k/ods68302/include/Makefile.in index 8184e09eab..5ddb96ae24 100644 --- a/c/src/lib/libbsp/m68k/ods68302/include/Makefile.in +++ b/c/src/lib/libbsp/m68k/ods68302/include/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + H_FILES = $(srcdir)/bare.h $(srcdir)/bsp.h \ $(srcdir)/coverhd.h $(srcdir)/crc.h \ $(srcdir)/debugport.h \ @@ -32,5 +34,5 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE) - $(INSTALL) -m 444 $(EQ_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(H_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(EQ_FILES) $(PROJECT_INCLUDE) diff --git a/c/src/lib/libbsp/m68k/ods68302/start/Makefile.in b/c/src/lib/libbsp/m68k/ods68302/start/Makefile.in index 8344f4f8a9..41de924e88 100644 --- a/c/src/lib/libbsp/m68k/ods68302/start/Makefile.in +++ b/c/src/lib/libbsp/m68k/ods68302/start/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/start302.o ifeq ($(RTEMS_DEBUGGER),yes) @@ -64,6 +66,6 @@ all: ${ARCH} $(SRCS) $(OBJS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/lib # Install the program(s), appending _g or _p as appropriate. -# for include files, just use $(INSTALL) +# for include files, just use $(INSTALL_CHANGE) diff --git a/c/src/lib/libbsp/m68k/ods68302/start302/Makefile.in b/c/src/lib/libbsp/m68k/ods68302/start302/Makefile.in index 8344f4f8a9..41de924e88 100644 --- a/c/src/lib/libbsp/m68k/ods68302/start302/Makefile.in +++ b/c/src/lib/libbsp/m68k/ods68302/start302/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/start302.o ifeq ($(RTEMS_DEBUGGER),yes) @@ -64,6 +66,6 @@ all: ${ARCH} $(SRCS) $(OBJS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/lib # Install the program(s), appending _g or _p as appropriate. -# for include files, just use $(INSTALL) +# for include files, just use $(INSTALL_CHANGE) diff --git a/c/src/lib/libbsp/m68k/ods68302/startup/Makefile.in b/c/src/lib/libbsp/m68k/ods68302/startup/Makefile.in index 26fa0b954a..fa76bb4001 100644 --- a/c/src/lib/libbsp/m68k/ods68302/startup/Makefile.in +++ b/c/src/lib/libbsp/m68k/ods68302/startup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/../../shared:@srcdir@/../../../shared RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/startup.rel # C source names, if any, go here -- minus the .c @@ -54,7 +56,7 @@ $(srcdir)/rom: $(srcdir)/debugger: all: ${ARCH} $(SRCS) $(PGM) - $(INSTALL) $(srcdir)/linkcmds $(srcdir)/rom $(srcdir)/debugger ${PROJECT_RELEASE}/lib + $(INSTALL_CHANGE) $(srcdir)/linkcmds $(srcdir)/rom $(srcdir)/debugger ${PROJECT_RELEASE}/lib # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile diff --git a/c/src/lib/libbsp/m68k/ods68302/timer/Makefile.in b/c/src/lib/libbsp/m68k/ods68302/timer/Makefile.in index 21ca9675e7..8b54c53487 100644 --- a/c/src/lib/libbsp/m68k/ods68302/timer/Makefile.in +++ b/c/src/lib/libbsp/m68k/ods68302/timer/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/timer.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/m68k/ods68302/wrapup/Makefile.in b/c/src/lib/libbsp/m68k/ods68302/wrapup/Makefile.in index a42a827299..e493ffb975 100644 --- a/c/src/lib/libbsp/m68k/ods68302/wrapup/Makefile.in +++ b/c/src/lib/libbsp/m68k/ods68302/wrapup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + BSP_PIECES=startup clock console timer GENERIC_PIECES= diff --git a/c/src/lib/libbsp/mips64orion/Makefile.in b/c/src/lib/libbsp/mips64orion/Makefile.in index f049e9b2e8..f786f6bff0 100644 --- a/c/src/lib/libbsp/mips64orion/Makefile.in +++ b/c/src/lib/libbsp/mips64orion/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/lib/libbsp/mips64orion/p4000/Makefile.in b/c/src/lib/libbsp/mips64orion/p4000/Makefile.in index d888592a37..d6a164c8ed 100644 --- a/c/src/lib/libbsp/mips64orion/p4000/Makefile.in +++ b/c/src/lib/libbsp/mips64orion/p4000/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/lib/libbsp/mips64orion/p4000/console/Makefile.in b/c/src/lib/libbsp/mips64orion/p4000/console/Makefile.in index e8817eb290..d6bd216dd1 100644 --- a/c/src/lib/libbsp/mips64orion/p4000/console/Makefile.in +++ b/c/src/lib/libbsp/mips64orion/p4000/console/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/console.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/mips64orion/p4000/include/Makefile.in b/c/src/lib/libbsp/mips64orion/p4000/include/Makefile.in index 7d8581095f..9802423ecb 100644 --- a/c/src/lib/libbsp/mips64orion/p4000/include/Makefile.in +++ b/c/src/lib/libbsp/mips64orion/p4000/include/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + H_FILES = $(srcdir)/bsp.h $(srcdir)/coverhd.h # @@ -29,5 +31,5 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE) - $(INSTALL) -m 444 $(EQ_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(H_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(EQ_FILES) $(PROJECT_INCLUDE) diff --git a/c/src/lib/libbsp/mips64orion/p4000/liblnk/Makefile.in b/c/src/lib/libbsp/mips64orion/p4000/liblnk/Makefile.in index c50b8c5884..b835652bc6 100644 --- a/c/src/lib/libbsp/mips64orion/p4000/liblnk/Makefile.in +++ b/c/src/lib/libbsp/mips64orion/p4000/liblnk/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/liblnk.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/mips64orion/p4000/start/Makefile.in b/c/src/lib/libbsp/mips64orion/p4000/start/Makefile.in index 7aa139ca0b..9b68814e3c 100644 --- a/c/src/lib/libbsp/mips64orion/p4000/start/Makefile.in +++ b/c/src/lib/libbsp/mips64orion/p4000/start/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + # C source names, if any, go here -- minus the .c C_PIECES= C_FILES=$(C_PIECES:%=%.c) diff --git a/c/src/lib/libbsp/mips64orion/p4000/startup/Makefile.in b/c/src/lib/libbsp/mips64orion/p4000/startup/Makefile.in index 5a09532841..45ed787274 100644 --- a/c/src/lib/libbsp/mips64orion/p4000/startup/Makefile.in +++ b/c/src/lib/libbsp/mips64orion/p4000/startup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/../../../shared RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/startup.rel # C source names, if any, go here -- minus the .c @@ -54,7 +56,7 @@ ${PGM}: ${SRCS} ${OBJS} $(make-rel) all: ${ARCH} $(SRCS) $(PGM) - $(INSTALL) $(srcdir)/ghlinkcmds $(srcdir)/linkcmds ${PROJECT_RELEASE}/lib + $(INSTALL_CHANGE) $(srcdir)/ghlinkcmds $(srcdir)/linkcmds ${PROJECT_RELEASE}/lib # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile diff --git a/c/src/lib/libbsp/mips64orion/p4000/wrapup/Makefile.in b/c/src/lib/libbsp/mips64orion/p4000/wrapup/Makefile.in index 2b2834341f..d0cdfca6bc 100644 --- a/c/src/lib/libbsp/mips64orion/p4000/wrapup/Makefile.in +++ b/c/src/lib/libbsp/mips64orion/p4000/wrapup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + BSP_PIECES=startup console liblnk CPU_PIECES=clock timer GENERIC_PIECES= diff --git a/c/src/lib/libbsp/no_cpu/Makefile.in b/c/src/lib/libbsp/no_cpu/Makefile.in index f049e9b2e8..f786f6bff0 100644 --- a/c/src/lib/libbsp/no_cpu/Makefile.in +++ b/c/src/lib/libbsp/no_cpu/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/Makefile.in b/c/src/lib/libbsp/no_cpu/no_bsp/Makefile.in index 18fdec1e6a..b0c872a518 100644 --- a/c/src/lib/libbsp/no_cpu/no_bsp/Makefile.in +++ b/c/src/lib/libbsp/no_cpu/no_bsp/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/clock/Makefile.in b/c/src/lib/libbsp/no_cpu/no_bsp/clock/Makefile.in index c406942630..cd25697e85 100644 --- a/c/src/lib/libbsp/no_cpu/no_bsp/clock/Makefile.in +++ b/c/src/lib/libbsp/no_cpu/no_bsp/clock/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/clock.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/console/Makefile.in b/c/src/lib/libbsp/no_cpu/no_bsp/console/Makefile.in index 1b9944620b..941e67748a 100644 --- a/c/src/lib/libbsp/no_cpu/no_bsp/console/Makefile.in +++ b/c/src/lib/libbsp/no_cpu/no_bsp/console/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/console.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/include/Makefile.in b/c/src/lib/libbsp/no_cpu/no_bsp/include/Makefile.in index 7d8581095f..9802423ecb 100644 --- a/c/src/lib/libbsp/no_cpu/no_bsp/include/Makefile.in +++ b/c/src/lib/libbsp/no_cpu/no_bsp/include/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + H_FILES = $(srcdir)/bsp.h $(srcdir)/coverhd.h # @@ -29,5 +31,5 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE) - $(INSTALL) -m 444 $(EQ_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(H_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(EQ_FILES) $(PROJECT_INCLUDE) diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/Makefile.in b/c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/Makefile.in index 746f00b638..2476a1e167 100644 --- a/c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/Makefile.in +++ b/c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/shmsupp.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/startup/Makefile.in b/c/src/lib/libbsp/no_cpu/no_bsp/startup/Makefile.in index 5b1c461c37..e7c49936c6 100644 --- a/c/src/lib/libbsp/no_cpu/no_bsp/startup/Makefile.in +++ b/c/src/lib/libbsp/no_cpu/no_bsp/startup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/../../../shared RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/startup.rel # C source names, if any, go here -- minus the .c @@ -57,5 +59,5 @@ all: ${ARCH} $(SRCS) $(PGM) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile install: all - $(INSTALL) linkcmds ${PROJECT_RELEASE}/lib + $(INSTALL_CHANGE) linkcmds ${PROJECT_RELEASE}/lib diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/timer/Makefile.in b/c/src/lib/libbsp/no_cpu/no_bsp/timer/Makefile.in index 57b562caf2..d6897ce5f4 100644 --- a/c/src/lib/libbsp/no_cpu/no_bsp/timer/Makefile.in +++ b/c/src/lib/libbsp/no_cpu/no_bsp/timer/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/timer.rel # NOTE: timerisr is normally an assembly file!!! diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/wrapup/Makefile.in b/c/src/lib/libbsp/no_cpu/no_bsp/wrapup/Makefile.in index eb5d570df5..fe08215813 100644 --- a/c/src/lib/libbsp/no_cpu/no_bsp/wrapup/Makefile.in +++ b/c/src/lib/libbsp/no_cpu/no_bsp/wrapup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + BSP_PIECES=startup clock console timer GENERIC_PIECES=$ diff --git a/c/src/lib/libbsp/powerpc/Makefile.in b/c/src/lib/libbsp/powerpc/Makefile.in index f049e9b2e8..f786f6bff0 100644 --- a/c/src/lib/libbsp/powerpc/Makefile.in +++ b/c/src/lib/libbsp/powerpc/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/lib/libbsp/powerpc/dmv177/Makefile.in b/c/src/lib/libbsp/powerpc/dmv177/Makefile.in index 3e5ccf3e06..9d0ab8e8a1 100644 --- a/c/src/lib/libbsp/powerpc/dmv177/Makefile.in +++ b/c/src/lib/libbsp/powerpc/dmv177/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/lib/libbsp/powerpc/dmv177/clock/Makefile.in b/c/src/lib/libbsp/powerpc/dmv177/clock/Makefile.in index 8a758fce71..fbec1e533e 100644 --- a/c/src/lib/libbsp/powerpc/dmv177/clock/Makefile.in +++ b/c/src/lib/libbsp/powerpc/dmv177/clock/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/clock.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/powerpc/dmv177/console/Makefile.in b/c/src/lib/libbsp/powerpc/dmv177/console/Makefile.in index 261eb79a82..f39d9b14f4 100644 --- a/c/src/lib/libbsp/powerpc/dmv177/console/Makefile.in +++ b/c/src/lib/libbsp/powerpc/dmv177/console/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/../../../shared RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/console.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/powerpc/dmv177/include/Makefile.in b/c/src/lib/libbsp/powerpc/dmv177/include/Makefile.in index a711b3e1de..539fcfb1a1 100644 --- a/c/src/lib/libbsp/powerpc/dmv177/include/Makefile.in +++ b/c/src/lib/libbsp/powerpc/dmv177/include/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + H_FILES = $(srcdir)/bsp.h $(srcdir)/coverhd.h \ $(srcdir)/dmv170.h $(srcdir)/../../../shared/tod.h @@ -33,4 +35,4 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(H_FILES) $(PROJECT_INCLUDE) diff --git a/c/src/lib/libbsp/powerpc/dmv177/scv64/Makefile.in b/c/src/lib/libbsp/powerpc/dmv177/scv64/Makefile.in index 14961659b3..3d78d1f337 100644 --- a/c/src/lib/libbsp/powerpc/dmv177/scv64/Makefile.in +++ b/c/src/lib/libbsp/powerpc/dmv177/scv64/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/scv64.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/powerpc/dmv177/sonic/Makefile.in b/c/src/lib/libbsp/powerpc/dmv177/sonic/Makefile.in index bad013f7a2..c37265d938 100644 --- a/c/src/lib/libbsp/powerpc/dmv177/sonic/Makefile.in +++ b/c/src/lib/libbsp/powerpc/dmv177/sonic/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/dmvsonic.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/powerpc/dmv177/start/Makefile.in b/c/src/lib/libbsp/powerpc/dmv177/start/Makefile.in index 20c3bb77bf..1bb4a7876c 100644 --- a/c/src/lib/libbsp/powerpc/dmv177/start/Makefile.in +++ b/c/src/lib/libbsp/powerpc/dmv177/start/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGMS=${ARCH}/start.o # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/powerpc/dmv177/startup/Makefile.in b/c/src/lib/libbsp/powerpc/dmv177/startup/Makefile.in index 277f30b51c..da532145e4 100644 --- a/c/src/lib/libbsp/powerpc/dmv177/startup/Makefile.in +++ b/c/src/lib/libbsp/powerpc/dmv177/startup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/../../../shared RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/startup.rel # C source names, if any, go here -- minus the .c @@ -54,4 +56,4 @@ ${PGM}: ${SRCS} ${OBJS} $(make-rel) all: ${ARCH} $(SRCS) $(INSTALLED_O_FILES) $(PGM) - $(INSTALL) $(srcdir)/linkcmds ${PROJECT_RELEASE}/lib + $(INSTALL_CHANGE) $(srcdir)/linkcmds ${PROJECT_RELEASE}/lib diff --git a/c/src/lib/libbsp/powerpc/dmv177/timer/Makefile.in b/c/src/lib/libbsp/powerpc/dmv177/timer/Makefile.in index 0ac1995395..d901c95f8a 100644 --- a/c/src/lib/libbsp/powerpc/dmv177/timer/Makefile.in +++ b/c/src/lib/libbsp/powerpc/dmv177/timer/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/timer.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/powerpc/dmv177/tod/Makefile.in b/c/src/lib/libbsp/powerpc/dmv177/tod/Makefile.in index f2af5cc8fb..c90fb96b4f 100644 --- a/c/src/lib/libbsp/powerpc/dmv177/tod/Makefile.in +++ b/c/src/lib/libbsp/powerpc/dmv177/tod/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/../../../shared RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/tod.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/powerpc/dmv177/wrapup/Makefile.in b/c/src/lib/libbsp/powerpc/dmv177/wrapup/Makefile.in index c5f0464a06..265bb3a491 100644 --- a/c/src/lib/libbsp/powerpc/dmv177/wrapup/Makefile.in +++ b/c/src/lib/libbsp/powerpc/dmv177/wrapup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + # We only build the networking device driver if HAS_NETWORKING was defined NETWORKING_DRIVER_yes_V = dmvsonic NETWORKING_DRIVER = $(NETWORKING_DRIVER_$(HAS_NETWORKING)_V) diff --git a/c/src/lib/libbsp/powerpc/eth_comm/Makefile.in b/c/src/lib/libbsp/powerpc/eth_comm/Makefile.in index 43035c0f35..b72d6062d3 100644 --- a/c/src/lib/libbsp/powerpc/eth_comm/Makefile.in +++ b/c/src/lib/libbsp/powerpc/eth_comm/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/lib/libbsp/powerpc/eth_comm/canbus/Makefile.in b/c/src/lib/libbsp/powerpc/eth_comm/canbus/Makefile.in index c42f87d0f2..bd1d2452c8 100644 --- a/c/src/lib/libbsp/powerpc/eth_comm/canbus/Makefile.in +++ b/c/src/lib/libbsp/powerpc/eth_comm/canbus/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/canbus.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/powerpc/eth_comm/console/Makefile.in b/c/src/lib/libbsp/powerpc/eth_comm/console/Makefile.in index fd05ddfedd..36c95fc3f7 100644 --- a/c/src/lib/libbsp/powerpc/eth_comm/console/Makefile.in +++ b/c/src/lib/libbsp/powerpc/eth_comm/console/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/console.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/powerpc/eth_comm/include/Makefile.in b/c/src/lib/libbsp/powerpc/eth_comm/include/Makefile.in index 7fda2ca6d4..8cadae76f5 100644 --- a/c/src/lib/libbsp/powerpc/eth_comm/include/Makefile.in +++ b/c/src/lib/libbsp/powerpc/eth_comm/include/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + H_FILES = $(srcdir)/bsp.h $(srcdir)/coverhd.h $(srcdir)/canbus.h $(srcdir)/info.h # @@ -29,5 +31,5 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE) - $(INSTALL) -m 444 $(EQ_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(H_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(EQ_FILES) $(PROJECT_INCLUDE) diff --git a/c/src/lib/libbsp/powerpc/eth_comm/network/Makefile.in b/c/src/lib/libbsp/powerpc/eth_comm/network/Makefile.in index 59728b648d..b3e294aae8 100644 --- a/c/src/lib/libbsp/powerpc/eth_comm/network/Makefile.in +++ b/c/src/lib/libbsp/powerpc/eth_comm/network/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/network.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/powerpc/eth_comm/start/Makefile.in b/c/src/lib/libbsp/powerpc/eth_comm/start/Makefile.in index 806b77893b..247f2b2a2f 100644 --- a/c/src/lib/libbsp/powerpc/eth_comm/start/Makefile.in +++ b/c/src/lib/libbsp/powerpc/eth_comm/start/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/start.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/powerpc/eth_comm/startup/Makefile.in b/c/src/lib/libbsp/powerpc/eth_comm/startup/Makefile.in index 7d75dfca56..c268792efc 100644 --- a/c/src/lib/libbsp/powerpc/eth_comm/startup/Makefile.in +++ b/c/src/lib/libbsp/powerpc/eth_comm/startup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/../../../shared RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/startup.rel # C source names, if any, go here -- minus the .c @@ -54,7 +56,7 @@ ${PGM}: ${SRCS} ${OBJS} $(make-rel) all: ${ARCH} $(SRCS) $(PGM) - $(INSTALL) $(srcdir)/linkcmds ${PROJECT_RELEASE}/lib + $(INSTALL_CHANGE) $(srcdir)/linkcmds ${PROJECT_RELEASE}/lib # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile install: all diff --git a/c/src/lib/libbsp/powerpc/eth_comm/wrapup/Makefile.in b/c/src/lib/libbsp/powerpc/eth_comm/wrapup/Makefile.in index 7841899fe6..804036ccbd 100644 --- a/c/src/lib/libbsp/powerpc/eth_comm/wrapup/Makefile.in +++ b/c/src/lib/libbsp/powerpc/eth_comm/wrapup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + # We only build the networking device driver if HAS_NETWORKING was defined NETWORKING_DRIVER_yes_V = network NETWORKING_DRIVER = $(NETWORKING_DRIVER_$(HAS_NETWORKING)_V) diff --git a/c/src/lib/libbsp/powerpc/helas403/Makefile.in b/c/src/lib/libbsp/powerpc/helas403/Makefile.in index 99994ff82d..6ebf7f3f9b 100644 --- a/c/src/lib/libbsp/powerpc/helas403/Makefile.in +++ b/c/src/lib/libbsp/powerpc/helas403/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/lib/libbsp/powerpc/helas403/dlentry/Makefile.in b/c/src/lib/libbsp/powerpc/helas403/dlentry/Makefile.in index 5ecb9eaef8..1d395616f6 100644 --- a/c/src/lib/libbsp/powerpc/helas403/dlentry/Makefile.in +++ b/c/src/lib/libbsp/powerpc/helas403/dlentry/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/dlentry.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/powerpc/helas403/flashentry/Makefile.in b/c/src/lib/libbsp/powerpc/helas403/flashentry/Makefile.in index b56cce2ea8..24f5f53c9e 100644 --- a/c/src/lib/libbsp/powerpc/helas403/flashentry/Makefile.in +++ b/c/src/lib/libbsp/powerpc/helas403/flashentry/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/flashentry.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/powerpc/helas403/include/Makefile.in b/c/src/lib/libbsp/powerpc/helas403/include/Makefile.in index 096f514e64..5b041566e8 100644 --- a/c/src/lib/libbsp/powerpc/helas403/include/Makefile.in +++ b/c/src/lib/libbsp/powerpc/helas403/include/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + H_FILES = $(srcdir)/bsp.h $(srcdir)/coverhd.h # @@ -29,7 +31,7 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE) - $(INSTALL) -m 444 $(EQ_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(H_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(EQ_FILES) $(PROJECT_INCLUDE) install: all diff --git a/c/src/lib/libbsp/powerpc/helas403/startup/Makefile.in b/c/src/lib/libbsp/powerpc/helas403/startup/Makefile.in index aa59a2c153..f3bf1a8327 100644 --- a/c/src/lib/libbsp/powerpc/helas403/startup/Makefile.in +++ b/c/src/lib/libbsp/powerpc/helas403/startup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/../../../shared RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/startup.rel # C source names, if any, go here -- minus the .c @@ -49,7 +51,7 @@ ${PGM}: ${SRCS} ${OBJS} $(make-rel) all: ${ARCH} $(SRCS) $(PGM) - $(INSTALL) $(srcdir)/linkcmds ${PROJECT_RELEASE}/lib + $(INSTALL_CHANGE) $(srcdir)/linkcmds ${PROJECT_RELEASE}/lib # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile install: all diff --git a/c/src/lib/libbsp/powerpc/helas403/wrapup/Makefile.in b/c/src/lib/libbsp/powerpc/helas403/wrapup/Makefile.in index e931cd14df..698302ec10 100644 --- a/c/src/lib/libbsp/powerpc/helas403/wrapup/Makefile.in +++ b/c/src/lib/libbsp/powerpc/helas403/wrapup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + BSP_PIECES=startup dlentry flashentry # pieces to pick up out of libcpu/ppc CPU_PIECES=ppc403/clock ppc403/timer ppc403/console ppc403/vectors ppc403/ictrl diff --git a/c/src/lib/libbsp/powerpc/papyrus/Makefile.in b/c/src/lib/libbsp/powerpc/papyrus/Makefile.in index 99994ff82d..6ebf7f3f9b 100644 --- a/c/src/lib/libbsp/powerpc/papyrus/Makefile.in +++ b/c/src/lib/libbsp/powerpc/papyrus/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/lib/libbsp/powerpc/papyrus/dlentry/Makefile.in b/c/src/lib/libbsp/powerpc/papyrus/dlentry/Makefile.in index 5ecb9eaef8..1d395616f6 100644 --- a/c/src/lib/libbsp/powerpc/papyrus/dlentry/Makefile.in +++ b/c/src/lib/libbsp/powerpc/papyrus/dlentry/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/dlentry.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/powerpc/papyrus/flashentry/Makefile.in b/c/src/lib/libbsp/powerpc/papyrus/flashentry/Makefile.in index b56cce2ea8..24f5f53c9e 100644 --- a/c/src/lib/libbsp/powerpc/papyrus/flashentry/Makefile.in +++ b/c/src/lib/libbsp/powerpc/papyrus/flashentry/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/flashentry.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/powerpc/papyrus/include/Makefile.in b/c/src/lib/libbsp/powerpc/papyrus/include/Makefile.in index 096f514e64..5b041566e8 100644 --- a/c/src/lib/libbsp/powerpc/papyrus/include/Makefile.in +++ b/c/src/lib/libbsp/powerpc/papyrus/include/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + H_FILES = $(srcdir)/bsp.h $(srcdir)/coverhd.h # @@ -29,7 +31,7 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE) - $(INSTALL) -m 444 $(EQ_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(H_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(EQ_FILES) $(PROJECT_INCLUDE) install: all diff --git a/c/src/lib/libbsp/powerpc/papyrus/startup/Makefile.in b/c/src/lib/libbsp/powerpc/papyrus/startup/Makefile.in index aa59a2c153..f3bf1a8327 100644 --- a/c/src/lib/libbsp/powerpc/papyrus/startup/Makefile.in +++ b/c/src/lib/libbsp/powerpc/papyrus/startup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/../../../shared RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/startup.rel # C source names, if any, go here -- minus the .c @@ -49,7 +51,7 @@ ${PGM}: ${SRCS} ${OBJS} $(make-rel) all: ${ARCH} $(SRCS) $(PGM) - $(INSTALL) $(srcdir)/linkcmds ${PROJECT_RELEASE}/lib + $(INSTALL_CHANGE) $(srcdir)/linkcmds ${PROJECT_RELEASE}/lib # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile install: all diff --git a/c/src/lib/libbsp/powerpc/papyrus/wrapup/Makefile.in b/c/src/lib/libbsp/powerpc/papyrus/wrapup/Makefile.in index d477b3e23d..98ae9eec55 100644 --- a/c/src/lib/libbsp/powerpc/papyrus/wrapup/Makefile.in +++ b/c/src/lib/libbsp/powerpc/papyrus/wrapup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + BSP_PIECES=startup dlentry flashentry # pieces to pick up out of libcpu/ppc CPU_PIECES=ppc403/clock ppc403/timer ppc403/console \ diff --git a/c/src/lib/libbsp/powerpc/ppcn_60x/Makefile.in b/c/src/lib/libbsp/powerpc/ppcn_60x/Makefile.in index ff468879d0..da1b5ec180 100644 --- a/c/src/lib/libbsp/powerpc/ppcn_60x/Makefile.in +++ b/c/src/lib/libbsp/powerpc/ppcn_60x/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/lib/libbsp/powerpc/ppcn_60x/clock/Makefile.in b/c/src/lib/libbsp/powerpc/ppcn_60x/clock/Makefile.in index 7c2cfc0772..b4eb3356d8 100644 --- a/c/src/lib/libbsp/powerpc/ppcn_60x/clock/Makefile.in +++ b/c/src/lib/libbsp/powerpc/ppcn_60x/clock/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/clock.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/powerpc/ppcn_60x/console/Makefile.in b/c/src/lib/libbsp/powerpc/ppcn_60x/console/Makefile.in index 4c05c37698..a07c8e1881 100644 --- a/c/src/lib/libbsp/powerpc/ppcn_60x/console/Makefile.in +++ b/c/src/lib/libbsp/powerpc/ppcn_60x/console/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/console.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/powerpc/ppcn_60x/include/Makefile.in b/c/src/lib/libbsp/powerpc/ppcn_60x/include/Makefile.in index 011a5629e2..472e0c0e33 100644 --- a/c/src/lib/libbsp/powerpc/ppcn_60x/include/Makefile.in +++ b/c/src/lib/libbsp/powerpc/ppcn_60x/include/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + H_FILES = $(srcdir)/bsp.h $(srcdir)/coverhd.h $(srcdir)/chain.h \ $(srcdir)/tod.h $(srcdir)/nvram.h $(srcdir)/pci.h @@ -33,4 +35,4 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(H_FILES) $(PROJECT_INCLUDE) diff --git a/c/src/lib/libbsp/powerpc/ppcn_60x/network/Makefile.in b/c/src/lib/libbsp/powerpc/ppcn_60x/network/Makefile.in index cef35eb353..ac8c6bf02c 100644 --- a/c/src/lib/libbsp/powerpc/ppcn_60x/network/Makefile.in +++ b/c/src/lib/libbsp/powerpc/ppcn_60x/network/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/network.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/powerpc/ppcn_60x/nvram/Makefile.in b/c/src/lib/libbsp/powerpc/ppcn_60x/nvram/Makefile.in index 5cf4e06e0e..c7ce77efce 100644 --- a/c/src/lib/libbsp/powerpc/ppcn_60x/nvram/Makefile.in +++ b/c/src/lib/libbsp/powerpc/ppcn_60x/nvram/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/nvram.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/powerpc/ppcn_60x/pci/Makefile.in b/c/src/lib/libbsp/powerpc/ppcn_60x/pci/Makefile.in index 941fc1ada7..d12f670f5b 100644 --- a/c/src/lib/libbsp/powerpc/ppcn_60x/pci/Makefile.in +++ b/c/src/lib/libbsp/powerpc/ppcn_60x/pci/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/pci.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/powerpc/ppcn_60x/start/Makefile.in b/c/src/lib/libbsp/powerpc/ppcn_60x/start/Makefile.in index 3e7884433a..6b65acc00a 100644 --- a/c/src/lib/libbsp/powerpc/ppcn_60x/start/Makefile.in +++ b/c/src/lib/libbsp/powerpc/ppcn_60x/start/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/start.o # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/powerpc/ppcn_60x/startup/Makefile.in b/c/src/lib/libbsp/powerpc/ppcn_60x/startup/Makefile.in index 25464864d2..a76714eb31 100644 --- a/c/src/lib/libbsp/powerpc/ppcn_60x/startup/Makefile.in +++ b/c/src/lib/libbsp/powerpc/ppcn_60x/startup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/../../../shared RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/startup.rel # C source names, if any, go here -- minus the .c @@ -59,4 +61,4 @@ ${PGM}: ${SRCS} ${OBJS} $(make-rel) all: ${ARCH} $(SRCS) $(PGM) - $(INSTALL) $(srcdir)/linkcmds ${PROJECT_RELEASE}/lib + $(INSTALL_CHANGE) $(srcdir)/linkcmds ${PROJECT_RELEASE}/lib diff --git a/c/src/lib/libbsp/powerpc/ppcn_60x/timer/Makefile.in b/c/src/lib/libbsp/powerpc/ppcn_60x/timer/Makefile.in index 16665e4de9..4c6affa027 100644 --- a/c/src/lib/libbsp/powerpc/ppcn_60x/timer/Makefile.in +++ b/c/src/lib/libbsp/powerpc/ppcn_60x/timer/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/timer.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/powerpc/ppcn_60x/tod/Makefile.in b/c/src/lib/libbsp/powerpc/ppcn_60x/tod/Makefile.in index 240373136e..ebbc526ed6 100644 --- a/c/src/lib/libbsp/powerpc/ppcn_60x/tod/Makefile.in +++ b/c/src/lib/libbsp/powerpc/ppcn_60x/tod/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/tod.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/powerpc/ppcn_60x/universe/Makefile.in b/c/src/lib/libbsp/powerpc/ppcn_60x/universe/Makefile.in index 9498744792..13741e0187 100644 --- a/c/src/lib/libbsp/powerpc/ppcn_60x/universe/Makefile.in +++ b/c/src/lib/libbsp/powerpc/ppcn_60x/universe/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/universe.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/powerpc/ppcn_60x/vectors/Makefile.in b/c/src/lib/libbsp/powerpc/ppcn_60x/vectors/Makefile.in index d17e897c7d..b65178e44f 100644 --- a/c/src/lib/libbsp/powerpc/ppcn_60x/vectors/Makefile.in +++ b/c/src/lib/libbsp/powerpc/ppcn_60x/vectors/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/vectors.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/powerpc/ppcn_60x/wrapup/Makefile.in b/c/src/lib/libbsp/powerpc/ppcn_60x/wrapup/Makefile.in index d6b2ed0bad..52ca7c135e 100644 --- a/c/src/lib/libbsp/powerpc/ppcn_60x/wrapup/Makefile.in +++ b/c/src/lib/libbsp/powerpc/ppcn_60x/wrapup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + # We only build the network device driver if HAS_NETWORK was defined NETWORK_DRIVER_yes_V = network NETWORK_DRIVER = $(NETWORK_DRIVER_$(HAS_NETWORK)_V) diff --git a/c/src/lib/libbsp/powerpc/psim/Makefile.in b/c/src/lib/libbsp/powerpc/psim/Makefile.in index 1228e79b41..25b3702092 100644 --- a/c/src/lib/libbsp/powerpc/psim/Makefile.in +++ b/c/src/lib/libbsp/powerpc/psim/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/lib/libbsp/powerpc/psim/clock/Makefile.in b/c/src/lib/libbsp/powerpc/psim/clock/Makefile.in index b2674e2009..a7bedd9468 100644 --- a/c/src/lib/libbsp/powerpc/psim/clock/Makefile.in +++ b/c/src/lib/libbsp/powerpc/psim/clock/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/clock.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/powerpc/psim/console/Makefile.in b/c/src/lib/libbsp/powerpc/psim/console/Makefile.in index 2ba8603478..715f1deb05 100644 --- a/c/src/lib/libbsp/powerpc/psim/console/Makefile.in +++ b/c/src/lib/libbsp/powerpc/psim/console/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/console.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/powerpc/psim/include/Makefile.in b/c/src/lib/libbsp/powerpc/psim/include/Makefile.in index 93ed75d4a2..b80116797b 100644 --- a/c/src/lib/libbsp/powerpc/psim/include/Makefile.in +++ b/c/src/lib/libbsp/powerpc/psim/include/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + H_FILES = $(srcdir)/bsp.h $(srcdir)/coverhd.h # @@ -32,4 +34,4 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(H_FILES) $(PROJECT_INCLUDE) diff --git a/c/src/lib/libbsp/powerpc/psim/shmsupp/Makefile.in b/c/src/lib/libbsp/powerpc/psim/shmsupp/Makefile.in index 031a0aa0cd..44781bab3b 100644 --- a/c/src/lib/libbsp/powerpc/psim/shmsupp/Makefile.in +++ b/c/src/lib/libbsp/powerpc/psim/shmsupp/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/shmsupp.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/powerpc/psim/start/Makefile.in b/c/src/lib/libbsp/powerpc/psim/start/Makefile.in index 48d2c854c3..b13ef1e089 100644 --- a/c/src/lib/libbsp/powerpc/psim/start/Makefile.in +++ b/c/src/lib/libbsp/powerpc/psim/start/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGMS=${ARCH}/startsim.o # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/powerpc/psim/startsim/Makefile.in b/c/src/lib/libbsp/powerpc/psim/startsim/Makefile.in index 48d2c854c3..b13ef1e089 100644 --- a/c/src/lib/libbsp/powerpc/psim/startsim/Makefile.in +++ b/c/src/lib/libbsp/powerpc/psim/startsim/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGMS=${ARCH}/startsim.o # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/powerpc/psim/startup/Makefile.in b/c/src/lib/libbsp/powerpc/psim/startup/Makefile.in index 15afe54b35..af2d43df5f 100644 --- a/c/src/lib/libbsp/powerpc/psim/startup/Makefile.in +++ b/c/src/lib/libbsp/powerpc/psim/startup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/../../../shared RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/startup.rel # C source names, if any, go here -- minus the .c @@ -54,5 +56,5 @@ ${PGM}: ${SRCS} ${OBJS} $(make-rel) all: ${ARCH} $(SRCS) $(PGM) - $(INSTALL) $(srcdir)/linkcmds ${PROJECT_RELEASE}/lib - $(INSTALL) $(srcdir)/device-tree ${PROJECT_RELEASE}/lib + $(INSTALL_CHANGE) $(srcdir)/linkcmds ${PROJECT_RELEASE}/lib + $(INSTALL_CHANGE) $(srcdir)/device-tree ${PROJECT_RELEASE}/lib diff --git a/c/src/lib/libbsp/powerpc/psim/timer/Makefile.in b/c/src/lib/libbsp/powerpc/psim/timer/Makefile.in index 0ac1995395..d901c95f8a 100644 --- a/c/src/lib/libbsp/powerpc/psim/timer/Makefile.in +++ b/c/src/lib/libbsp/powerpc/psim/timer/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/timer.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/powerpc/psim/tools/Makefile.in b/c/src/lib/libbsp/powerpc/psim/tools/Makefile.in index 5e5b785fc9..8a32d63dd2 100644 --- a/c/src/lib/libbsp/powerpc/psim/tools/Makefile.in +++ b/c/src/lib/libbsp/powerpc/psim/tools/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/leaf.cfg diff --git a/c/src/lib/libbsp/powerpc/psim/vectors/Makefile.in b/c/src/lib/libbsp/powerpc/psim/vectors/Makefile.in index 8034ba90e3..99c806c5fd 100644 --- a/c/src/lib/libbsp/powerpc/psim/vectors/Makefile.in +++ b/c/src/lib/libbsp/powerpc/psim/vectors/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/vectors.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/powerpc/psim/wrapup/Makefile.in b/c/src/lib/libbsp/powerpc/psim/wrapup/Makefile.in index db5b9212a9..127e13115b 100644 --- a/c/src/lib/libbsp/powerpc/psim/wrapup/Makefile.in +++ b/c/src/lib/libbsp/powerpc/psim/wrapup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + BSP_PIECES=startup clock console timer vectors # pieces to pick up out of libcpu/ppc CPU_PIECES= diff --git a/c/src/lib/libbsp/sh/Makefile.in b/c/src/lib/libbsp/sh/Makefile.in index 3479cee62d..880b2b83b9 100644 --- a/c/src/lib/libbsp/sh/Makefile.in +++ b/c/src/lib/libbsp/sh/Makefile.in @@ -8,6 +8,8 @@ VPATH=@srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/lib/libbsp/sh/gensh1/Makefile.in b/c/src/lib/libbsp/sh/gensh1/Makefile.in index 3caf2c69c5..301190b46f 100644 --- a/c/src/lib/libbsp/sh/gensh1/Makefile.in +++ b/c/src/lib/libbsp/sh/gensh1/Makefile.in @@ -8,6 +8,8 @@ VPATH=@srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/lib/libbsp/sh/gensh1/include/Makefile.in b/c/src/lib/libbsp/sh/gensh1/include/Makefile.in index e632fca2f1..2aaca4c0e0 100644 --- a/c/src/lib/libbsp/sh/gensh1/include/Makefile.in +++ b/c/src/lib/libbsp/sh/gensh1/include/Makefile.in @@ -8,6 +8,8 @@ VPATH=@srcdir@ RTEMS_ROOT=@top_srcdir@ PROJECT_ROOT=@PROJECT_ROOT@ +INSTALL = @INSTALL@ + H_FILES = \ $(srcdir)/bsp.h \ $(srcdir)/coverhd.h @@ -33,4 +35,4 @@ CLOBBER_ADDITIONS += all: preinstall preinstall: $(SRCS) - @INSTALL@ $(INSTINCFLAGS) $(H_FILES) $(PROJECT_INCLUDE) + $(INSTALL) $(INSTINCFLAGS) $(H_FILES) $(PROJECT_INCLUDE) diff --git a/c/src/lib/libbsp/sh/gensh1/scitab/Makefile.in b/c/src/lib/libbsp/sh/gensh1/scitab/Makefile.in index 06d8574f93..7d05373025 100644 --- a/c/src/lib/libbsp/sh/gensh1/scitab/Makefile.in +++ b/c/src/lib/libbsp/sh/gensh1/scitab/Makefile.in @@ -8,6 +8,8 @@ VPATH=@srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=$(ARCH)/scitab.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/sh/gensh1/start/Makefile.in b/c/src/lib/libbsp/sh/gensh1/start/Makefile.in index 327b4f3b5e..ba268c25ed 100644 --- a/c/src/lib/libbsp/sh/gensh1/start/Makefile.in +++ b/c/src/lib/libbsp/sh/gensh1/start/Makefile.in @@ -8,6 +8,8 @@ VPATH=@srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGMS=${ARCH}/start.o # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/sh/gensh1/startup/Makefile.in b/c/src/lib/libbsp/sh/gensh1/startup/Makefile.in index a7460aa5e8..5bd43f222e 100644 --- a/c/src/lib/libbsp/sh/gensh1/startup/Makefile.in +++ b/c/src/lib/libbsp/sh/gensh1/startup/Makefile.in @@ -8,6 +8,8 @@ VPATH=@srcdir@:@srcdir@/../../shared:@srcdir@/../../../shared RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/startup.rel # C source names, if any, go here -- minus the .c @@ -54,6 +56,6 @@ ${PGM}: ${SRCS} ${OBJS} $(make-rel) all: ${ARCH} $(SRCS) $(PGM) - $(INSTALL) $(srcdir)/linkcmds ${PROJECT_RELEASE}/lib + $(INSTALL_CHANGE) $(srcdir)/linkcmds ${PROJECT_RELEASE}/lib # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile diff --git a/c/src/lib/libbsp/sh/gensh1/wrapup/Makefile.in b/c/src/lib/libbsp/sh/gensh1/wrapup/Makefile.in index 4d2ce1b1bd..4fc7fb5ae5 100644 --- a/c/src/lib/libbsp/sh/gensh1/wrapup/Makefile.in +++ b/c/src/lib/libbsp/sh/gensh1/wrapup/Makefile.in @@ -10,6 +10,8 @@ VPATH=@srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + BSP_PIECES=startup scitab GENERIC_PIECES= diff --git a/c/src/lib/libbsp/shmdr/Makefile.in b/c/src/lib/libbsp/shmdr/Makefile.in index 2518bf1737..81ca71ca15 100644 --- a/c/src/lib/libbsp/shmdr/Makefile.in +++ b/c/src/lib/libbsp/shmdr/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/shmdr.rel # C source names, if any, go here -- minus the .c @@ -57,4 +59,4 @@ all: preinstall ${ARCH} $(SRCS) $(PGM) # ../$(RTEMS_BSP_FAMILY)/wrapup/Makefile preinstall: - $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(H_FILES) $(PROJECT_INCLUDE) diff --git a/c/src/lib/libbsp/sparc/Makefile.in b/c/src/lib/libbsp/sparc/Makefile.in index f049e9b2e8..f786f6bff0 100644 --- a/c/src/lib/libbsp/sparc/Makefile.in +++ b/c/src/lib/libbsp/sparc/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/lib/libbsp/sparc/erc32/Makefile.in b/c/src/lib/libbsp/sparc/erc32/Makefile.in index 4fc7c7fb90..4060625945 100644 --- a/c/src/lib/libbsp/sparc/erc32/Makefile.in +++ b/c/src/lib/libbsp/sparc/erc32/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/lib/libbsp/sparc/erc32/clock/Makefile.in b/c/src/lib/libbsp/sparc/erc32/clock/Makefile.in index fa1ee1bb31..036e23e333 100644 --- a/c/src/lib/libbsp/sparc/erc32/clock/Makefile.in +++ b/c/src/lib/libbsp/sparc/erc32/clock/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/clock.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/sparc/erc32/console/Makefile.in b/c/src/lib/libbsp/sparc/erc32/console/Makefile.in index 1b9944620b..941e67748a 100644 --- a/c/src/lib/libbsp/sparc/erc32/console/Makefile.in +++ b/c/src/lib/libbsp/sparc/erc32/console/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/console.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/sparc/erc32/include/Makefile.in b/c/src/lib/libbsp/sparc/erc32/include/Makefile.in index 93ed75d4a2..b80116797b 100644 --- a/c/src/lib/libbsp/sparc/erc32/include/Makefile.in +++ b/c/src/lib/libbsp/sparc/erc32/include/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + H_FILES = $(srcdir)/bsp.h $(srcdir)/coverhd.h # @@ -32,4 +34,4 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(H_FILES) $(PROJECT_INCLUDE) diff --git a/c/src/lib/libbsp/sparc/erc32/start/Makefile.in b/c/src/lib/libbsp/sparc/erc32/start/Makefile.in index 0ba183fb83..0481cde279 100644 --- a/c/src/lib/libbsp/sparc/erc32/start/Makefile.in +++ b/c/src/lib/libbsp/sparc/erc32/start/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGMS=${ARCH}/startsis.o # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/sparc/erc32/startsis/Makefile.in b/c/src/lib/libbsp/sparc/erc32/startsis/Makefile.in index 0ba183fb83..0481cde279 100644 --- a/c/src/lib/libbsp/sparc/erc32/startsis/Makefile.in +++ b/c/src/lib/libbsp/sparc/erc32/startsis/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGMS=${ARCH}/startsis.o # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/sparc/erc32/startup/Makefile.in b/c/src/lib/libbsp/sparc/erc32/startup/Makefile.in index 1ef823537b..f0ddb153c2 100644 --- a/c/src/lib/libbsp/sparc/erc32/startup/Makefile.in +++ b/c/src/lib/libbsp/sparc/erc32/startup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/../../../shared RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/startup.rel # C source names, if any, go here -- minus the .c @@ -54,4 +56,4 @@ ${PGM}: ${SRCS} ${OBJS} $(make-rel) all: ${ARCH} $(SRCS) $(PGM) - $(INSTALL) $(srcdir)/linkcmds ${PROJECT_RELEASE}/lib + $(INSTALL_CHANGE) $(srcdir)/linkcmds ${PROJECT_RELEASE}/lib diff --git a/c/src/lib/libbsp/sparc/erc32/timer/Makefile.in b/c/src/lib/libbsp/sparc/erc32/timer/Makefile.in index 0ac1995395..d901c95f8a 100644 --- a/c/src/lib/libbsp/sparc/erc32/timer/Makefile.in +++ b/c/src/lib/libbsp/sparc/erc32/timer/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/timer.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/sparc/erc32/tools/Makefile.in b/c/src/lib/libbsp/sparc/erc32/tools/Makefile.in index d6126b1eb8..41ca12fb4a 100644 --- a/c/src/lib/libbsp/sparc/erc32/tools/Makefile.in +++ b/c/src/lib/libbsp/sparc/erc32/tools/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/rtems.cfg @@ -24,9 +26,9 @@ INSTALLED_PGMS=$(PGMS:%=$(DESTDIR)/%) all: $(DESTDIR) $(PGMS) install $(DESTDIR): - @INSTALL@ $(INSTDIRFLAGS) $@ + @top_srcdir@/mkinstalldirs $@ $(INSTALLED_PGMS): $(PGMS) - @INSTALL@ $(INSTBINFLAGS) $^ $(DESTDIR) + $(INSTALL) $(INSTBINFLAGS) $^ $(DESTDIR) install: $(DESTDIR) $(INSTALLED_PGMS) diff --git a/c/src/lib/libbsp/sparc/erc32/wrapup/Makefile.in b/c/src/lib/libbsp/sparc/erc32/wrapup/Makefile.in index 134655b109..d27b87cafc 100644 --- a/c/src/lib/libbsp/sparc/erc32/wrapup/Makefile.in +++ b/c/src/lib/libbsp/sparc/erc32/wrapup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + BSP_PIECES=startup console clock timer # pieces to pick up out of libcpu/sparc CPU_PIECES=reg_win diff --git a/c/src/lib/libbsp/unix/Makefile.in b/c/src/lib/libbsp/unix/Makefile.in index f049e9b2e8..f786f6bff0 100644 --- a/c/src/lib/libbsp/unix/Makefile.in +++ b/c/src/lib/libbsp/unix/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/lib/libbsp/unix/posix/Makefile.in b/c/src/lib/libbsp/unix/posix/Makefile.in index 72a3f29766..6381e67afb 100644 --- a/c/src/lib/libbsp/unix/posix/Makefile.in +++ b/c/src/lib/libbsp/unix/posix/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/lib/libbsp/unix/posix/clock/Makefile.in b/c/src/lib/libbsp/unix/posix/clock/Makefile.in index 516b5900b1..2a59b8e8de 100644 --- a/c/src/lib/libbsp/unix/posix/clock/Makefile.in +++ b/c/src/lib/libbsp/unix/posix/clock/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/clock.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/unix/posix/console/Makefile.in b/c/src/lib/libbsp/unix/posix/console/Makefile.in index fd05ddfedd..36c95fc3f7 100644 --- a/c/src/lib/libbsp/unix/posix/console/Makefile.in +++ b/c/src/lib/libbsp/unix/posix/console/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/console.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/unix/posix/include/Makefile.in b/c/src/lib/libbsp/unix/posix/include/Makefile.in index 7d8581095f..9802423ecb 100644 --- a/c/src/lib/libbsp/unix/posix/include/Makefile.in +++ b/c/src/lib/libbsp/unix/posix/include/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + H_FILES = $(srcdir)/bsp.h $(srcdir)/coverhd.h # @@ -29,5 +31,5 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE) - $(INSTALL) -m 444 $(EQ_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(H_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(EQ_FILES) $(PROJECT_INCLUDE) diff --git a/c/src/lib/libbsp/unix/posix/shmsupp/Makefile.in b/c/src/lib/libbsp/unix/posix/shmsupp/Makefile.in index 8825079da7..af5d63c8f6 100644 --- a/c/src/lib/libbsp/unix/posix/shmsupp/Makefile.in +++ b/c/src/lib/libbsp/unix/posix/shmsupp/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/shmsupp.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/unix/posix/startup/Makefile.in b/c/src/lib/libbsp/unix/posix/startup/Makefile.in index 6b7d344e56..f7548aef65 100644 --- a/c/src/lib/libbsp/unix/posix/startup/Makefile.in +++ b/c/src/lib/libbsp/unix/posix/startup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/../../../shared RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/startup.rel NO_CTOR_LIB=${ARCH}/libno-ctor.a diff --git a/c/src/lib/libbsp/unix/posix/timer/Makefile.in b/c/src/lib/libbsp/unix/posix/timer/Makefile.in index 5901ba1f1b..e344a8adf7 100644 --- a/c/src/lib/libbsp/unix/posix/timer/Makefile.in +++ b/c/src/lib/libbsp/unix/posix/timer/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/timer.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libbsp/unix/posix/tools/Makefile.in b/c/src/lib/libbsp/unix/posix/tools/Makefile.in index f455ef46d4..00a7ab7253 100644 --- a/c/src/lib/libbsp/unix/posix/tools/Makefile.in +++ b/c/src/lib/libbsp/unix/posix/tools/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/rtems.cfg @@ -29,9 +31,9 @@ INSTALLED_PGMS=$(PGMS:%=$(DESTDIR)/%) all: $(DESTDIR) $(PGMS) install $(DESTDIR): - @INSTALL@ $(INSTDIRFLAGS) $@ + @top_srcdir@/mkinstalldirs $@ $(INSTALLED_PGMS): $(PGMS) - @INSTALL@ $(INSTBINFLAGS) $^ $(DESTDIR) + $(INSTALL) $(INSTBINFLAGS) $^ $(DESTDIR) install: $(DESTDIR) $(INSTALLED_PGMS) diff --git a/c/src/lib/libbsp/unix/posix/wrapup/Makefile.in b/c/src/lib/libbsp/unix/posix/wrapup/Makefile.in index 0dd5e4090d..26e1aa3cfd 100644 --- a/c/src/lib/libbsp/unix/posix/wrapup/Makefile.in +++ b/c/src/lib/libbsp/unix/posix/wrapup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + BSP_PIECES=startup clock console timer # pieces to pick up out of libcpu/unix CPU_PIECES= diff --git a/c/src/lib/libc/Makefile.in b/c/src/lib/libc/Makefile.in index 2515cc76ee..45721e1df2 100644 --- a/c/src/lib/libc/Makefile.in +++ b/c/src/lib/libc/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + LIBNAME=libcsupport.a LIB=${ARCH}/${LIBNAME} @@ -102,8 +104,8 @@ $(LIB): $(SRCS) ${OBJS} $(make-library) # Install the library, appending _g or _p as appropriate. -# for include files, just use $(INSTALL) +# for include files, just use $(INSTALL_CHANGE) preinstall: - $(INSTALL) -m 444 ${RTEMS_H_FILES} $(PROJECT_INCLUDE)/rtems - $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE) - $(INSTALL) -m 444 $(SYS_H_FILES) $(PROJECT_INCLUDE)/sys + $(INSTALL_CHANGE) -m 444 ${RTEMS_H_FILES} $(PROJECT_INCLUDE)/rtems + $(INSTALL_CHANGE) -m 444 $(H_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(SYS_H_FILES) $(PROJECT_INCLUDE)/sys diff --git a/c/src/lib/libchip/Makefile.in b/c/src/lib/libchip/Makefile.in index c1d0ffb462..05c864aba1 100644 --- a/c/src/lib/libchip/Makefile.in +++ b/c/src/lib/libchip/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/lib/libchip/network/Makefile.in b/c/src/lib/libchip/network/Makefile.in index aaaf460aa1..2328b53a4e 100644 --- a/c/src/lib/libchip/network/Makefile.in +++ b/c/src/lib/libchip/network/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + LIBNAME=libnetchip.a LIB=${ARCH}/${LIBNAME} @@ -50,8 +52,8 @@ $(LIB): $(SRCS) ${OBJS} $(make-library) # Install the library, appending _g or _p as appropriate. -# for include files, just use $(INSTALL) +# for include files, just use $(INSTALL_CHANGE) preinstall: - $(INSTALL) -m 444 $(INSTALLED_H_FILES) $(PROJECT_INCLUDE)/libchip + $(INSTALL_CHANGE) -m 444 $(INSTALLED_H_FILES) $(PROJECT_INCLUDE)/libchip diff --git a/c/src/lib/libchip/rtc/Makefile.in b/c/src/lib/libchip/rtc/Makefile.in index 724a1af380..f988e75bfc 100644 --- a/c/src/lib/libchip/rtc/Makefile.in +++ b/c/src/lib/libchip/rtc/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + LIBNAME=librtcio.a LIB=${ARCH}/${LIBNAME} @@ -53,8 +55,8 @@ $(LIB): $(SRCS) ${OBJS} $(make-library) # Install the library, appending _g or _p as appropriate. -# for include files, just use $(INSTALL) +# for include files, just use $(INSTALL_CHANGE) preinstall: - $(INSTALL) -m 444 $(INSTALLED_H_FILES) $(PROJECT_INCLUDE)/libchip + $(INSTALL_CHANGE) -m 444 $(INSTALLED_H_FILES) $(PROJECT_INCLUDE)/libchip diff --git a/c/src/lib/libchip/serial/Makefile.in b/c/src/lib/libchip/serial/Makefile.in index d9c78faf97..c091bbb747 100644 --- a/c/src/lib/libchip/serial/Makefile.in +++ b/c/src/lib/libchip/serial/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + LIBNAME=libserialio.a LIB=${ARCH}/${LIBNAME} @@ -53,8 +55,8 @@ $(LIB): $(SRCS) ${OBJS} $(make-library) # Install the library, appending _g or _p as appropriate. -# for include files, just use $(INSTALL) +# for include files, just use $(INSTALL_CHANGE) preinstall: - $(INSTALL) -m 444 $(INSTALLED_H_FILES) $(PROJECT_INCLUDE)/libchip + $(INSTALL_CHANGE) -m 444 $(INSTALLED_H_FILES) $(PROJECT_INCLUDE)/libchip diff --git a/c/src/lib/libcpu/Makefile.in b/c/src/lib/libcpu/Makefile.in index 5c974036b3..2d10f3ddfc 100644 --- a/c/src/lib/libcpu/Makefile.in +++ b/c/src/lib/libcpu/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/lib/libcpu/hppa1.1/Makefile.in b/c/src/lib/libcpu/hppa1.1/Makefile.in index 278bc4ebe5..be4c44e246 100644 --- a/c/src/lib/libcpu/hppa1.1/Makefile.in +++ b/c/src/lib/libcpu/hppa1.1/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/lib/libcpu/hppa1.1/clock/Makefile.in b/c/src/lib/libcpu/hppa1.1/clock/Makefile.in index cadf7bfa24..dc4bbdeb42 100644 --- a/c/src/lib/libcpu/hppa1.1/clock/Makefile.in +++ b/c/src/lib/libcpu/hppa1.1/clock/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/clock.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libcpu/hppa1.1/include/Makefile.in b/c/src/lib/libcpu/hppa1.1/include/Makefile.in index 77ba3a4092..f427b31a19 100644 --- a/c/src/lib/libcpu/hppa1.1/include/Makefile.in +++ b/c/src/lib/libcpu/hppa1.1/include/Makefile.in @@ -12,6 +12,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/leaf.cfg diff --git a/c/src/lib/libcpu/hppa1.1/milli/Makefile.in b/c/src/lib/libcpu/hppa1.1/milli/Makefile.in index ac4d08b1f1..ee13fb18bd 100644 --- a/c/src/lib/libcpu/hppa1.1/milli/Makefile.in +++ b/c/src/lib/libcpu/hppa1.1/milli/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/milli.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libcpu/hppa1.1/runway/Makefile.in b/c/src/lib/libcpu/hppa1.1/runway/Makefile.in index 30d2871ec6..a2fda5e0e2 100644 --- a/c/src/lib/libcpu/hppa1.1/runway/Makefile.in +++ b/c/src/lib/libcpu/hppa1.1/runway/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + H_PIECES = runway H_FILES=$(H_PIECES:%=$(srcdir)/%.h) @@ -20,4 +22,4 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(H_FILES) $(PROJECT_INCLUDE) diff --git a/c/src/lib/libcpu/hppa1.1/semaphore/Makefile.in b/c/src/lib/libcpu/hppa1.1/semaphore/Makefile.in index cbe8f7aa99..adc5c33460 100644 --- a/c/src/lib/libcpu/hppa1.1/semaphore/Makefile.in +++ b/c/src/lib/libcpu/hppa1.1/semaphore/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/semaphore.rel # C source names, if any, go here -- minus the .c @@ -50,4 +52,4 @@ ${PGM}: ${SRCS} ${OBJS} $(make-rel) all: ${ARCH} $(SRCS) $(PGM) - $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(H_FILES) $(PROJECT_INCLUDE) diff --git a/c/src/lib/libcpu/hppa1.1/timer/Makefile.in b/c/src/lib/libcpu/hppa1.1/timer/Makefile.in index d25ca7b7c7..1230104977 100644 --- a/c/src/lib/libcpu/hppa1.1/timer/Makefile.in +++ b/c/src/lib/libcpu/hppa1.1/timer/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/timer.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libcpu/i386/Makefile.in b/c/src/lib/libcpu/i386/Makefile.in index c380bed5c6..a4fa7e9f05 100644 --- a/c/src/lib/libcpu/i386/Makefile.in +++ b/c/src/lib/libcpu/i386/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + # C source names, if any, go here -- minus the .c C_PIECES=cpu displayCpu page @@ -56,7 +58,7 @@ ${LIB}: ${SRCS} ${OBJS} preinstall : $(MKDIR) $(PROJECT_INCLUDE)/libcpu - $(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/libcpu + $(INSTALL_CHANGE) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/libcpu all: ${ARCH} $(SRCS) preinstall $(OBJ) $(LIB) cd wrapup; $(MAKE) diff --git a/c/src/lib/libcpu/i386/wrapup/Makefile.in b/c/src/lib/libcpu/i386/wrapup/Makefile.in index c7406ebe0d..f0fdf1c7b7 100644 --- a/c/src/lib/libcpu/i386/wrapup/Makefile.in +++ b/c/src/lib/libcpu/i386/wrapup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + BSP_PIECES=startup clock console timer GENERIC_PIECES= diff --git a/c/src/lib/libcpu/m68k/Makefile.in b/c/src/lib/libcpu/m68k/Makefile.in index be2ceb4dee..874011dd1d 100644 --- a/c/src/lib/libcpu/m68k/Makefile.in +++ b/c/src/lib/libcpu/m68k/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/lib/libcpu/m68k/m68040/Makefile.in b/c/src/lib/libcpu/m68k/m68040/Makefile.in index c173328542..4647408f05 100644 --- a/c/src/lib/libcpu/m68k/m68040/Makefile.in +++ b/c/src/lib/libcpu/m68k/m68040/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/lib/libcpu/m68k/m68040/fpsp/Makefile.in b/c/src/lib/libcpu/m68k/m68040/fpsp/Makefile.in index 75179c788f..b99ba367a0 100644 --- a/c/src/lib/libcpu/m68k/m68040/fpsp/Makefile.in +++ b/c/src/lib/libcpu/m68k/m68040/fpsp/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/fpsp.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libcpu/mips64orion/Makefile.in b/c/src/lib/libcpu/mips64orion/Makefile.in index 16fe4e3c14..0fb33a44b7 100644 --- a/c/src/lib/libcpu/mips64orion/Makefile.in +++ b/c/src/lib/libcpu/mips64orion/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/lib/libcpu/mips64orion/clock/Makefile.in b/c/src/lib/libcpu/mips64orion/clock/Makefile.in index 229d5caec6..d5d71a05e7 100644 --- a/c/src/lib/libcpu/mips64orion/clock/Makefile.in +++ b/c/src/lib/libcpu/mips64orion/clock/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/clock.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libcpu/mips64orion/include/Makefile.in b/c/src/lib/libcpu/mips64orion/include/Makefile.in index c89f2f52c8..554768164f 100644 --- a/c/src/lib/libcpu/mips64orion/include/Makefile.in +++ b/c/src/lib/libcpu/mips64orion/include/Makefile.in @@ -12,6 +12,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/leaf.cfg diff --git a/c/src/lib/libcpu/mips64orion/timer/Makefile.in b/c/src/lib/libcpu/mips64orion/timer/Makefile.in index b919779ab4..3526599ea5 100644 --- a/c/src/lib/libcpu/mips64orion/timer/Makefile.in +++ b/c/src/lib/libcpu/mips64orion/timer/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/timer.rel # NOTE: timerisr is normally an assembly file!!! diff --git a/c/src/lib/libcpu/powerpc/Makefile.in b/c/src/lib/libcpu/powerpc/Makefile.in index be2ceb4dee..874011dd1d 100644 --- a/c/src/lib/libcpu/powerpc/Makefile.in +++ b/c/src/lib/libcpu/powerpc/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/lib/libcpu/powerpc/mpc860/Makefile.in b/c/src/lib/libcpu/powerpc/mpc860/Makefile.in index 2439fbdc40..c58a42866b 100644 --- a/c/src/lib/libcpu/powerpc/mpc860/Makefile.in +++ b/c/src/lib/libcpu/powerpc/mpc860/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/lib/libcpu/powerpc/mpc860/clock/Makefile.in b/c/src/lib/libcpu/powerpc/mpc860/clock/Makefile.in index 7b299d4ef0..52b74e28aa 100644 --- a/c/src/lib/libcpu/powerpc/mpc860/clock/Makefile.in +++ b/c/src/lib/libcpu/powerpc/mpc860/clock/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/clock.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libcpu/powerpc/mpc860/console-generic/Makefile.in b/c/src/lib/libcpu/powerpc/mpc860/console-generic/Makefile.in index b538d198f7..a6e8eec8e1 100644 --- a/c/src/lib/libcpu/powerpc/mpc860/console-generic/Makefile.in +++ b/c/src/lib/libcpu/powerpc/mpc860/console-generic/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/console-generic.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libcpu/powerpc/mpc860/include/Makefile.in b/c/src/lib/libcpu/powerpc/mpc860/include/Makefile.in index faff98bb28..3b14172b0f 100644 --- a/c/src/lib/libcpu/powerpc/mpc860/include/Makefile.in +++ b/c/src/lib/libcpu/powerpc/mpc860/include/Makefile.in @@ -12,6 +12,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + H_FILES = $(wildcard $(srcdir)/*.h) SRCS=$(H_FILES) @@ -22,7 +24,7 @@ all: install install: test -d $(PROJECT_INCLUDE)/mpc860 || $(MKDIR) $(PROJECT_INCLUDE)/mpc860 - $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE)/mpc860 + $(INSTALL_CHANGE) -m 444 $(H_FILES) $(PROJECT_INCLUDE)/mpc860 all: FORCEIT cd ../../../../libbsp/$(RTEMS_CPU)/$(RTEMS_BSP)/include; $(MAKE) all diff --git a/c/src/lib/libcpu/powerpc/mpc860/timer/Makefile.in b/c/src/lib/libcpu/powerpc/mpc860/timer/Makefile.in index 2c423f2a5a..08018f0512 100644 --- a/c/src/lib/libcpu/powerpc/mpc860/timer/Makefile.in +++ b/c/src/lib/libcpu/powerpc/mpc860/timer/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/timer.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libcpu/powerpc/mpc860/vectors/Makefile.in b/c/src/lib/libcpu/powerpc/mpc860/vectors/Makefile.in index 9ca5b8d2cf..c80d9be8c1 100644 --- a/c/src/lib/libcpu/powerpc/mpc860/vectors/Makefile.in +++ b/c/src/lib/libcpu/powerpc/mpc860/vectors/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/vectors.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libcpu/powerpc/ppc403/Makefile.in b/c/src/lib/libcpu/powerpc/ppc403/Makefile.in index a58384c787..31177824e5 100644 --- a/c/src/lib/libcpu/powerpc/ppc403/Makefile.in +++ b/c/src/lib/libcpu/powerpc/ppc403/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/lib/libcpu/powerpc/ppc403/clock/Makefile.in b/c/src/lib/libcpu/powerpc/ppc403/clock/Makefile.in index cadf7bfa24..dc4bbdeb42 100644 --- a/c/src/lib/libcpu/powerpc/ppc403/clock/Makefile.in +++ b/c/src/lib/libcpu/powerpc/ppc403/clock/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/clock.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libcpu/powerpc/ppc403/console/Makefile.in b/c/src/lib/libcpu/powerpc/ppc403/console/Makefile.in index 1b9944620b..941e67748a 100644 --- a/c/src/lib/libcpu/powerpc/ppc403/console/Makefile.in +++ b/c/src/lib/libcpu/powerpc/ppc403/console/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/console.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libcpu/powerpc/ppc403/ictrl/Makefile.in b/c/src/lib/libcpu/powerpc/ppc403/ictrl/Makefile.in index 7180d35349..128e1b6486 100644 --- a/c/src/lib/libcpu/powerpc/ppc403/ictrl/Makefile.in +++ b/c/src/lib/libcpu/powerpc/ppc403/ictrl/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/ictrl.rel # C source names, if any, go here -- minus the .c @@ -54,7 +56,7 @@ ${PGM}: ${SRCS} ${OBJS} $(make-rel) all: ${ARCH} $(SRCS) $(PGM) - $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(H_FILES) $(PROJECT_INCLUDE) # the .rel file built here will be put into libbsp.a by # libbsp/hppa/BSP/wrapup/Makefile diff --git a/c/src/lib/libcpu/powerpc/ppc403/include/Makefile.in b/c/src/lib/libcpu/powerpc/ppc403/include/Makefile.in index d735854532..ca5d50d451 100644 --- a/c/src/lib/libcpu/powerpc/ppc403/include/Makefile.in +++ b/c/src/lib/libcpu/powerpc/ppc403/include/Makefile.in @@ -12,6 +12,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/leaf.cfg diff --git a/c/src/lib/libcpu/powerpc/ppc403/timer/Makefile.in b/c/src/lib/libcpu/powerpc/ppc403/timer/Makefile.in index d25ca7b7c7..1230104977 100644 --- a/c/src/lib/libcpu/powerpc/ppc403/timer/Makefile.in +++ b/c/src/lib/libcpu/powerpc/ppc403/timer/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/timer.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libcpu/powerpc/ppc403/vectors/Makefile.in b/c/src/lib/libcpu/powerpc/ppc403/vectors/Makefile.in index 413d843582..58e07b5eb4 100644 --- a/c/src/lib/libcpu/powerpc/ppc403/vectors/Makefile.in +++ b/c/src/lib/libcpu/powerpc/ppc403/vectors/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/vectors.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libcpu/sh/Makefile.in b/c/src/lib/libcpu/sh/Makefile.in index dfb438cc3b..3876ebd416 100644 --- a/c/src/lib/libcpu/sh/Makefile.in +++ b/c/src/lib/libcpu/sh/Makefile.in @@ -8,6 +8,8 @@ VPATH=@srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/lib/libcpu/sh/sh7032/Makefile.in b/c/src/lib/libcpu/sh/sh7032/Makefile.in index 9118ca3fca..2454cd888d 100644 --- a/c/src/lib/libcpu/sh/sh7032/Makefile.in +++ b/c/src/lib/libcpu/sh/sh7032/Makefile.in @@ -8,6 +8,8 @@ VPATH=@srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/lib/libcpu/sh/sh7032/clock/Makefile.in b/c/src/lib/libcpu/sh/sh7032/clock/Makefile.in index 829c201ca7..d2fb21afae 100644 --- a/c/src/lib/libcpu/sh/sh7032/clock/Makefile.in +++ b/c/src/lib/libcpu/sh/sh7032/clock/Makefile.in @@ -8,6 +8,8 @@ VPATH=@srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/clock.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libcpu/sh/sh7032/console/Makefile.in b/c/src/lib/libcpu/sh/sh7032/console/Makefile.in index d66bfb60be..60730d7764 100644 --- a/c/src/lib/libcpu/sh/sh7032/console/Makefile.in +++ b/c/src/lib/libcpu/sh/sh7032/console/Makefile.in @@ -8,6 +8,8 @@ VPATH=@srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/console.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libcpu/sh/sh7032/include/Makefile.in b/c/src/lib/libcpu/sh/sh7032/include/Makefile.in index 1a0b064c05..2ba6429a4f 100644 --- a/c/src/lib/libcpu/sh/sh7032/include/Makefile.in +++ b/c/src/lib/libcpu/sh/sh7032/include/Makefile.in @@ -8,6 +8,8 @@ VPATH=@srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + H_FILES = $(wildcard $(srcdir)/*.h) SRCS=$(H_FILES) @@ -25,4 +27,4 @@ all: install install: test -d $(PROJECT_INCLUDE)/sh || $(MKDIR) $(PROJECT_INCLUDE)/sh - $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE)/sh + $(INSTALL_CHANGE) -m 444 $(H_FILES) $(PROJECT_INCLUDE)/sh diff --git a/c/src/lib/libcpu/sh/sh7032/null/Makefile.in b/c/src/lib/libcpu/sh/sh7032/null/Makefile.in index c7850c95b1..2806b770d0 100644 --- a/c/src/lib/libcpu/sh/sh7032/null/Makefile.in +++ b/c/src/lib/libcpu/sh/sh7032/null/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/null.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libcpu/sh/sh7032/timer/Makefile.in b/c/src/lib/libcpu/sh/sh7032/timer/Makefile.in index e08bd2a427..e4640017d1 100644 --- a/c/src/lib/libcpu/sh/sh7032/timer/Makefile.in +++ b/c/src/lib/libcpu/sh/sh7032/timer/Makefile.in @@ -8,6 +8,8 @@ VPATH=@srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/timer.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libcpu/sparc/Makefile.in b/c/src/lib/libcpu/sparc/Makefile.in index 51795c3e3b..9d82b0eb37 100644 --- a/c/src/lib/libcpu/sparc/Makefile.in +++ b/c/src/lib/libcpu/sparc/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/lib/libcpu/sparc/reg_win/Makefile.in b/c/src/lib/libcpu/sparc/reg_win/Makefile.in index f8bc7fcc1c..9c30e79216 100644 --- a/c/src/lib/libcpu/sparc/reg_win/Makefile.in +++ b/c/src/lib/libcpu/sparc/reg_win/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/reg_win.rel # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/libmisc/Makefile.in b/c/src/lib/libmisc/Makefile.in index dcad8310ae..dc12e38d9a 100644 --- a/c/src/lib/libmisc/Makefile.in +++ b/c/src/lib/libmisc/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/lib/libmisc/assoc/Makefile.in b/c/src/lib/libmisc/assoc/Makefile.in index a547bb6565..2a374b9d53 100644 --- a/c/src/lib/libmisc/assoc/Makefile.in +++ b/c/src/lib/libmisc/assoc/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + LIB=${ARCH}/libassoc-tmp.a # C source names, if any, go here -- minus the .c @@ -49,4 +51,4 @@ ${LIB}: ${SRCS} ${OBJS} $(make-library) all: ${ARCH} $(SRCS) $(LIB) - $(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems + $(INSTALL_CHANGE) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems diff --git a/c/src/lib/libmisc/cpuuse/Makefile.in b/c/src/lib/libmisc/cpuuse/Makefile.in index 87a8f82cf2..78c4db9d15 100644 --- a/c/src/lib/libmisc/cpuuse/Makefile.in +++ b/c/src/lib/libmisc/cpuuse/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + LIB=${ARCH}/libcpuuse-tmp.a # C source names, if any, go here -- minus the .c @@ -52,4 +54,4 @@ ${LIB}: ${SRCS} preinstall ${OBJS} all: ${ARCH} $(SRCS) preinstall $(LIB) preinstall: - $(INSTALL) -m 444 ${INSTALLED_H_FILES} $(PROJECT_INCLUDE)/rtems + $(INSTALL_CHANGE) -m 444 ${INSTALLED_H_FILES} $(PROJECT_INCLUDE)/rtems diff --git a/c/src/lib/libmisc/dumpbuf/Makefile.in b/c/src/lib/libmisc/dumpbuf/Makefile.in index 1b404e5557..07067a01fc 100644 --- a/c/src/lib/libmisc/dumpbuf/Makefile.in +++ b/c/src/lib/libmisc/dumpbuf/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + LIB=${ARCH}/libdumpbuf-tmp.a # C source names, if any, go here -- minus the .c @@ -52,4 +54,4 @@ ${LIB}: ${SRCS} preinstall ${OBJS} all: ${ARCH} $(SRCS) preinstall $(LIB) preinstall: - $(INSTALL) -m 444 ${INSTALLED_H_FILES} $(PROJECT_INCLUDE)/rtems + $(INSTALL_CHANGE) -m 444 ${INSTALLED_H_FILES} $(PROJECT_INCLUDE)/rtems diff --git a/c/src/lib/libmisc/error/Makefile.in b/c/src/lib/libmisc/error/Makefile.in index 5cc51de586..1303f271df 100644 --- a/c/src/lib/libmisc/error/Makefile.in +++ b/c/src/lib/libmisc/error/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + LIB=${ARCH}/liberror-tmp.a # C source names, if any, go here -- minus the .c @@ -49,4 +51,4 @@ ${LIB}: ${SRCS} ${OBJS} $(make-library) all: ${ARCH} $(SRCS) $(LIB) - $(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems + $(INSTALL_CHANGE) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems diff --git a/c/src/lib/libmisc/monitor/Makefile.in b/c/src/lib/libmisc/monitor/Makefile.in index 62fac8b2e7..4d18e519e9 100644 --- a/c/src/lib/libmisc/monitor/Makefile.in +++ b/c/src/lib/libmisc/monitor/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + LIB=${ARCH}/libmonitor-tmp.a # C source names, if any, go here -- minus the .c @@ -60,4 +62,4 @@ ${LIB}: ${SRCS} ${OBJS} all: preinstall ${ARCH} $(SRCS) $(LIB) preinstall: $(INSTALLED_H_FILES) - $(INSTALL) -m 444 ${INSTALLED_H_FILES} $(PROJECT_INCLUDE)/rtems + $(INSTALL_CHANGE) -m 444 ${INSTALLED_H_FILES} $(PROJECT_INCLUDE)/rtems diff --git a/c/src/lib/libmisc/rtmonuse/Makefile.in b/c/src/lib/libmisc/rtmonuse/Makefile.in index 157ab1068a..4d813d3ba5 100644 --- a/c/src/lib/libmisc/rtmonuse/Makefile.in +++ b/c/src/lib/libmisc/rtmonuse/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + LIB=${ARCH}/librtmonuse-tmp.a # C source names, if any, go here -- minus the .c @@ -52,4 +54,4 @@ ${LIB}: ${SRCS} preinstall ${OBJS} all: ${ARCH} $(SRCS) preinstall $(LIB) preinstall: - $(INSTALL) -m 444 ${INSTALLED_H_FILES} $(PROJECT_INCLUDE)/rtems + $(INSTALL_CHANGE) -m 444 ${INSTALLED_H_FILES} $(PROJECT_INCLUDE)/rtems diff --git a/c/src/lib/libmisc/stackchk/Makefile.in b/c/src/lib/libmisc/stackchk/Makefile.in index 5c364cbff0..82a5af77b2 100644 --- a/c/src/lib/libmisc/stackchk/Makefile.in +++ b/c/src/lib/libmisc/stackchk/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + LIB=${ARCH}/libstackchk-tmp.a # C source names, if any, go here -- minus the .c @@ -52,4 +54,4 @@ ${LIB}: ${SRCS} preinstall ${OBJS} all: ${ARCH} $(SRCS) $(LIB) preinstall: - $(INSTALL) -m 444 ${INSTALLED_H_FILES} $(PROJECT_INCLUDE)/rtems + $(INSTALL_CHANGE) -m 444 ${INSTALLED_H_FILES} $(PROJECT_INCLUDE)/rtems diff --git a/c/src/lib/libmisc/wrapup/Makefile.in b/c/src/lib/libmisc/wrapup/Makefile.in index 9a93b4632f..a3235de951 100644 --- a/c/src/lib/libmisc/wrapup/Makefile.in +++ b/c/src/lib/libmisc/wrapup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + LIB=$(ARCH)/libmisc.a include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg diff --git a/c/src/lib/libnetworking/Makefile.in b/c/src/lib/libnetworking/Makefile.in index 7fce70b9aa..ffbe0c436d 100644 --- a/c/src/lib/libnetworking/Makefile.in +++ b/c/src/lib/libnetworking/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/lib/libnetworking/include/Makefile.in b/c/src/lib/libnetworking/include/Makefile.in index f2746d78f0..a8662900b0 100644 --- a/c/src/lib/libnetworking/include/Makefile.in +++ b/c/src/lib/libnetworking/include/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + H_PIECES=bpfilter loop netdb opt_ipfw opt_mrouting \ opt_tcpdebug poll resolv syslog H_FILES=$(H_PIECES:%=$(srcdir)/../%.h) @@ -54,12 +56,12 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE)/networking - $(INSTALL) -m 444 $(SYS_H_FILES) $(PROJECT_INCLUDE)/networking/sys - $(INSTALL) -m 444 $(RTEMS_H_FILES) $(PROJECT_INCLUDE)/networking/rtems - $(INSTALL) -m 444 $(MACHINE_H_FILES) $(PROJECT_INCLUDE)/networking/machine - $(INSTALL) -m 444 $(VM_H_FILES) $(PROJECT_INCLUDE)/networking/vm - $(INSTALL) -m 444 $(NET_H_FILES) $(PROJECT_INCLUDE)/networking/net - $(INSTALL) -m 444 $(NETINET_H_FILES) $(PROJECT_INCLUDE)/networking/netinet - $(INSTALL) -m 444 $(ARPA_H_FILES) $(PROJECT_INCLUDE)/networking/arpa - $(INSTALL) -m 444 $(NFS_H_FILES) $(PROJECT_INCLUDE)/networking/nfs + $(INSTALL_CHANGE) -m 444 $(H_FILES) $(PROJECT_INCLUDE)/networking + $(INSTALL_CHANGE) -m 444 $(SYS_H_FILES) $(PROJECT_INCLUDE)/networking/sys + $(INSTALL_CHANGE) -m 444 $(RTEMS_H_FILES) $(PROJECT_INCLUDE)/networking/rtems + $(INSTALL_CHANGE) -m 444 $(MACHINE_H_FILES) $(PROJECT_INCLUDE)/networking/machine + $(INSTALL_CHANGE) -m 444 $(VM_H_FILES) $(PROJECT_INCLUDE)/networking/vm + $(INSTALL_CHANGE) -m 444 $(NET_H_FILES) $(PROJECT_INCLUDE)/networking/net + $(INSTALL_CHANGE) -m 444 $(NETINET_H_FILES) $(PROJECT_INCLUDE)/networking/netinet + $(INSTALL_CHANGE) -m 444 $(ARPA_H_FILES) $(PROJECT_INCLUDE)/networking/arpa + $(INSTALL_CHANGE) -m 444 $(NFS_H_FILES) $(PROJECT_INCLUDE)/networking/nfs diff --git a/c/src/lib/libnetworking/kern/Makefile.in b/c/src/lib/libnetworking/kern/Makefile.in index 35804e14ef..148605c130 100644 --- a/c/src/lib/libnetworking/kern/Makefile.in +++ b/c/src/lib/libnetworking/kern/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + LIBNAME=lib.a LIB=${ARCH}/${LIBNAME} diff --git a/c/src/lib/libnetworking/lib/Makefile.in b/c/src/lib/libnetworking/lib/Makefile.in index 869818fadf..4edf5a090b 100644 --- a/c/src/lib/libnetworking/lib/Makefile.in +++ b/c/src/lib/libnetworking/lib/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + LIBNAME=lib.a LIB=${ARCH}/${LIBNAME} diff --git a/c/src/lib/libnetworking/libc/Makefile.in b/c/src/lib/libnetworking/libc/Makefile.in index 132c059cab..299a81a2a4 100644 --- a/c/src/lib/libnetworking/libc/Makefile.in +++ b/c/src/lib/libnetworking/libc/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + LIBNAME=lib.a LIB=${ARCH}/${LIBNAME} diff --git a/c/src/lib/libnetworking/net/Makefile.in b/c/src/lib/libnetworking/net/Makefile.in index 5a68c81ec0..34370a2a1e 100644 --- a/c/src/lib/libnetworking/net/Makefile.in +++ b/c/src/lib/libnetworking/net/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + LIBNAME=lib.a LIB=${ARCH}/${LIBNAME} diff --git a/c/src/lib/libnetworking/netinet/Makefile.in b/c/src/lib/libnetworking/netinet/Makefile.in index 94a8f2f0b8..a0b3798aa3 100644 --- a/c/src/lib/libnetworking/netinet/Makefile.in +++ b/c/src/lib/libnetworking/netinet/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + LIBNAME=lib.a LIB=${ARCH}/${LIBNAME} diff --git a/c/src/lib/libnetworking/nfs/Makefile.in b/c/src/lib/libnetworking/nfs/Makefile.in index 404d85040a..93378f6149 100644 --- a/c/src/lib/libnetworking/nfs/Makefile.in +++ b/c/src/lib/libnetworking/nfs/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + LIBNAME=lib.a LIB=${ARCH}/${LIBNAME} diff --git a/c/src/lib/libnetworking/rtems/Makefile.in b/c/src/lib/libnetworking/rtems/Makefile.in index 68d89a9fd0..ae6d09fa48 100644 --- a/c/src/lib/libnetworking/rtems/Makefile.in +++ b/c/src/lib/libnetworking/rtems/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + LIBNAME=lib.a LIB=${ARCH}/${LIBNAME} diff --git a/c/src/lib/libnetworking/wrapup/Makefile.in b/c/src/lib/libnetworking/wrapup/Makefile.in index 55b9f618ed..6493b363d5 100644 --- a/c/src/lib/libnetworking/wrapup/Makefile.in +++ b/c/src/lib/libnetworking/wrapup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NET_PIECES=kern lib libc net netinet nfs rtems OBJS=$(foreach piece, $(NET_PIECES), ../$(piece)/$(ARCH)/*.o) LIB=$(ARCH)/libnetworking.a diff --git a/c/src/lib/librdbg/Makefile.in b/c/src/lib/librdbg/Makefile.in index 8d4a72ca96..11d4054940 100644 --- a/c/src/lib/librdbg/Makefile.in +++ b/c/src/lib/librdbg/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/$(RTEMS_CPU) RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + LIBNAME=librdbg.a LIB=${ARCH}/${LIBNAME} @@ -74,7 +76,7 @@ remdeb.h: $(X_FILES) @rm -f $@ $(RPCGEN) -h remdeb.x -o $@ @rm -f $(PROJECT_INCLUDE)/rdbg/$@ - $(INSTALL) -m 444 $@ $(PROJECT_INCLUDE)/rdbg + $(INSTALL_CHANGE) -m 444 $@ $(PROJECT_INCLUDE)/rdbg remdeb_xdr.c: $(X_FILES) @rm -f $@ diff --git a/c/src/lib/librpc/Makefile.in b/c/src/lib/librpc/Makefile.in index 9c3f0986f0..5688540b73 100644 --- a/c/src/lib/librpc/Makefile.in +++ b/c/src/lib/librpc/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + LIBNAME=librpc.a LIB=${ARCH}/${LIBNAME} diff --git a/c/src/lib/librtems++/Makefile.in b/c/src/lib/librtems++/Makefile.in index c69c34790a..4399663163 100644 --- a/c/src/lib/librtems++/Makefile.in +++ b/c/src/lib/librtems++/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + LIBNAME=librtems++.a LIB=${ARCH}/${LIBNAME} diff --git a/c/src/lib/start/Makefile.in b/c/src/lib/start/Makefile.in index 5c974036b3..2d10f3ddfc 100644 --- a/c/src/lib/start/Makefile.in +++ b/c/src/lib/start/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/lib/start/a29k/Makefile.in b/c/src/lib/start/a29k/Makefile.in index 823953baa0..29df5c2500 100644 --- a/c/src/lib/start/a29k/Makefile.in +++ b/c/src/lib/start/a29k/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + # C source names, if any, go here -- minus the .c C_PIECES= C_FILES=$(C_PIECES:%=%.c) diff --git a/c/src/lib/start/i960/Makefile.in b/c/src/lib/start/i960/Makefile.in index 1ed947fc54..518111b7e2 100644 --- a/c/src/lib/start/i960/Makefile.in +++ b/c/src/lib/start/i960/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + # C source names, if any, go here -- minus the .c C_PIECES= C_FILES=$(C_PIECES:%=%.c) diff --git a/c/src/lib/start/m68k/Makefile.in b/c/src/lib/start/m68k/Makefile.in index d982cdec4c..7e3a876cf2 100644 --- a/c/src/lib/start/m68k/Makefile.in +++ b/c/src/lib/start/m68k/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGMS=${ARCH}/start.o # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/start/mips64orion/Makefile.in b/c/src/lib/start/mips64orion/Makefile.in index 7aa139ca0b..9b68814e3c 100644 --- a/c/src/lib/start/mips64orion/Makefile.in +++ b/c/src/lib/start/mips64orion/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + # C source names, if any, go here -- minus the .c C_PIECES= C_FILES=$(C_PIECES:%=%.c) diff --git a/c/src/lib/start/sh/Makefile.in b/c/src/lib/start/sh/Makefile.in index 327b4f3b5e..ba268c25ed 100644 --- a/c/src/lib/start/sh/Makefile.in +++ b/c/src/lib/start/sh/Makefile.in @@ -8,6 +8,8 @@ VPATH=@srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGMS=${ARCH}/start.o # C source names, if any, go here -- minus the .c diff --git a/c/src/lib/wrapup/Makefile.in b/c/src/lib/wrapup/Makefile.in index d3e0f76ac9..55dc09a641 100644 --- a/c/src/lib/wrapup/Makefile.in +++ b/c/src/lib/wrapup/Makefile.in @@ -10,6 +10,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/lib.cfg diff --git a/c/src/libchip/network/Makefile.in b/c/src/libchip/network/Makefile.in index aaaf460aa1..2328b53a4e 100644 --- a/c/src/libchip/network/Makefile.in +++ b/c/src/libchip/network/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + LIBNAME=libnetchip.a LIB=${ARCH}/${LIBNAME} @@ -50,8 +52,8 @@ $(LIB): $(SRCS) ${OBJS} $(make-library) # Install the library, appending _g or _p as appropriate. -# for include files, just use $(INSTALL) +# for include files, just use $(INSTALL_CHANGE) preinstall: - $(INSTALL) -m 444 $(INSTALLED_H_FILES) $(PROJECT_INCLUDE)/libchip + $(INSTALL_CHANGE) -m 444 $(INSTALLED_H_FILES) $(PROJECT_INCLUDE)/libchip diff --git a/c/src/libchip/rtc/Makefile.in b/c/src/libchip/rtc/Makefile.in index 724a1af380..f988e75bfc 100644 --- a/c/src/libchip/rtc/Makefile.in +++ b/c/src/libchip/rtc/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + LIBNAME=librtcio.a LIB=${ARCH}/${LIBNAME} @@ -53,8 +55,8 @@ $(LIB): $(SRCS) ${OBJS} $(make-library) # Install the library, appending _g or _p as appropriate. -# for include files, just use $(INSTALL) +# for include files, just use $(INSTALL_CHANGE) preinstall: - $(INSTALL) -m 444 $(INSTALLED_H_FILES) $(PROJECT_INCLUDE)/libchip + $(INSTALL_CHANGE) -m 444 $(INSTALLED_H_FILES) $(PROJECT_INCLUDE)/libchip diff --git a/c/src/libchip/serial/Makefile.in b/c/src/libchip/serial/Makefile.in index d9c78faf97..c091bbb747 100644 --- a/c/src/libchip/serial/Makefile.in +++ b/c/src/libchip/serial/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + LIBNAME=libserialio.a LIB=${ARCH}/${LIBNAME} @@ -53,8 +55,8 @@ $(LIB): $(SRCS) ${OBJS} $(make-library) # Install the library, appending _g or _p as appropriate. -# for include files, just use $(INSTALL) +# for include files, just use $(INSTALL_CHANGE) preinstall: - $(INSTALL) -m 444 $(INSTALLED_H_FILES) $(PROJECT_INCLUDE)/libchip + $(INSTALL_CHANGE) -m 444 $(INSTALLED_H_FILES) $(PROJECT_INCLUDE)/libchip diff --git a/c/src/libmisc/assoc/Makefile.in b/c/src/libmisc/assoc/Makefile.in index a547bb6565..2a374b9d53 100644 --- a/c/src/libmisc/assoc/Makefile.in +++ b/c/src/libmisc/assoc/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + LIB=${ARCH}/libassoc-tmp.a # C source names, if any, go here -- minus the .c @@ -49,4 +51,4 @@ ${LIB}: ${SRCS} ${OBJS} $(make-library) all: ${ARCH} $(SRCS) $(LIB) - $(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems + $(INSTALL_CHANGE) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems diff --git a/c/src/libmisc/cpuuse/Makefile.in b/c/src/libmisc/cpuuse/Makefile.in index 87a8f82cf2..78c4db9d15 100644 --- a/c/src/libmisc/cpuuse/Makefile.in +++ b/c/src/libmisc/cpuuse/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + LIB=${ARCH}/libcpuuse-tmp.a # C source names, if any, go here -- minus the .c @@ -52,4 +54,4 @@ ${LIB}: ${SRCS} preinstall ${OBJS} all: ${ARCH} $(SRCS) preinstall $(LIB) preinstall: - $(INSTALL) -m 444 ${INSTALLED_H_FILES} $(PROJECT_INCLUDE)/rtems + $(INSTALL_CHANGE) -m 444 ${INSTALLED_H_FILES} $(PROJECT_INCLUDE)/rtems diff --git a/c/src/libmisc/dumpbuf/Makefile.in b/c/src/libmisc/dumpbuf/Makefile.in index 1b404e5557..07067a01fc 100644 --- a/c/src/libmisc/dumpbuf/Makefile.in +++ b/c/src/libmisc/dumpbuf/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + LIB=${ARCH}/libdumpbuf-tmp.a # C source names, if any, go here -- minus the .c @@ -52,4 +54,4 @@ ${LIB}: ${SRCS} preinstall ${OBJS} all: ${ARCH} $(SRCS) preinstall $(LIB) preinstall: - $(INSTALL) -m 444 ${INSTALLED_H_FILES} $(PROJECT_INCLUDE)/rtems + $(INSTALL_CHANGE) -m 444 ${INSTALLED_H_FILES} $(PROJECT_INCLUDE)/rtems diff --git a/c/src/libmisc/error/Makefile.in b/c/src/libmisc/error/Makefile.in index 5cc51de586..1303f271df 100644 --- a/c/src/libmisc/error/Makefile.in +++ b/c/src/libmisc/error/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + LIB=${ARCH}/liberror-tmp.a # C source names, if any, go here -- minus the .c @@ -49,4 +51,4 @@ ${LIB}: ${SRCS} ${OBJS} $(make-library) all: ${ARCH} $(SRCS) $(LIB) - $(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems + $(INSTALL_CHANGE) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems diff --git a/c/src/libmisc/monitor/Makefile.in b/c/src/libmisc/monitor/Makefile.in index 62fac8b2e7..4d18e519e9 100644 --- a/c/src/libmisc/monitor/Makefile.in +++ b/c/src/libmisc/monitor/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + LIB=${ARCH}/libmonitor-tmp.a # C source names, if any, go here -- minus the .c @@ -60,4 +62,4 @@ ${LIB}: ${SRCS} ${OBJS} all: preinstall ${ARCH} $(SRCS) $(LIB) preinstall: $(INSTALLED_H_FILES) - $(INSTALL) -m 444 ${INSTALLED_H_FILES} $(PROJECT_INCLUDE)/rtems + $(INSTALL_CHANGE) -m 444 ${INSTALLED_H_FILES} $(PROJECT_INCLUDE)/rtems diff --git a/c/src/libmisc/rtmonuse/Makefile.in b/c/src/libmisc/rtmonuse/Makefile.in index 157ab1068a..4d813d3ba5 100644 --- a/c/src/libmisc/rtmonuse/Makefile.in +++ b/c/src/libmisc/rtmonuse/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + LIB=${ARCH}/librtmonuse-tmp.a # C source names, if any, go here -- minus the .c @@ -52,4 +54,4 @@ ${LIB}: ${SRCS} preinstall ${OBJS} all: ${ARCH} $(SRCS) preinstall $(LIB) preinstall: - $(INSTALL) -m 444 ${INSTALLED_H_FILES} $(PROJECT_INCLUDE)/rtems + $(INSTALL_CHANGE) -m 444 ${INSTALLED_H_FILES} $(PROJECT_INCLUDE)/rtems diff --git a/c/src/libmisc/stackchk/Makefile.in b/c/src/libmisc/stackchk/Makefile.in index 5c364cbff0..82a5af77b2 100644 --- a/c/src/libmisc/stackchk/Makefile.in +++ b/c/src/libmisc/stackchk/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + LIB=${ARCH}/libstackchk-tmp.a # C source names, if any, go here -- minus the .c @@ -52,4 +54,4 @@ ${LIB}: ${SRCS} preinstall ${OBJS} all: ${ARCH} $(SRCS) $(LIB) preinstall: - $(INSTALL) -m 444 ${INSTALLED_H_FILES} $(PROJECT_INCLUDE)/rtems + $(INSTALL_CHANGE) -m 444 ${INSTALLED_H_FILES} $(PROJECT_INCLUDE)/rtems diff --git a/c/src/libmisc/wrapup/Makefile.in b/c/src/libmisc/wrapup/Makefile.in index 9a93b4632f..a3235de951 100644 --- a/c/src/libmisc/wrapup/Makefile.in +++ b/c/src/libmisc/wrapup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + LIB=$(ARCH)/libmisc.a include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg diff --git a/c/src/libnetworking/Makefile.in b/c/src/libnetworking/Makefile.in index 7fce70b9aa..ffbe0c436d 100644 --- a/c/src/libnetworking/Makefile.in +++ b/c/src/libnetworking/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/libnetworking/include/Makefile.in b/c/src/libnetworking/include/Makefile.in index f2746d78f0..a8662900b0 100644 --- a/c/src/libnetworking/include/Makefile.in +++ b/c/src/libnetworking/include/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + H_PIECES=bpfilter loop netdb opt_ipfw opt_mrouting \ opt_tcpdebug poll resolv syslog H_FILES=$(H_PIECES:%=$(srcdir)/../%.h) @@ -54,12 +56,12 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE)/networking - $(INSTALL) -m 444 $(SYS_H_FILES) $(PROJECT_INCLUDE)/networking/sys - $(INSTALL) -m 444 $(RTEMS_H_FILES) $(PROJECT_INCLUDE)/networking/rtems - $(INSTALL) -m 444 $(MACHINE_H_FILES) $(PROJECT_INCLUDE)/networking/machine - $(INSTALL) -m 444 $(VM_H_FILES) $(PROJECT_INCLUDE)/networking/vm - $(INSTALL) -m 444 $(NET_H_FILES) $(PROJECT_INCLUDE)/networking/net - $(INSTALL) -m 444 $(NETINET_H_FILES) $(PROJECT_INCLUDE)/networking/netinet - $(INSTALL) -m 444 $(ARPA_H_FILES) $(PROJECT_INCLUDE)/networking/arpa - $(INSTALL) -m 444 $(NFS_H_FILES) $(PROJECT_INCLUDE)/networking/nfs + $(INSTALL_CHANGE) -m 444 $(H_FILES) $(PROJECT_INCLUDE)/networking + $(INSTALL_CHANGE) -m 444 $(SYS_H_FILES) $(PROJECT_INCLUDE)/networking/sys + $(INSTALL_CHANGE) -m 444 $(RTEMS_H_FILES) $(PROJECT_INCLUDE)/networking/rtems + $(INSTALL_CHANGE) -m 444 $(MACHINE_H_FILES) $(PROJECT_INCLUDE)/networking/machine + $(INSTALL_CHANGE) -m 444 $(VM_H_FILES) $(PROJECT_INCLUDE)/networking/vm + $(INSTALL_CHANGE) -m 444 $(NET_H_FILES) $(PROJECT_INCLUDE)/networking/net + $(INSTALL_CHANGE) -m 444 $(NETINET_H_FILES) $(PROJECT_INCLUDE)/networking/netinet + $(INSTALL_CHANGE) -m 444 $(ARPA_H_FILES) $(PROJECT_INCLUDE)/networking/arpa + $(INSTALL_CHANGE) -m 444 $(NFS_H_FILES) $(PROJECT_INCLUDE)/networking/nfs diff --git a/c/src/libnetworking/kern/Makefile.in b/c/src/libnetworking/kern/Makefile.in index 35804e14ef..148605c130 100644 --- a/c/src/libnetworking/kern/Makefile.in +++ b/c/src/libnetworking/kern/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + LIBNAME=lib.a LIB=${ARCH}/${LIBNAME} diff --git a/c/src/libnetworking/lib/Makefile.in b/c/src/libnetworking/lib/Makefile.in index 869818fadf..4edf5a090b 100644 --- a/c/src/libnetworking/lib/Makefile.in +++ b/c/src/libnetworking/lib/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + LIBNAME=lib.a LIB=${ARCH}/${LIBNAME} diff --git a/c/src/libnetworking/libc/Makefile.in b/c/src/libnetworking/libc/Makefile.in index 132c059cab..299a81a2a4 100644 --- a/c/src/libnetworking/libc/Makefile.in +++ b/c/src/libnetworking/libc/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + LIBNAME=lib.a LIB=${ARCH}/${LIBNAME} diff --git a/c/src/libnetworking/net/Makefile.in b/c/src/libnetworking/net/Makefile.in index 5a68c81ec0..34370a2a1e 100644 --- a/c/src/libnetworking/net/Makefile.in +++ b/c/src/libnetworking/net/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + LIBNAME=lib.a LIB=${ARCH}/${LIBNAME} diff --git a/c/src/libnetworking/netinet/Makefile.in b/c/src/libnetworking/netinet/Makefile.in index 94a8f2f0b8..a0b3798aa3 100644 --- a/c/src/libnetworking/netinet/Makefile.in +++ b/c/src/libnetworking/netinet/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + LIBNAME=lib.a LIB=${ARCH}/${LIBNAME} diff --git a/c/src/libnetworking/nfs/Makefile.in b/c/src/libnetworking/nfs/Makefile.in index 404d85040a..93378f6149 100644 --- a/c/src/libnetworking/nfs/Makefile.in +++ b/c/src/libnetworking/nfs/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + LIBNAME=lib.a LIB=${ARCH}/${LIBNAME} diff --git a/c/src/libnetworking/rtems/Makefile.in b/c/src/libnetworking/rtems/Makefile.in index 68d89a9fd0..ae6d09fa48 100644 --- a/c/src/libnetworking/rtems/Makefile.in +++ b/c/src/libnetworking/rtems/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + LIBNAME=lib.a LIB=${ARCH}/${LIBNAME} diff --git a/c/src/libnetworking/wrapup/Makefile.in b/c/src/libnetworking/wrapup/Makefile.in index 55b9f618ed..6493b363d5 100644 --- a/c/src/libnetworking/wrapup/Makefile.in +++ b/c/src/libnetworking/wrapup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NET_PIECES=kern lib libc net netinet nfs rtems OBJS=$(foreach piece, $(NET_PIECES), ../$(piece)/$(ARCH)/*.o) LIB=$(ARCH)/libnetworking.a diff --git a/c/src/librdbg/src/Makefile.in b/c/src/librdbg/src/Makefile.in index 8d4a72ca96..11d4054940 100644 --- a/c/src/librdbg/src/Makefile.in +++ b/c/src/librdbg/src/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/$(RTEMS_CPU) RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + LIBNAME=librdbg.a LIB=${ARCH}/${LIBNAME} @@ -74,7 +76,7 @@ remdeb.h: $(X_FILES) @rm -f $@ $(RPCGEN) -h remdeb.x -o $@ @rm -f $(PROJECT_INCLUDE)/rdbg/$@ - $(INSTALL) -m 444 $@ $(PROJECT_INCLUDE)/rdbg + $(INSTALL_CHANGE) -m 444 $@ $(PROJECT_INCLUDE)/rdbg remdeb_xdr.c: $(X_FILES) @rm -f $@ diff --git a/c/src/librpc/src/Makefile.in b/c/src/librpc/src/Makefile.in index 9c3f0986f0..5688540b73 100644 --- a/c/src/librpc/src/Makefile.in +++ b/c/src/librpc/src/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + LIBNAME=librpc.a LIB=${ARCH}/${LIBNAME} diff --git a/c/src/librtems++/src/Makefile.in b/c/src/librtems++/src/Makefile.in index c69c34790a..4399663163 100644 --- a/c/src/librtems++/src/Makefile.in +++ b/c/src/librtems++/src/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + LIBNAME=librtems++.a LIB=${ARCH}/${LIBNAME} diff --git a/c/src/make/host.cfg.in b/c/src/make/host.cfg.in index 8a9a6c7dde..6e54bcb05a 100644 --- a/c/src/make/host.cfg.in +++ b/c/src/make/host.cfg.in @@ -33,7 +33,7 @@ M4=@M4@ # Global tools PACKHEX=$(PROJECT_TOOLS)/packhex -INSTALL=$(PROJECT_TOOLS)/install-if-change +INSTALL_CHANGE=$(PROJECT_TOOLS)/install-if-change INSTALL_VARIANT=$(PROJECT_TOOLS)/install-if-change -V "$(LIB_VARIANT)" # FIXME: HACK for a bug in cygwin-hosted egcs which returns a mixture diff --git a/c/src/tests/Makefile.in b/c/src/tests/Makefile.in index 7eb4494b34..337844c16a 100644 --- a/c/src/tests/Makefile.in +++ b/c/src/tests/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/tests/libtests/Makefile.in b/c/src/tests/libtests/Makefile.in index 004100a86e..cc0377150e 100644 --- a/c/src/tests/libtests/Makefile.in +++ b/c/src/tests/libtests/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/tests/libtests/cpuuse/Makefile.in b/c/src/tests/libtests/cpuuse/Makefile.in index 22ef7819d2..103a206009 100644 --- a/c/src/tests/libtests/cpuuse/Makefile.in +++ b/c/src/tests/libtests/cpuuse/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=cpuuse MANAGERS=io rate_monotonic diff --git a/c/src/tests/libtests/malloctest/Makefile.in b/c/src/tests/libtests/malloctest/Makefile.in index ca7c4cb1f6..be64b318d2 100644 --- a/c/src/tests/libtests/malloctest/Makefile.in +++ b/c/src/tests/libtests/malloctest/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=malloctest MANAGERS=io diff --git a/c/src/tests/libtests/monitor/Makefile.in b/c/src/tests/libtests/monitor/Makefile.in index e264fe9f9b..e35799ba6b 100644 --- a/c/src/tests/libtests/monitor/Makefile.in +++ b/c/src/tests/libtests/monitor/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=monitor MANAGERS=dpmem event io msg mp part region sem signal timer rate_monotonic ext diff --git a/c/src/tests/libtests/rtems++/Makefile.in b/c/src/tests/libtests/rtems++/Makefile.in index f909b618b9..a62a1e6582 100644 --- a/c/src/tests/libtests/rtems++/Makefile.in +++ b/c/src/tests/libtests/rtems++/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=rtems++ MANAGERS=event io msg sem signal timer rate_monotonic diff --git a/c/src/tests/libtests/rtmonuse/Makefile.in b/c/src/tests/libtests/rtmonuse/Makefile.in index 9c9ea2e366..3a7ae0fa01 100644 --- a/c/src/tests/libtests/rtmonuse/Makefile.in +++ b/c/src/tests/libtests/rtmonuse/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=rtmonuse MANAGERS=io rate_monotonic diff --git a/c/src/tests/libtests/stackchk/Makefile.in b/c/src/tests/libtests/stackchk/Makefile.in index 462f83fb6c..fd118d2e55 100644 --- a/c/src/tests/libtests/stackchk/Makefile.in +++ b/c/src/tests/libtests/stackchk/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=stackchk MANAGERS=io diff --git a/c/src/tests/libtests/termios/Makefile.in b/c/src/tests/libtests/termios/Makefile.in index c575570f9e..013edb0d34 100644 --- a/c/src/tests/libtests/termios/Makefile.in +++ b/c/src/tests/libtests/termios/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + SAMPLE=termios PGM=${ARCH}/$(SAMPLE).exe diff --git a/c/src/tests/mptests/Makefile.in b/c/src/tests/mptests/Makefile.in index aa1c166788..132b98eec3 100644 --- a/c/src/tests/mptests/Makefile.in +++ b/c/src/tests/mptests/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/tests/mptests/mp01/Makefile.in b/c/src/tests/mptests/mp01/Makefile.in index 9090167761..3cd108ecfb 100644 --- a/c/src/tests/mptests/mp01/Makefile.in +++ b/c/src/tests/mptests/mp01/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/tests/mptests/mp01/node1/Makefile.in b/c/src/tests/mptests/mp01/node1/Makefile.in index 3573ffbdf3..5efaa82629 100644 --- a/c/src/tests/mptests/mp01/node1/Makefile.in +++ b/c/src/tests/mptests/mp01/node1/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NODE=1 TEST=mp01 PGM=${ARCH}/$(TEST)-node$(NODE).exe @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/mptests/node$(NODE)/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/mptests/mp01/node2/Makefile.in b/c/src/tests/mptests/mp01/node2/Makefile.in index 33a7c559ba..680f51458f 100644 --- a/c/src/tests/mptests/mp01/node2/Makefile.in +++ b/c/src/tests/mptests/mp01/node2/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NODE=2 TEST=mp01 PGM=${ARCH}/$(TEST)-node$(NODE).exe @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/mptests/node$(NODE)/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/mptests/mp02/Makefile.in b/c/src/tests/mptests/mp02/Makefile.in index 9090167761..3cd108ecfb 100644 --- a/c/src/tests/mptests/mp02/Makefile.in +++ b/c/src/tests/mptests/mp02/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/tests/mptests/mp02/node1/Makefile.in b/c/src/tests/mptests/mp02/node1/Makefile.in index fa102f135e..2b2d7d1c22 100644 --- a/c/src/tests/mptests/mp02/node1/Makefile.in +++ b/c/src/tests/mptests/mp02/node1/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NODE=1 TEST=mp02 PGM=${ARCH}/$(TEST)-node$(NODE).exe @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/mptests/node$(NODE)/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/mptests/mp02/node2/Makefile.in b/c/src/tests/mptests/mp02/node2/Makefile.in index ed3c8218a3..f2e6c17aa1 100644 --- a/c/src/tests/mptests/mp02/node2/Makefile.in +++ b/c/src/tests/mptests/mp02/node2/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NODE=2 TEST=mp02 PGM=${ARCH}/$(TEST)-node$(NODE).exe @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/mptests/node$(NODE)/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/mptests/mp03/Makefile.in b/c/src/tests/mptests/mp03/Makefile.in index 9090167761..3cd108ecfb 100644 --- a/c/src/tests/mptests/mp03/Makefile.in +++ b/c/src/tests/mptests/mp03/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/tests/mptests/mp03/node1/Makefile.in b/c/src/tests/mptests/mp03/node1/Makefile.in index fb171d0d8a..6baca94c15 100644 --- a/c/src/tests/mptests/mp03/node1/Makefile.in +++ b/c/src/tests/mptests/mp03/node1/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NODE=1 TEST=mp03 PGM=${ARCH}/$(TEST)-node$(NODE).exe @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/mptests/node$(NODE)/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/mptests/mp03/node2/Makefile.in b/c/src/tests/mptests/mp03/node2/Makefile.in index c88e09a297..d0aa6fdcbf 100644 --- a/c/src/tests/mptests/mp03/node2/Makefile.in +++ b/c/src/tests/mptests/mp03/node2/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NODE=2 TEST=mp03 PGM=${ARCH}/$(TEST)-node$(NODE).exe @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/mptests/node$(NODE)/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/mptests/mp04/Makefile.in b/c/src/tests/mptests/mp04/Makefile.in index 9090167761..3cd108ecfb 100644 --- a/c/src/tests/mptests/mp04/Makefile.in +++ b/c/src/tests/mptests/mp04/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/tests/mptests/mp04/node1/Makefile.in b/c/src/tests/mptests/mp04/node1/Makefile.in index 7bb1301ebc..fdf8654843 100644 --- a/c/src/tests/mptests/mp04/node1/Makefile.in +++ b/c/src/tests/mptests/mp04/node1/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NODE=1 TEST=mp04 PGM=${ARCH}/$(TEST)-node$(NODE).exe @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/mptests/node$(NODE)/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/mptests/mp04/node2/Makefile.in b/c/src/tests/mptests/mp04/node2/Makefile.in index ca4efd0c26..e197ca0a2f 100644 --- a/c/src/tests/mptests/mp04/node2/Makefile.in +++ b/c/src/tests/mptests/mp04/node2/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NODE=2 TEST=mp04 PGM=${ARCH}/$(TEST)-node$(NODE).exe @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/mptests/node$(NODE)/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/mptests/mp05/Makefile.in b/c/src/tests/mptests/mp05/Makefile.in index 9090167761..3cd108ecfb 100644 --- a/c/src/tests/mptests/mp05/Makefile.in +++ b/c/src/tests/mptests/mp05/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/tests/mptests/mp05/node1/Makefile.in b/c/src/tests/mptests/mp05/node1/Makefile.in index ff8fdcb7f7..275d5f6a7b 100644 --- a/c/src/tests/mptests/mp05/node1/Makefile.in +++ b/c/src/tests/mptests/mp05/node1/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NODE=1 TEST=mp05 PGM=${ARCH}/$(TEST)-node$(NODE).exe @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/mptests/node$(NODE)/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/mptests/mp05/node2/Makefile.in b/c/src/tests/mptests/mp05/node2/Makefile.in index 81efd27b68..60572bccd5 100644 --- a/c/src/tests/mptests/mp05/node2/Makefile.in +++ b/c/src/tests/mptests/mp05/node2/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NODE=2 TEST=mp05 PGM=${ARCH}/$(TEST)-node$(NODE).exe @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/mptests/node$(NODE)/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/mptests/mp06/Makefile.in b/c/src/tests/mptests/mp06/Makefile.in index 9090167761..3cd108ecfb 100644 --- a/c/src/tests/mptests/mp06/Makefile.in +++ b/c/src/tests/mptests/mp06/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/tests/mptests/mp06/node1/Makefile.in b/c/src/tests/mptests/mp06/node1/Makefile.in index 80628ebbb4..2035cc8bc8 100644 --- a/c/src/tests/mptests/mp06/node1/Makefile.in +++ b/c/src/tests/mptests/mp06/node1/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NODE=1 TEST=mp06 PGM=${ARCH}/$(TEST)-node$(NODE).exe @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/mptests/node$(NODE)/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/mptests/mp06/node2/Makefile.in b/c/src/tests/mptests/mp06/node2/Makefile.in index ed9908f70c..13c554ec70 100644 --- a/c/src/tests/mptests/mp06/node2/Makefile.in +++ b/c/src/tests/mptests/mp06/node2/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NODE=2 TEST=mp06 PGM=${ARCH}/$(TEST)-node$(NODE).exe @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/mptests/node$(NODE)/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/mptests/mp07/Makefile.in b/c/src/tests/mptests/mp07/Makefile.in index 9090167761..3cd108ecfb 100644 --- a/c/src/tests/mptests/mp07/Makefile.in +++ b/c/src/tests/mptests/mp07/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/tests/mptests/mp07/node1/Makefile.in b/c/src/tests/mptests/mp07/node1/Makefile.in index 8344b15c0e..a2283f8ceb 100644 --- a/c/src/tests/mptests/mp07/node1/Makefile.in +++ b/c/src/tests/mptests/mp07/node1/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NODE=1 TEST=mp07 PGM=${ARCH}/$(TEST)-node$(NODE).exe @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/mptests/node$(NODE)/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/mptests/mp07/node2/Makefile.in b/c/src/tests/mptests/mp07/node2/Makefile.in index de4f73678d..4ac0c96993 100644 --- a/c/src/tests/mptests/mp07/node2/Makefile.in +++ b/c/src/tests/mptests/mp07/node2/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NODE=2 TEST=mp07 PGM=${ARCH}/$(TEST)-node$(NODE).exe @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/mptests/node$(NODE)/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/mptests/mp08/Makefile.in b/c/src/tests/mptests/mp08/Makefile.in index 9090167761..3cd108ecfb 100644 --- a/c/src/tests/mptests/mp08/Makefile.in +++ b/c/src/tests/mptests/mp08/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/tests/mptests/mp08/node1/Makefile.in b/c/src/tests/mptests/mp08/node1/Makefile.in index b87baa7e1c..09956fcce3 100644 --- a/c/src/tests/mptests/mp08/node1/Makefile.in +++ b/c/src/tests/mptests/mp08/node1/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NODE=1 TEST=mp08 PGM=${ARCH}/$(TEST)-node$(NODE).exe @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/mptests/node$(NODE)/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/mptests/mp08/node2/Makefile.in b/c/src/tests/mptests/mp08/node2/Makefile.in index f5fc63b7d9..19ff69c67f 100644 --- a/c/src/tests/mptests/mp08/node2/Makefile.in +++ b/c/src/tests/mptests/mp08/node2/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NODE=2 TEST=mp08 PGM=${ARCH}/$(TEST)-node$(NODE).exe @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/mptests/node$(NODE)/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/mptests/mp09/Makefile.in b/c/src/tests/mptests/mp09/Makefile.in index 9090167761..3cd108ecfb 100644 --- a/c/src/tests/mptests/mp09/Makefile.in +++ b/c/src/tests/mptests/mp09/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/tests/mptests/mp09/node1/Makefile.in b/c/src/tests/mptests/mp09/node1/Makefile.in index 917530d146..90f09d39c4 100644 --- a/c/src/tests/mptests/mp09/node1/Makefile.in +++ b/c/src/tests/mptests/mp09/node1/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NODE=1 TEST=mp09 PGM=${ARCH}/$(TEST)-node$(NODE).exe @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/mptests/node$(NODE)/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/mptests/mp09/node2/Makefile.in b/c/src/tests/mptests/mp09/node2/Makefile.in index ff9bba00dd..a0d3161e18 100644 --- a/c/src/tests/mptests/mp09/node2/Makefile.in +++ b/c/src/tests/mptests/mp09/node2/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NODE=2 TEST=mp09 PGM=${ARCH}/$(TEST)-node$(NODE).exe @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/mptests/node$(NODE)/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/mptests/mp10/Makefile.in b/c/src/tests/mptests/mp10/Makefile.in index 9090167761..3cd108ecfb 100644 --- a/c/src/tests/mptests/mp10/Makefile.in +++ b/c/src/tests/mptests/mp10/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/tests/mptests/mp10/node1/Makefile.in b/c/src/tests/mptests/mp10/node1/Makefile.in index c1d24ea13a..d2d895af87 100644 --- a/c/src/tests/mptests/mp10/node1/Makefile.in +++ b/c/src/tests/mptests/mp10/node1/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NODE=1 TEST=mp10 PGM=${ARCH}/$(TEST)-node$(NODE).exe @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/mptests/node$(NODE)/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/mptests/mp10/node2/Makefile.in b/c/src/tests/mptests/mp10/node2/Makefile.in index bb8f49d980..e878f9f47d 100644 --- a/c/src/tests/mptests/mp10/node2/Makefile.in +++ b/c/src/tests/mptests/mp10/node2/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NODE=2 TEST=mp10 PGM=${ARCH}/$(TEST)-node$(NODE).exe @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/mptests/node$(NODE)/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/mptests/mp11/Makefile.in b/c/src/tests/mptests/mp11/Makefile.in index 9090167761..3cd108ecfb 100644 --- a/c/src/tests/mptests/mp11/Makefile.in +++ b/c/src/tests/mptests/mp11/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/tests/mptests/mp11/node1/Makefile.in b/c/src/tests/mptests/mp11/node1/Makefile.in index ea6c2a2a81..22d1982612 100644 --- a/c/src/tests/mptests/mp11/node1/Makefile.in +++ b/c/src/tests/mptests/mp11/node1/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NODE=1 TEST=mp11 PGM=${ARCH}/$(TEST)-node$(NODE).exe @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/mptests/node$(NODE)/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/mptests/mp11/node2/Makefile.in b/c/src/tests/mptests/mp11/node2/Makefile.in index 0073e6f1d9..78a347f911 100644 --- a/c/src/tests/mptests/mp11/node2/Makefile.in +++ b/c/src/tests/mptests/mp11/node2/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NODE=2 TEST=mp11 PGM=${ARCH}/$(TEST)-node$(NODE).exe @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/mptests/node$(NODE)/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/mptests/mp12/Makefile.in b/c/src/tests/mptests/mp12/Makefile.in index 9090167761..3cd108ecfb 100644 --- a/c/src/tests/mptests/mp12/Makefile.in +++ b/c/src/tests/mptests/mp12/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/tests/mptests/mp12/node1/Makefile.in b/c/src/tests/mptests/mp12/node1/Makefile.in index 717cb67576..e8c92c7bd3 100644 --- a/c/src/tests/mptests/mp12/node1/Makefile.in +++ b/c/src/tests/mptests/mp12/node1/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NODE=1 TEST=mp12 PGM=${ARCH}/$(TEST)-node$(NODE).exe @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/mptests/node$(NODE)/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/mptests/mp12/node2/Makefile.in b/c/src/tests/mptests/mp12/node2/Makefile.in index 3d5865c98f..8815356d2a 100644 --- a/c/src/tests/mptests/mp12/node2/Makefile.in +++ b/c/src/tests/mptests/mp12/node2/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NODE=2 TEST=mp12 PGM=${ARCH}/$(TEST)-node$(NODE).exe @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/mptests/node$(NODE)/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/mptests/mp13/Makefile.in b/c/src/tests/mptests/mp13/Makefile.in index 9090167761..3cd108ecfb 100644 --- a/c/src/tests/mptests/mp13/Makefile.in +++ b/c/src/tests/mptests/mp13/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/tests/mptests/mp13/node1/Makefile.in b/c/src/tests/mptests/mp13/node1/Makefile.in index 6cf55facc8..5b1008ba81 100644 --- a/c/src/tests/mptests/mp13/node1/Makefile.in +++ b/c/src/tests/mptests/mp13/node1/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NODE=1 TEST=mp13 PGM=${ARCH}/$(TEST)-node$(NODE).exe @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/mptests/node$(NODE)/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/mptests/mp13/node2/Makefile.in b/c/src/tests/mptests/mp13/node2/Makefile.in index fa5b35cb79..603e7e57ad 100644 --- a/c/src/tests/mptests/mp13/node2/Makefile.in +++ b/c/src/tests/mptests/mp13/node2/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NODE=2 TEST=mp13 PGM=${ARCH}/$(TEST)-node$(NODE).exe @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/mptests/node$(NODE)/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/mptests/mp14/Makefile.in b/c/src/tests/mptests/mp14/Makefile.in index 9090167761..3cd108ecfb 100644 --- a/c/src/tests/mptests/mp14/Makefile.in +++ b/c/src/tests/mptests/mp14/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/tests/mptests/mp14/node1/Makefile.in b/c/src/tests/mptests/mp14/node1/Makefile.in index 4129e7d526..5f6295871c 100644 --- a/c/src/tests/mptests/mp14/node1/Makefile.in +++ b/c/src/tests/mptests/mp14/node1/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NODE=1 TEST=mp14 PGM=${ARCH}/$(TEST)-node$(NODE).exe @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/mptests/node$(NODE)/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/mptests/mp14/node2/Makefile.in b/c/src/tests/mptests/mp14/node2/Makefile.in index 6ebe8cba4b..64cb02d5bc 100644 --- a/c/src/tests/mptests/mp14/node2/Makefile.in +++ b/c/src/tests/mptests/mp14/node2/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NODE=2 TEST=mp14 PGM=${ARCH}/$(TEST)-node$(NODE).exe @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/mptests/node$(NODE)/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/psxtests/Makefile.in b/c/src/tests/psxtests/Makefile.in index d15686beef..9b5fc79e2f 100644 --- a/c/src/tests/psxtests/Makefile.in +++ b/c/src/tests/psxtests/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/tests/psxtests/psx01/Makefile.in b/c/src/tests/psxtests/psx01/Makefile.in index e6508310f7..ed7cfb6175 100644 --- a/c/src/tests/psxtests/psx01/Makefile.in +++ b/c/src/tests/psxtests/psx01/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=psx01 MANAGERS=all @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/psxtests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/psxtests/psx02/Makefile.in b/c/src/tests/psxtests/psx02/Makefile.in index 4f8d77c334..ff336d6210 100644 --- a/c/src/tests/psxtests/psx02/Makefile.in +++ b/c/src/tests/psxtests/psx02/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=psx02 MANAGERS=all @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/psxtests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/psxtests/psx03/Makefile.in b/c/src/tests/psxtests/psx03/Makefile.in index c3d0ef7fba..532a42a7bc 100644 --- a/c/src/tests/psxtests/psx03/Makefile.in +++ b/c/src/tests/psxtests/psx03/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=psx03 MANAGERS=all @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/psxtests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/psxtests/psx04/Makefile.in b/c/src/tests/psxtests/psx04/Makefile.in index 92aff63d8a..3079d11d6c 100644 --- a/c/src/tests/psxtests/psx04/Makefile.in +++ b/c/src/tests/psxtests/psx04/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=psx04 MANAGERS=all @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/psxtests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/psxtests/psx05/Makefile.in b/c/src/tests/psxtests/psx05/Makefile.in index af3157e227..0dd2e8ad0f 100644 --- a/c/src/tests/psxtests/psx05/Makefile.in +++ b/c/src/tests/psxtests/psx05/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=psx05 MANAGERS=all @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/psxtests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/psxtests/psx06/Makefile.in b/c/src/tests/psxtests/psx06/Makefile.in index 578fbeffd7..2febb4b5b8 100644 --- a/c/src/tests/psxtests/psx06/Makefile.in +++ b/c/src/tests/psxtests/psx06/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=psx06 MANAGERS=all @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/psxtests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/psxtests/psx07/Makefile.in b/c/src/tests/psxtests/psx07/Makefile.in index 10f3b00851..e917b4719a 100644 --- a/c/src/tests/psxtests/psx07/Makefile.in +++ b/c/src/tests/psxtests/psx07/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=psx07 MANAGERS=all @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/psxtests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/psxtests/psx08/Makefile.in b/c/src/tests/psxtests/psx08/Makefile.in index 3eba288f92..940d82afe9 100644 --- a/c/src/tests/psxtests/psx08/Makefile.in +++ b/c/src/tests/psxtests/psx08/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=psx08 MANAGERS=all @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/psxtests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/psxtests/psx09/Makefile.in b/c/src/tests/psxtests/psx09/Makefile.in index 09eadef72d..55d0f428fc 100644 --- a/c/src/tests/psxtests/psx09/Makefile.in +++ b/c/src/tests/psxtests/psx09/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=psx09 MANAGERS=all @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/psxtests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/psxtests/psx10/Makefile.in b/c/src/tests/psxtests/psx10/Makefile.in index a65b61bbd8..e405de03cb 100644 --- a/c/src/tests/psxtests/psx10/Makefile.in +++ b/c/src/tests/psxtests/psx10/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=psx10 MANAGERS=all @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/psxtests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/psxtests/psx11/Makefile.in b/c/src/tests/psxtests/psx11/Makefile.in index 96881f8a2b..2ab1291c5b 100644 --- a/c/src/tests/psxtests/psx11/Makefile.in +++ b/c/src/tests/psxtests/psx11/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=psx11 MANAGERS=all @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/psxtests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/psxtests/psx12/Makefile.in b/c/src/tests/psxtests/psx12/Makefile.in index f2ea2915bb..ec265c0c9b 100644 --- a/c/src/tests/psxtests/psx12/Makefile.in +++ b/c/src/tests/psxtests/psx12/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=psx12 MANAGERS=all @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/psxtests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/psxtests/psx13/Makefile.in b/c/src/tests/psxtests/psx13/Makefile.in index a4fd19b36a..45dc0ac2e4 100644 --- a/c/src/tests/psxtests/psx13/Makefile.in +++ b/c/src/tests/psxtests/psx13/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=psx13 MANAGERS=all @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/psxtests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/psxtests/psxfile01/Makefile.in b/c/src/tests/psxtests/psxfile01/Makefile.in index 142298799a..2adbce89e9 100644 --- a/c/src/tests/psxtests/psxfile01/Makefile.in +++ b/c/src/tests/psxtests/psxfile01/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/../filesupp RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=psxfile01 MANAGERS=all @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/psxtests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/psxtests/psxfile02/Makefile.in b/c/src/tests/psxtests/psxfile02/Makefile.in index e4f9f17576..f3b693f8be 100644 --- a/c/src/tests/psxtests/psxfile02/Makefile.in +++ b/c/src/tests/psxtests/psxfile02/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=psxfile02 MANAGERS=all @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/psxtests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/psxtests/psxhdrs/Makefile.in b/c/src/tests/psxtests/psxhdrs/Makefile.in index a47ffccb4f..def898986f 100644 --- a/c/src/tests/psxtests/psxhdrs/Makefile.in +++ b/c/src/tests/psxtests/psxhdrs/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + # C source names, if any, go here -- minus the C_PIECES=\ clock01 clock02 clock03 clock04 clock05 \ diff --git a/c/src/tests/psxtests/psxmount/Makefile.in b/c/src/tests/psxtests/psxmount/Makefile.in index f0d0443e9b..61fb54f41d 100644 --- a/c/src/tests/psxtests/psxmount/Makefile.in +++ b/c/src/tests/psxtests/psxmount/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=psxmount MANAGERS=all @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/psxtests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/psxtests/psxreaddir/Makefile.in b/c/src/tests/psxtests/psxreaddir/Makefile.in index 86077c4240..50dd38b7c2 100644 --- a/c/src/tests/psxtests/psxreaddir/Makefile.in +++ b/c/src/tests/psxtests/psxreaddir/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=psxreaddir MANAGERS=all @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/psxtests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/psxtests/psxstat/Makefile.in b/c/src/tests/psxtests/psxstat/Makefile.in index 4a185e02fe..a7b6575e15 100644 --- a/c/src/tests/psxtests/psxstat/Makefile.in +++ b/c/src/tests/psxtests/psxstat/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=psxstat MANAGERS=all @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/psxtests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/psxtests/psxtime/Makefile.in b/c/src/tests/psxtests/psxtime/Makefile.in index 7aa1922836..f6863d83af 100644 --- a/c/src/tests/psxtests/psxtime/Makefile.in +++ b/c/src/tests/psxtests/psxtime/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=psxtime MANAGERS=all @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/psxtests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/psxtests/psxtimer/Makefile.in b/c/src/tests/psxtests/psxtimer/Makefile.in index bcfa84bf4c..435bec00cd 100644 --- a/c/src/tests/psxtests/psxtimer/Makefile.in +++ b/c/src/tests/psxtests/psxtimer/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=psxtimer MANAGERS=all @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/psxtests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/psxtests/support/Makefile.in b/c/src/tests/psxtests/support/Makefile.in index c6e08f919c..d3cb78f36e 100644 --- a/c/src/tests/psxtests/support/Makefile.in +++ b/c/src/tests/psxtests/support/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/tests/psxtests/support/include/Makefile.in b/c/src/tests/psxtests/support/include/Makefile.in index bf79747aff..6bf593fcfb 100644 --- a/c/src/tests/psxtests/support/include/Makefile.in +++ b/c/src/tests/psxtests/support/include/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + H_FILES= $(srcdir)/pmacros.h SYS_H_FILES= @@ -21,6 +23,6 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE) -# $(INSTALL) -m 444 $(SYS_H_FILES) $(PROJECT_INCLUDE)/sys + $(INSTALL_CHANGE) -m 444 $(H_FILES) $(PROJECT_INCLUDE) +# $(INSTALL_CHANGE) -m 444 $(SYS_H_FILES) $(PROJECT_INCLUDE)/sys diff --git a/c/src/tests/samples/Makefile.in b/c/src/tests/samples/Makefile.in index a76b6478f7..8f8397fef4 100644 --- a/c/src/tests/samples/Makefile.in +++ b/c/src/tests/samples/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/tests/samples/base_mp/Makefile.in b/c/src/tests/samples/base_mp/Makefile.in index 9090167761..3cd108ecfb 100644 --- a/c/src/tests/samples/base_mp/Makefile.in +++ b/c/src/tests/samples/base_mp/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/tests/samples/base_mp/node1/Makefile.in b/c/src/tests/samples/base_mp/node1/Makefile.in index c0f6a761b5..55792471c8 100644 --- a/c/src/tests/samples/base_mp/node1/Makefile.in +++ b/c/src/tests/samples/base_mp/node1/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NODE=1 SAMPLE=base_mp PGM=${ARCH}/$(SAMPLE)-node$(NODE).exe diff --git a/c/src/tests/samples/base_mp/node2/Makefile.in b/c/src/tests/samples/base_mp/node2/Makefile.in index 67c98aeeef..3df7ea1014 100644 --- a/c/src/tests/samples/base_mp/node2/Makefile.in +++ b/c/src/tests/samples/base_mp/node2/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NODE=2 SAMPLE=base_mp PGM=${ARCH}/$(SAMPLE)-node$(NODE).exe diff --git a/c/src/tests/samples/base_sp/Makefile.in b/c/src/tests/samples/base_sp/Makefile.in index 50630816f4..fd16719911 100644 --- a/c/src/tests/samples/base_sp/Makefile.in +++ b/c/src/tests/samples/base_sp/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + SAMPLE=base_sp PGM=${ARCH}/$(SAMPLE).exe diff --git a/c/src/tests/samples/cdtest/Makefile.in b/c/src/tests/samples/cdtest/Makefile.in index f8619da48c..ae53a575f6 100644 --- a/c/src/tests/samples/cdtest/Makefile.in +++ b/c/src/tests/samples/cdtest/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + SAMPLE=cdtest PGM=${ARCH}/$(SAMPLE).exe diff --git a/c/src/tests/samples/hello/Makefile.in b/c/src/tests/samples/hello/Makefile.in index f556dd49e3..e839e9d3dd 100644 --- a/c/src/tests/samples/hello/Makefile.in +++ b/c/src/tests/samples/hello/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + SAMPLE=hello PGM=${ARCH}/$(SAMPLE).exe diff --git a/c/src/tests/samples/paranoia/Makefile.in b/c/src/tests/samples/paranoia/Makefile.in index 907d4aeefe..e65ad966dc 100644 --- a/c/src/tests/samples/paranoia/Makefile.in +++ b/c/src/tests/samples/paranoia/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + SAMPLE=paranoia PGM=${ARCH}/$(SAMPLE).exe diff --git a/c/src/tests/samples/ticker/Makefile.in b/c/src/tests/samples/ticker/Makefile.in index 2a37a918a9..3910ce175c 100644 --- a/c/src/tests/samples/ticker/Makefile.in +++ b/c/src/tests/samples/ticker/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + SAMPLE=ticker PGM=${ARCH}/$(SAMPLE).exe diff --git a/c/src/tests/sptests/Makefile.in b/c/src/tests/sptests/Makefile.in index 66749ecda6..36acd3092a 100644 --- a/c/src/tests/sptests/Makefile.in +++ b/c/src/tests/sptests/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/tests/sptests/sp01/Makefile.in b/c/src/tests/sptests/sp01/Makefile.in index 82f9a0292c..6ee63bb489 100644 --- a/c/src/tests/sptests/sp01/Makefile.in +++ b/c/src/tests/sptests/sp01/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=sp01 MANAGERS=io @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/sptests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/sptests/sp02/Makefile.in b/c/src/tests/sptests/sp02/Makefile.in index c575cc532b..fb900aa394 100644 --- a/c/src/tests/sptests/sp02/Makefile.in +++ b/c/src/tests/sptests/sp02/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=sp02 MANAGERS=io @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/sptests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/sptests/sp03/Makefile.in b/c/src/tests/sptests/sp03/Makefile.in index aff787ea30..ded15a6175 100644 --- a/c/src/tests/sptests/sp03/Makefile.in +++ b/c/src/tests/sptests/sp03/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=sp03 MANAGERS=io @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/sptests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/sptests/sp04/Makefile.in b/c/src/tests/sptests/sp04/Makefile.in index 381b5bd73a..9e05d1983c 100644 --- a/c/src/tests/sptests/sp04/Makefile.in +++ b/c/src/tests/sptests/sp04/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=sp04 MANAGERS=io @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/sptests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/sptests/sp05/Makefile.in b/c/src/tests/sptests/sp05/Makefile.in index f3cc475d57..f65f8c82ff 100644 --- a/c/src/tests/sptests/sp05/Makefile.in +++ b/c/src/tests/sptests/sp05/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=sp05 MANAGERS=io @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/sptests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/sptests/sp06/Makefile.in b/c/src/tests/sptests/sp06/Makefile.in index 149767ba11..b95ba74acc 100644 --- a/c/src/tests/sptests/sp06/Makefile.in +++ b/c/src/tests/sptests/sp06/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=sp06 MANAGERS=io @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/sptests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/sptests/sp07/Makefile.in b/c/src/tests/sptests/sp07/Makefile.in index bd56649dd7..25a32ac117 100644 --- a/c/src/tests/sptests/sp07/Makefile.in +++ b/c/src/tests/sptests/sp07/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=sp07 MANAGERS=io @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/sptests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/sptests/sp08/Makefile.in b/c/src/tests/sptests/sp08/Makefile.in index 3f77248cc8..0a2f5ac019 100644 --- a/c/src/tests/sptests/sp08/Makefile.in +++ b/c/src/tests/sptests/sp08/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=sp08 MANAGERS=io @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/sptests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/sptests/sp09/Makefile.in b/c/src/tests/sptests/sp09/Makefile.in index 67da5d97bd..cba4f11ff8 100644 --- a/c/src/tests/sptests/sp09/Makefile.in +++ b/c/src/tests/sptests/sp09/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=sp09 MANAGERS=io message dual_ported_memory event multi_processor \ @@ -59,7 +61,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/sptests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/sptests/sp11/Makefile.in b/c/src/tests/sptests/sp11/Makefile.in index 6d1eca6b35..2914cf5b95 100644 --- a/c/src/tests/sptests/sp11/Makefile.in +++ b/c/src/tests/sptests/sp11/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=sp11 MANAGERS=io event timer @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/sptests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/sptests/sp12/Makefile.in b/c/src/tests/sptests/sp12/Makefile.in index b472a94841..49312147c3 100644 --- a/c/src/tests/sptests/sp12/Makefile.in +++ b/c/src/tests/sptests/sp12/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=sp12 MANAGERS=io semaphore @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/sptests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/sptests/sp13/Makefile.in b/c/src/tests/sptests/sp13/Makefile.in index 2bee0da020..5cc7604262 100644 --- a/c/src/tests/sptests/sp13/Makefile.in +++ b/c/src/tests/sptests/sp13/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=sp13 MANAGERS=io message @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/sptests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/sptests/sp14/Makefile.in b/c/src/tests/sptests/sp14/Makefile.in index 486c2ebc63..e1020b292c 100644 --- a/c/src/tests/sptests/sp14/Makefile.in +++ b/c/src/tests/sptests/sp14/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=sp14 MANAGERS=io signal timer @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/sptests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/sptests/sp15/Makefile.in b/c/src/tests/sptests/sp15/Makefile.in index 8bc3f93e5c..d5eb9340ca 100644 --- a/c/src/tests/sptests/sp15/Makefile.in +++ b/c/src/tests/sptests/sp15/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=sp15 MANAGERS=io partition @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/sptests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/sptests/sp16/Makefile.in b/c/src/tests/sptests/sp16/Makefile.in index f818b5a041..1b0cb7a397 100644 --- a/c/src/tests/sptests/sp16/Makefile.in +++ b/c/src/tests/sptests/sp16/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=sp16 MANAGERS=io region @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/sptests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/sptests/sp17/Makefile.in b/c/src/tests/sptests/sp17/Makefile.in index c76375ccab..3e842c64c0 100644 --- a/c/src/tests/sptests/sp17/Makefile.in +++ b/c/src/tests/sptests/sp17/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=sp17 MANAGERS=io signal @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/sptests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/sptests/sp19/Makefile.in b/c/src/tests/sptests/sp19/Makefile.in index 606ab65d14..21bed11422 100644 --- a/c/src/tests/sptests/sp19/Makefile.in +++ b/c/src/tests/sptests/sp19/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=sp19 MANAGERS=io @@ -57,7 +59,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/sptests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/sptests/sp20/Makefile.in b/c/src/tests/sptests/sp20/Makefile.in index eb60bc8930..1f83222d6a 100644 --- a/c/src/tests/sptests/sp20/Makefile.in +++ b/c/src/tests/sptests/sp20/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=sp20 MANAGERS=io rate_monotonic @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/sptests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/sptests/sp21/Makefile.in b/c/src/tests/sptests/sp21/Makefile.in index c871405e79..d1e2540620 100644 --- a/c/src/tests/sptests/sp21/Makefile.in +++ b/c/src/tests/sptests/sp21/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=sp21 MANAGERS=io @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/sptests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/sptests/sp22/Makefile.in b/c/src/tests/sptests/sp22/Makefile.in index a53f032e32..43aa41c5fc 100644 --- a/c/src/tests/sptests/sp22/Makefile.in +++ b/c/src/tests/sptests/sp22/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=sp22 MANAGERS=io timer @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/sptests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/sptests/sp23/Makefile.in b/c/src/tests/sptests/sp23/Makefile.in index b8d5dc89f0..a053e33c3c 100644 --- a/c/src/tests/sptests/sp23/Makefile.in +++ b/c/src/tests/sptests/sp23/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=sp23 MANAGERS=io dual_ported_memory @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/sptests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/sptests/sp24/Makefile.in b/c/src/tests/sptests/sp24/Makefile.in index a30c1a475b..ed2407959c 100644 --- a/c/src/tests/sptests/sp24/Makefile.in +++ b/c/src/tests/sptests/sp24/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=sp24 MANAGERS=io event timer @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/sptests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/sptests/sp25/Makefile.in b/c/src/tests/sptests/sp25/Makefile.in index a065dbd6be..e03e973253 100644 --- a/c/src/tests/sptests/sp25/Makefile.in +++ b/c/src/tests/sptests/sp25/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=sp25 MANAGERS=io region @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/sptests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/sptests/spfatal/Makefile.in b/c/src/tests/sptests/spfatal/Makefile.in index e44b222619..84c065d441 100644 --- a/c/src/tests/sptests/spfatal/Makefile.in +++ b/c/src/tests/sptests/spfatal/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=spfatal MANAGERS=io @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/sptests//$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/sptests/spsize/Makefile.in b/c/src/tests/sptests/spsize/Makefile.in index bf8ae8f835..0df28df53f 100644 --- a/c/src/tests/sptests/spsize/Makefile.in +++ b/c/src/tests/sptests/spsize/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + MANAGERS=io # C source names, if any, go here -- minus the .c diff --git a/c/src/tests/support/Makefile.in b/c/src/tests/support/Makefile.in index d67efb6814..49dded11f1 100644 --- a/c/src/tests/support/Makefile.in +++ b/c/src/tests/support/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/tests/support/include/Makefile.in b/c/src/tests/support/include/Makefile.in index 30e7468784..dbca2bad6e 100644 --- a/c/src/tests/support/include/Makefile.in +++ b/c/src/tests/support/include/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + H_FILES= $(srcdir)/tmacros.h SYS_H_FILES= @@ -21,6 +23,6 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE) - $(INSTALL) -m 444 $(SYS_H_FILES) $(PROJECT_INCLUDE)/sys + $(INSTALL_CHANGE) -m 444 $(H_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(SYS_H_FILES) $(PROJECT_INCLUDE)/sys diff --git a/c/src/tests/support/stubdr/Makefile.in b/c/src/tests/support/stubdr/Makefile.in index 3676d2b650..a7f67c89a3 100644 --- a/c/src/tests/support/stubdr/Makefile.in +++ b/c/src/tests/support/stubdr/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/stubdr.rel # C source names, if any, go here -- minus the .c @@ -54,5 +56,5 @@ ${PGM}: ${SRCS} ${OBJS} $(make-rel) all: ${ARCH} $(SRCS) $(PGM) - $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(H_FILES) $(PROJECT_INCLUDE) $(INSTALL_VARIANT) -m 644 $(PGM) ${PROJECT_RELEASE}/lib diff --git a/c/src/tests/support/wrapup/Makefile.in b/c/src/tests/support/wrapup/Makefile.in index 31f78c914b..cc8afc8154 100644 --- a/c/src/tests/support/wrapup/Makefile.in +++ b/c/src/tests/support/wrapup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + GENERIC_PIECES=stubdr # bummer; have to use $foreach since % pattern subst rules only replace 1x diff --git a/c/src/tests/tmtests/Makefile.in b/c/src/tests/tmtests/Makefile.in index c381a590c2..7d3a1c8055 100644 --- a/c/src/tests/tmtests/Makefile.in +++ b/c/src/tests/tmtests/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/tests/tmtests/include/Makefile.in b/c/src/tests/tmtests/include/Makefile.in index ad9869bf96..207d68d649 100644 --- a/c/src/tests/tmtests/include/Makefile.in +++ b/c/src/tests/tmtests/include/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + H_FILES= $(srcdir)/timesys.h SYS_H_FILES= @@ -21,6 +23,6 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE) - $(INSTALL) -m 444 $(SYS_H_FILES) $(PROJECT_INCLUDE)/sys + $(INSTALL_CHANGE) -m 444 $(H_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(SYS_H_FILES) $(PROJECT_INCLUDE)/sys diff --git a/c/src/tests/tmtests/tm01/Makefile.in b/c/src/tests/tmtests/tm01/Makefile.in index 106ffc1074..7166c8ee58 100644 --- a/c/src/tests/tmtests/tm01/Makefile.in +++ b/c/src/tests/tmtests/tm01/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tm01 MANAGERS=io semaphore diff --git a/c/src/tests/tmtests/tm02/Makefile.in b/c/src/tests/tmtests/tm02/Makefile.in index 00d88c3098..72a37e690a 100644 --- a/c/src/tests/tmtests/tm02/Makefile.in +++ b/c/src/tests/tmtests/tm02/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tm02 MANAGERS=io semaphore diff --git a/c/src/tests/tmtests/tm03/Makefile.in b/c/src/tests/tmtests/tm03/Makefile.in index b79d3779b0..64157edf91 100644 --- a/c/src/tests/tmtests/tm03/Makefile.in +++ b/c/src/tests/tmtests/tm03/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tm03 MANAGERS=io semaphore diff --git a/c/src/tests/tmtests/tm04/Makefile.in b/c/src/tests/tmtests/tm04/Makefile.in index 22af1721f4..f49aa60384 100644 --- a/c/src/tests/tmtests/tm04/Makefile.in +++ b/c/src/tests/tmtests/tm04/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tm04 MANAGERS=io semaphore diff --git a/c/src/tests/tmtests/tm05/Makefile.in b/c/src/tests/tmtests/tm05/Makefile.in index ca9177854f..4e816bffc9 100644 --- a/c/src/tests/tmtests/tm05/Makefile.in +++ b/c/src/tests/tmtests/tm05/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tm05 MANAGERS=io diff --git a/c/src/tests/tmtests/tm06/Makefile.in b/c/src/tests/tmtests/tm06/Makefile.in index 48f0041d95..e835cfb03f 100644 --- a/c/src/tests/tmtests/tm06/Makefile.in +++ b/c/src/tests/tmtests/tm06/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tm06 MANAGERS=io diff --git a/c/src/tests/tmtests/tm07/Makefile.in b/c/src/tests/tmtests/tm07/Makefile.in index af170e9095..33c882d628 100644 --- a/c/src/tests/tmtests/tm07/Makefile.in +++ b/c/src/tests/tmtests/tm07/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tm07 MANAGERS=io diff --git a/c/src/tests/tmtests/tm08/Makefile.in b/c/src/tests/tmtests/tm08/Makefile.in index 3080df91f4..881d8e5517 100644 --- a/c/src/tests/tmtests/tm08/Makefile.in +++ b/c/src/tests/tmtests/tm08/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tm08 MANAGERS=io diff --git a/c/src/tests/tmtests/tm09/Makefile.in b/c/src/tests/tmtests/tm09/Makefile.in index d6af7f56fb..fceea2ea40 100644 --- a/c/src/tests/tmtests/tm09/Makefile.in +++ b/c/src/tests/tmtests/tm09/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tm09 MANAGERS=io message diff --git a/c/src/tests/tmtests/tm10/Makefile.in b/c/src/tests/tmtests/tm10/Makefile.in index 7d6654249e..7b4a5f0269 100644 --- a/c/src/tests/tmtests/tm10/Makefile.in +++ b/c/src/tests/tmtests/tm10/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tm10 MANAGERS=io message diff --git a/c/src/tests/tmtests/tm11/Makefile.in b/c/src/tests/tmtests/tm11/Makefile.in index f9871da2d8..20be4ab3a0 100644 --- a/c/src/tests/tmtests/tm11/Makefile.in +++ b/c/src/tests/tmtests/tm11/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tm11 MANAGERS=io message diff --git a/c/src/tests/tmtests/tm12/Makefile.in b/c/src/tests/tmtests/tm12/Makefile.in index dc09233b53..45d6527728 100644 --- a/c/src/tests/tmtests/tm12/Makefile.in +++ b/c/src/tests/tmtests/tm12/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tm12 MANAGERS=io message diff --git a/c/src/tests/tmtests/tm13/Makefile.in b/c/src/tests/tmtests/tm13/Makefile.in index b6242c7d08..5f6cfe913d 100644 --- a/c/src/tests/tmtests/tm13/Makefile.in +++ b/c/src/tests/tmtests/tm13/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tm13 MANAGERS=io message diff --git a/c/src/tests/tmtests/tm14/Makefile.in b/c/src/tests/tmtests/tm14/Makefile.in index 44fe651e53..7b05bec011 100644 --- a/c/src/tests/tmtests/tm14/Makefile.in +++ b/c/src/tests/tmtests/tm14/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tm14 MANAGERS=io message diff --git a/c/src/tests/tmtests/tm15/Makefile.in b/c/src/tests/tmtests/tm15/Makefile.in index 05f5d7696a..884066f468 100644 --- a/c/src/tests/tmtests/tm15/Makefile.in +++ b/c/src/tests/tmtests/tm15/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tm15 MANAGERS=io event diff --git a/c/src/tests/tmtests/tm16/Makefile.in b/c/src/tests/tmtests/tm16/Makefile.in index b42ea2af7b..b91aa41e8b 100644 --- a/c/src/tests/tmtests/tm16/Makefile.in +++ b/c/src/tests/tmtests/tm16/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tm16 MANAGERS=io event diff --git a/c/src/tests/tmtests/tm17/Makefile.in b/c/src/tests/tmtests/tm17/Makefile.in index 2e6a0bea66..9c8e8029a2 100644 --- a/c/src/tests/tmtests/tm17/Makefile.in +++ b/c/src/tests/tmtests/tm17/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tm17 MANAGERS=io diff --git a/c/src/tests/tmtests/tm18/Makefile.in b/c/src/tests/tmtests/tm18/Makefile.in index 6669ab25c9..d643b94192 100644 --- a/c/src/tests/tmtests/tm18/Makefile.in +++ b/c/src/tests/tmtests/tm18/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tm18 MANAGERS=io diff --git a/c/src/tests/tmtests/tm19/Makefile.in b/c/src/tests/tmtests/tm19/Makefile.in index 7b1d0c9bb6..f3126e8bcf 100644 --- a/c/src/tests/tmtests/tm19/Makefile.in +++ b/c/src/tests/tmtests/tm19/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tm19 MANAGERS=io signal diff --git a/c/src/tests/tmtests/tm20/Makefile.in b/c/src/tests/tmtests/tm20/Makefile.in index 534795e747..5d65d6656a 100644 --- a/c/src/tests/tmtests/tm20/Makefile.in +++ b/c/src/tests/tmtests/tm20/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tm20 MANAGERS=io partition region diff --git a/c/src/tests/tmtests/tm21/Makefile.in b/c/src/tests/tmtests/tm21/Makefile.in index 020560c506..2c3c6ca88f 100644 --- a/c/src/tests/tmtests/tm21/Makefile.in +++ b/c/src/tests/tmtests/tm21/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tm21 MANAGERS=io dpmem message partition region semaphore rate_monotonic timer diff --git a/c/src/tests/tmtests/tm22/Makefile.in b/c/src/tests/tmtests/tm22/Makefile.in index 54e4aca990..0b6063811b 100644 --- a/c/src/tests/tmtests/tm22/Makefile.in +++ b/c/src/tests/tmtests/tm22/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tm22 MANAGERS=io message diff --git a/c/src/tests/tmtests/tm23/Makefile.in b/c/src/tests/tmtests/tm23/Makefile.in index 6838580789..1f186c25c8 100644 --- a/c/src/tests/tmtests/tm23/Makefile.in +++ b/c/src/tests/tmtests/tm23/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tm23 MANAGERS=io event timer diff --git a/c/src/tests/tmtests/tm24/Makefile.in b/c/src/tests/tmtests/tm24/Makefile.in index 1b7b463eb4..c260514bdd 100644 --- a/c/src/tests/tmtests/tm24/Makefile.in +++ b/c/src/tests/tmtests/tm24/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tm24 MANAGERS=io message diff --git a/c/src/tests/tmtests/tm25/Makefile.in b/c/src/tests/tmtests/tm25/Makefile.in index 0a2809bf8d..2062b70ac0 100644 --- a/c/src/tests/tmtests/tm25/Makefile.in +++ b/c/src/tests/tmtests/tm25/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tm25 MANAGERS=io semaphore diff --git a/c/src/tests/tmtests/tm26/Makefile.in b/c/src/tests/tmtests/tm26/Makefile.in index cab9d13b1a..a9637da064 100644 --- a/c/src/tests/tmtests/tm26/Makefile.in +++ b/c/src/tests/tmtests/tm26/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tm26 MANAGERS=io semaphore diff --git a/c/src/tests/tmtests/tm27/Makefile.in b/c/src/tests/tmtests/tm27/Makefile.in index 87a08bbcf9..8c8eeecf85 100644 --- a/c/src/tests/tmtests/tm27/Makefile.in +++ b/c/src/tests/tmtests/tm27/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tm27 MANAGERS=io diff --git a/c/src/tests/tmtests/tm28/Makefile.in b/c/src/tests/tmtests/tm28/Makefile.in index 44bb5a21d7..ef12decc90 100644 --- a/c/src/tests/tmtests/tm28/Makefile.in +++ b/c/src/tests/tmtests/tm28/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tm28 MANAGERS=io dpmem diff --git a/c/src/tests/tmtests/tm29/Makefile.in b/c/src/tests/tmtests/tm29/Makefile.in index d55070a540..7b5284edf6 100644 --- a/c/src/tests/tmtests/tm29/Makefile.in +++ b/c/src/tests/tmtests/tm29/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tm29 MANAGERS=io rate_monotonic diff --git a/c/src/tests/tmtests/tmck/Makefile.in b/c/src/tests/tmtests/tmck/Makefile.in index ed39cab9b6..e4b997d1e1 100644 --- a/c/src/tests/tmtests/tmck/Makefile.in +++ b/c/src/tests/tmtests/tmck/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tmck MANAGERS=io diff --git a/c/src/tests/tmtests/tmoverhd/Makefile.in b/c/src/tests/tmtests/tmoverhd/Makefile.in index d16061a4f3..ca6650cba7 100644 --- a/c/src/tests/tmtests/tmoverhd/Makefile.in +++ b/c/src/tests/tmtests/tmoverhd/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tmoverhd MANAGERS=io diff --git a/c/src/tests/tools/Makefile.in b/c/src/tests/tools/Makefile.in index 6dba1f38f6..72d96812df 100644 --- a/c/src/tests/tools/Makefile.in +++ b/c/src/tests/tools/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/tests/tools/generic/Makefile.in b/c/src/tests/tools/generic/Makefile.in index 283fdd7740..57abac3391 100644 --- a/c/src/tests/tools/generic/Makefile.in +++ b/c/src/tests/tools/generic/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/leaf.cfg diff --git a/c/src/wrapup/Makefile.in b/c/src/wrapup/Makefile.in index d3e0f76ac9..55dc09a641 100644 --- a/c/src/wrapup/Makefile.in +++ b/c/src/wrapup/Makefile.in @@ -10,6 +10,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/lib.cfg diff --git a/c/update-tools/Makefile.in b/c/update-tools/Makefile.in index 45e3e63515..2bd9896aa6 100644 --- a/c/update-tools/Makefile.in +++ b/c/update-tools/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/rtems.cfg @@ -31,13 +33,13 @@ INSTALLED_DATA=$(MISC_SUPPORT:%=$(DESTDIR)/%) all: $(PGMS) $(DESTDIR): - @INSTALL@ $(INSTDIRFLAGS) $@ + @top_srcdir@/mkinstalldirs $@ $(INSTALLED_PGMS): $(PGMS) - @INSTALL@ $(INSTBINFLAGS) $^ $(DESTDIR) + $(INSTALL) $(INSTBINFLAGS) $^ $(DESTDIR) $(INSTALLED_DATA): $(MISC_SUPPORT) - @INSTALL@ $(INSTDATAFLAGS) $^ $(DESTDIR) + $(INSTALL) $(INSTDATAFLAGS) $^ $(DESTDIR) install: $(DESTDIR) $(INSTALLED_PGMS) $(INSTALLED_DATA) diff --git a/make/Makefile.in b/make/Makefile.in index ea5220009c..8be497fb4f 100644 --- a/make/Makefile.in +++ b/make/Makefile.in @@ -11,6 +11,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/leaf.cfg @@ -58,7 +60,7 @@ get: retrieve all: $(prefix)/rtems: - @INSTALL@ $(INSTDIRFLAGS) $@ + @top_srcdir@/mkinstalldirs $@ install: $(prefix)/rtems \ $(prefix)/rtems/make \ @@ -68,30 +70,30 @@ install: $(prefix)/rtems \ install_files $(prefix)/rtems/make: - @INSTALL@ $(INSTDIRFLAGS) $@ + @top_srcdir@/mkinstalldirs $@ install_files:: $(GENERIC_FILES) $(MAKEFILES) - @INSTALL@ $(INSTDATAFLAGS) $^ \ + $(INSTALL) $(INSTDATAFLAGS) $^ \ $(prefix)/rtems/make $(prefix)/rtems/make/compilers: - @INSTALL@ $(INSTDIRFLAGS) $@ + @top_srcdir@/mkinstalldirs $@ install_files:: $(COMPILER_FILES) - @INSTALL@ $(INSTDATAFLAGS) $^ \ + $(INSTALL) $(INSTDATAFLAGS) $^ \ $(prefix)/rtems/make/compilers $(prefix)/rtems/make/custom: - @INSTALL@ $(INSTDIRFLAGS) $@ + @top_srcdir@/mkinstalldirs $@ install_files:: $(CUSTOM_FILES) - @INSTALL@ $(INSTDATAFLAGS) $^ \ + $(INSTALL) $(INSTDATAFLAGS) $^ \ $(prefix)/rtems/make/custom $(prefix)/rtems/make/Templates: - @INSTALL@ $(INSTDIRFLAGS) $@ + @top_srcdir@/mkinstalldirs $@ install_files:: $(TEMPLATE_FILES) - @INSTALL@ $(INSTDATAFLAGS) $^ \ + $(INSTALL) $(INSTDATAFLAGS) $^ \ $(prefix)/rtems/make/Templates diff --git a/make/Templates/Makefile.leaf b/make/Templates/Makefile.leaf index d03155231d..b4c879529f 100644 --- a/make/Templates/Makefile.leaf +++ b/make/Templates/Makefile.leaf @@ -72,6 +72,6 @@ ${ARCH}/xxx-your-program-here: ${OBJS} ${LINK_FILES} $(make-exe) # Install the program(s), appending _g or _p as appropriate. -# for include files, just use $(INSTALL) +# for include files, just use $(INSTALL_CHANGE) install: all $(INSTALL_VARIANT) -m 555 ${PGMS} ${PROJECT_RELEASE}/bin diff --git a/make/Templates/Makefile.lib b/make/Templates/Makefile.lib index ebf9d66f68..9127ea70de 100644 --- a/make/Templates/Makefile.lib +++ b/make/Templates/Makefile.lib @@ -54,6 +54,6 @@ $(LIB): ${OBJS} $(make-library) # Install the library, appending _g or _p as appropriate. -# for include files, just use $(INSTALL) +# for include files, just use $(INSTALL_CHANGE) install: all $(INSTALL_VARIANT) -m 644 ${LIB} ${PROJECT_RELEASE}/lib diff --git a/make/host.cfg.in b/make/host.cfg.in index 8a9a6c7dde..6e54bcb05a 100644 --- a/make/host.cfg.in +++ b/make/host.cfg.in @@ -33,7 +33,7 @@ M4=@M4@ # Global tools PACKHEX=$(PROJECT_TOOLS)/packhex -INSTALL=$(PROJECT_TOOLS)/install-if-change +INSTALL_CHANGE=$(PROJECT_TOOLS)/install-if-change INSTALL_VARIANT=$(PROJECT_TOOLS)/install-if-change -V "$(LIB_VARIANT)" # FIXME: HACK for a bug in cygwin-hosted egcs which returns a mixture diff --git a/make/target.cfg.in b/make/target.cfg.in index 9042611d58..0da0b8d4e1 100644 --- a/make/target.cfg.in +++ b/make/target.cfg.in @@ -54,7 +54,7 @@ RTEMS_CPU = @target_cpu@ BARE_CPU_MODEL = @BARE_CPU_MODEL@ BARE_CPU_CFLAGS = @BARE_CPU_CFLAGS@ -INSTALL=$(PROJECT_ROOT)/$(RTEMS_BSP)/build-tools/install-if-change +INSTALL_CHANGE=$(PROJECT_ROOT)/$(RTEMS_BSP)/build-tools/install-if-change XCFLAGS=$(CFLAGS_FOR_TARGET) export RTEMS_BSP diff --git a/tools/build/Makefile.in b/tools/build/Makefile.in index ad819e8214..e58758025b 100644 --- a/tools/build/Makefile.in +++ b/tools/build/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/tools/build/os/Makefile.in b/tools/build/os/Makefile.in index d540e58fa0..884a8c9b9e 100644 --- a/tools/build/os/Makefile.in +++ b/tools/build/os/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/tools/build/os/msdos/Makefile.in b/tools/build/os/msdos/Makefile.in index 23a840d33a..bcd523fb64 100644 --- a/tools/build/os/msdos/Makefile.in +++ b/tools/build/os/msdos/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/leaf.cfg @@ -20,7 +22,7 @@ INSTALLED=$(DESTDIR)/ifc.exe \ all: $(DESTDIR) $(PGMS) install $(DESTDIR): - @INSTALL@ $(INSTDIRFLAGS) $@ + @top_srcdir@/mkinstalldirs $@ install: $(INSTALLED) diff --git a/tools/build/scripts/Makefile.in b/tools/build/scripts/Makefile.in index 753bfafaa5..eaf1dd397f 100644 --- a/tools/build/scripts/Makefile.in +++ b/tools/build/scripts/Makefile.in @@ -12,6 +12,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/rtems.cfg @@ -28,9 +30,9 @@ INSTALLED_PGMS=$(PGMS:%=$(DESTDIR)/%) all: $(DESTDIR) $(PGMS) install $(DESTDIR): - @INSTALL@ $(INSTDIRFLAGS) $@ + @top_srcdir@/mkinstalldirs $@ $(INSTALLED_PGMS): $(PGMS) - @INSTALL@ $(INSTBINFLAGS) $^ $(DESTDIR) + $(INSTALL) $(INSTBINFLAGS) $^ $(DESTDIR) install: $(DESTDIR) $(INSTALLED_PGMS) diff --git a/tools/build/src/Makefile.in b/tools/build/src/Makefile.in index 52942d909f..415017a9aa 100644 --- a/tools/build/src/Makefile.in +++ b/tools/build/src/Makefile.in @@ -19,6 +19,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + # we use host compiler in this directory USE_HOST_COMPILER=yes @@ -64,7 +66,7 @@ CLOBBER_ADDITIONS += DESTDIR=${PROJECT_RELEASE}/build-tools $(DESTDIR): - @INSTALL@ $(INSTDIRFLAGS) $@ + @top_srcdir@/mkinstalldirs $@ all: $(ARCH) $(DESTDIR) $(SRCS) $(PGMS) - @INSTALL@ $(INSTBINFLAGS) $(PGMS) $(DESTDIR) + $(INSTALL) $(INSTBINFLAGS) $(PGMS) $(DESTDIR) diff --git a/tools/cpu/Makefile.in b/tools/cpu/Makefile.in index 6dba1f38f6..72d96812df 100644 --- a/tools/cpu/Makefile.in +++ b/tools/cpu/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/tools/cpu/generic/Makefile.in b/tools/cpu/generic/Makefile.in index 33c2fb81dd..d81dfe5ffa 100644 --- a/tools/cpu/generic/Makefile.in +++ b/tools/cpu/generic/Makefile.in @@ -12,6 +12,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/rtems.cfg @@ -28,9 +30,9 @@ INSTALLED_PGMS=$(PGMS:%=$(DESTDIR)/%) all: $(DESTDIR) $(PGMS) install $(DESTDIR): - @INSTALL@ $(INSTDIRFLAGS) $@ + @top_srcdir@/mkinstalldirs $@ $(INSTALLED_PGMS): $(PGMS) - @INSTALL@ $(INSTBINFLAGS) $^ $@ + $(INSTALL) $(INSTBINFLAGS) $^ $@ install: $(DESTDIR) $(INSTALLED_PGMS) diff --git a/tools/cpu/sh/Makefile.in b/tools/cpu/sh/Makefile.in index 61cbdc988b..75537ef4ca 100644 --- a/tools/cpu/sh/Makefile.in +++ b/tools/cpu/sh/Makefile.in @@ -10,6 +10,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + # we use the host compiler here USE_HOST_COMPILER=yes @@ -55,8 +57,8 @@ ${PGMS}: $(OBJS) $(LINK_FILES) $(make-exe) $(DESTDIR): - @INSTALL@ $(INSTDIRFLAGS) $@ + @top_srcdir@/mkinstalldirs $@ # Install the program install: $(DESTDIR) $(PGMS) - @INSTALL@ $(INSTBINFLAGS) ${PGMS} $(DESTDIR) + $(INSTALL) $(INSTBINFLAGS) ${PGMS} $(DESTDIR) diff --git a/tools/cpu/unix/Makefile.in b/tools/cpu/unix/Makefile.in index 0b8402d15f..75320594ea 100644 --- a/tools/cpu/unix/Makefile.in +++ b/tools/cpu/unix/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + # we use host compiler here for gensize. Hopefully it has same alignment!! USE_HOST_COMPILER=yes @@ -52,7 +54,7 @@ CLOBBER_ADDITIONS += all: preinstall preinstall: ${ARCH} $(SRCS) $(PGMS) - @INSTALL@ $(INSTBINFLAGS) $(PGMS) ${PROJECT_RELEASE}/bin + $(INSTALL) $(INSTBINFLAGS) $(PGMS) ${PROJECT_RELEASE}/bin # Install the program(s), appending _g or _p as appropriate. -# for include files, just use $(INSTALL) +# for include files, just use $(INSTALL_CHANGE) diff --git a/tools/update/Makefile.in b/tools/update/Makefile.in index 45e3e63515..2bd9896aa6 100644 --- a/tools/update/Makefile.in +++ b/tools/update/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/rtems.cfg @@ -31,13 +33,13 @@ INSTALLED_DATA=$(MISC_SUPPORT:%=$(DESTDIR)/%) all: $(PGMS) $(DESTDIR): - @INSTALL@ $(INSTDIRFLAGS) $@ + @top_srcdir@/mkinstalldirs $@ $(INSTALLED_PGMS): $(PGMS) - @INSTALL@ $(INSTBINFLAGS) $^ $(DESTDIR) + $(INSTALL) $(INSTBINFLAGS) $^ $(DESTDIR) $(INSTALLED_DATA): $(MISC_SUPPORT) - @INSTALL@ $(INSTDATAFLAGS) $^ $(DESTDIR) + $(INSTALL) $(INSTDATAFLAGS) $^ $(DESTDIR) install: $(DESTDIR) $(INSTALLED_PGMS) $(INSTALLED_DATA) -- cgit v1.2.3