Changeset ace0429 in rtems
- Timestamp:
- 12/02/03 11:34:58 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- e475efe7
- Parents:
- 164ccc6
- Location:
- c/src/lib
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/support/new_exception_processing/ChangeLog
r164ccc6 race0429 1 2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am: Remove include_rtems_score_HEADERS. 4 Reformat for preinstallation dirstamp support. 5 1 6 2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/powerpc/support/new_exception_processing/Makefile.am
r164ccc6 race0429 2 2 ## $Id$ 3 3 ## 4 5 4 6 5 ACLOCAL_AMFLAGS = -I ../../../../../aclocal … … 8 7 C_FILES = cpu.c 9 8 C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT)) 10 11 include_rtems_scoredir = $(includedir)/rtems/score12 13 include_rtems_score_HEADERS =14 9 15 10 S_FILES = cpu_asm.S … … 23 18 # 24 19 25 TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/rtems/score \26 $(include_rtems_score_HEADERS:%=$(PROJECT_INCLUDE)/%)27 28 $(PROJECT_INCLUDE):29 $(mkinstalldirs) $@30 31 $(PROJECT_INCLUDE)/rtems/score:32 $(mkinstalldirs) $@33 34 $(PROJECT_INCLUDE)/%: %35 $(INSTALL_DATA) $< $@36 37 20 REL = $(ARCH)/rtems-cpu.rel 38 21 -
c/src/lib/libcpu/powerpc/new-exceptions/ChangeLog
r164ccc6 race0429 1 2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am: Remove include_rtems_score_HEADERS. 4 Reformat for preinstallation dirstamp support. 5 1 6 2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7
Note: See TracChangeset
for help on using the changeset viewer.