From 164ccc66652d2f59afd8e3443f917d20bd8198a6 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 2 Dec 2003 11:34:52 +0000 Subject: 2003-12-02 Ralf Corsepius * Makefile.am: Reformat for preinstallation dirstamp support. --- .../support/old_exception_processing/ChangeLog | 4 ++++ .../support/old_exception_processing/Makefile.am | 23 +++++++++++----------- c/src/lib/libcpu/powerpc/old-exceptions/ChangeLog | 4 ++++ 3 files changed, 19 insertions(+), 12 deletions(-) (limited to 'c/src') diff --git a/c/src/lib/libbsp/powerpc/support/old_exception_processing/ChangeLog b/c/src/lib/libbsp/powerpc/support/old_exception_processing/ChangeLog index a39c3951b9..842fe1e924 100644 --- a/c/src/lib/libbsp/powerpc/support/old_exception_processing/ChangeLog +++ b/c/src/lib/libbsp/powerpc/support/old_exception_processing/ChangeLog @@ -1,3 +1,7 @@ +2003-12-02 Ralf Corsepius + + * Makefile.am: Reformat for preinstallation dirstamp support. + 2003-12-02 Ralf Corsepius * Makefile.am: Remove all-local: $(ARCH). diff --git a/c/src/lib/libbsp/powerpc/support/old_exception_processing/Makefile.am b/c/src/lib/libbsp/powerpc/support/old_exception_processing/Makefile.am index 69674d7bd7..9e5095d5a9 100644 --- a/c/src/lib/libbsp/powerpc/support/old_exception_processing/Makefile.am +++ b/c/src/lib/libbsp/powerpc/support/old_exception_processing/Makefile.am @@ -20,18 +20,6 @@ include $(top_srcdir)/../../../../../automake/lib.am AM_CPPFLAGS += -I$(srcdir) -TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/rtems/score \ - $(include_rtems_score_HEADERS:%=$(PROJECT_INCLUDE)/%) - -$(PROJECT_INCLUDE): - $(mkinstalldirs) $@ - -$(PROJECT_INCLUDE)/rtems/score: - $(mkinstalldirs) $@ - -$(PROJECT_INCLUDE)/%: % - $(INSTALL_DATA) $< $@ - REL = $(ARCH)/rtems-cpu.rel $(REL): $(C_O_FILES) $(S_O_FILES) @@ -43,4 +31,15 @@ UNUSED_FILES = irq_stub.S EXTRA_DIST = TODO $(C_FILES) $(S_FILES) $(UNUSED_FILES) +PREINSTALL_FILES = + +$(PROJECT_INCLUDE)/rtems/score/$(dirstamp): + @$(mkinstalldirs) $(PROJECT_INCLUDE)/rtems/score + @: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp) +PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp) + +$(PROJECT_INCLUDE)/rtems/score/ppc_offs.h: rtems/score/ppc_offs.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp) + $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/ppc_offs.h +PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/ppc_offs.h + include $(top_srcdir)/../../../../../automake/local.am diff --git a/c/src/lib/libcpu/powerpc/old-exceptions/ChangeLog b/c/src/lib/libcpu/powerpc/old-exceptions/ChangeLog index a39c3951b9..842fe1e924 100644 --- a/c/src/lib/libcpu/powerpc/old-exceptions/ChangeLog +++ b/c/src/lib/libcpu/powerpc/old-exceptions/ChangeLog @@ -1,3 +1,7 @@ +2003-12-02 Ralf Corsepius + + * Makefile.am: Reformat for preinstallation dirstamp support. + 2003-12-02 Ralf Corsepius * Makefile.am: Remove all-local: $(ARCH). -- cgit v1.2.3