forked from Imagelibrary/rtems
2005-02-01 Ralf Corsepius <ralf.corsepius@rtems.org>
PR rtems/752 * rtems/mips/idtcpu.h rtems/mips/iregdef.h: New (relocated from .). New header guards. * idtcpu.h, iregdef.h: Remove. * Makefile.am: Reflect changes above.
This commit is contained in:
@@ -1,3 +1,11 @@
|
|||||||
|
2005-02-01 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
PR rtems/752
|
||||||
|
* rtems/mips/idtcpu.h rtems/mips/iregdef.h: New (relocated from .).
|
||||||
|
New header guards.
|
||||||
|
* idtcpu.h, iregdef.h: Remove.
|
||||||
|
* Makefile.am: Reflect changes above.
|
||||||
|
|
||||||
2004-01-28 Ralf Corsepius <ralf.corsepiu@rtems.org>
|
2004-01-28 Ralf Corsepius <ralf.corsepiu@rtems.org>
|
||||||
|
|
||||||
* asm.h, rtems/score/cpu.h, rtems/score/mips.h, rtems/score/types.h:
|
* asm.h, rtems/score/cpu.h, rtems/score/mips.h, rtems/score/types.h:
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ include_rtemsdir = $(includedir)/rtems
|
|||||||
include_rtems_HEADERS = asm.h
|
include_rtems_HEADERS = asm.h
|
||||||
|
|
||||||
include_rtems_mipsdir = $(includedir)/rtems/mips
|
include_rtems_mipsdir = $(includedir)/rtems/mips
|
||||||
include_rtems_mips_HEADERS = idtcpu.h iregdef.h
|
include_rtems_mips_HEADERS = rtems/mips/idtcpu.h rtems/mips/iregdef.h
|
||||||
|
|
||||||
include_rtems_scoredir = $(includedir)/rtems/score
|
include_rtems_scoredir = $(includedir)/rtems/score
|
||||||
include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/mips.h \
|
include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/mips.h \
|
||||||
@@ -37,11 +37,11 @@ $(PROJECT_INCLUDE)/rtems/mips/$(dirstamp):
|
|||||||
@: > $(PROJECT_INCLUDE)/rtems/mips/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/rtems/mips/$(dirstamp)
|
||||||
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/mips/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/mips/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/mips/idtcpu.h: idtcpu.h $(PROJECT_INCLUDE)/rtems/mips/$(dirstamp)
|
$(PROJECT_INCLUDE)/rtems/mips/idtcpu.h: rtems/mips/idtcpu.h $(PROJECT_INCLUDE)/rtems/mips/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/mips/idtcpu.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/mips/idtcpu.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/mips/idtcpu.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/mips/idtcpu.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/mips/iregdef.h: iregdef.h $(PROJECT_INCLUDE)/rtems/mips/$(dirstamp)
|
$(PROJECT_INCLUDE)/rtems/mips/iregdef.h: rtems/mips/iregdef.h $(PROJECT_INCLUDE)/rtems/mips/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/mips/iregdef.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/mips/iregdef.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/mips/iregdef.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/mips/iregdef.h
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user