2001-09-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* include/rtems/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
	* include/Makefile.am: Use 'PREINSTALL_FILES ='.
	* inline/rtems/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
	* macros/rtems/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
This commit is contained in:
Joel Sherrill
2001-09-28 13:36:03 +00:00
parent 4154b62fda
commit 0e99592e5e
7 changed files with 19 additions and 5 deletions

View File

@@ -1,3 +1,10 @@
2001-09-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/rtems/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
* include/Makefile.am: Use 'PREINSTALL_FILES ='.
* inline/rtems/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
* macros/rtems/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
2001-09-14 Fernando Ruiz <fernando.ruiz@ctv.es>
* src/tasks.c: Dereference pointer passed to destructor.

View File

@@ -6,7 +6,7 @@ AUTOMAKE_OPTIONS = foreign 1.4
include_HEADERS = rtems.h
PREINSTALL_FILES += $(PROJECT_INCLUDE) \
PREINSTALL_FILES = $(PROJECT_INCLUDE) \
$(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
$(PROJECT_INCLUDE):

View File

@@ -20,7 +20,7 @@ else
include_rtems_rtems_HEADERS = $(STD_H_FILES) $(MP_H_FILES)
endif
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/rtems \
PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems/rtems \
$(include_rtems_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/rtems/%)
$(PROJECT_INCLUDE)/rtems/rtems:

View File

@@ -13,7 +13,7 @@ I_FILES = asr.inl attr.inl dpmem.inl event.inl eventset.inl message.inl \
if INLINE
include_rtems_rtems_HEADERS = $(I_FILES)
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/rtems \
PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems/rtems \
$(include_rtems_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/rtems/%)
$(PROJECT_INCLUDE)/rtems/rtems:

View File

@@ -13,7 +13,7 @@ I_FILES = asr.inl attr.inl dpmem.inl event.inl eventset.inl message.inl \
if MACROS
include_rtems_rtems_HEADERS = $(I_FILES)
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/rtems \
PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems/rtems \
$(include_rtems_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/rtems/%)
$(PROJECT_INCLUDE)/rtems/rtems:

View File

@@ -1,3 +1,10 @@
2001-09-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/rtems/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
* include/Makefile.am: Use 'PREINSTALL_FILES ='.
* inline/rtems/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
* macros/rtems/rtems/Makefile.am: Use 'PREINSTALL_FILES ='.
2001-09-14 Fernando Ruiz <fernando.ruiz@ctv.es>
* src/tasks.c: Dereference pointer passed to destructor.

View File

@@ -6,7 +6,7 @@ AUTOMAKE_OPTIONS = foreign 1.4
include_HEADERS = rtems.h
PREINSTALL_FILES += $(PROJECT_INCLUDE) \
PREINSTALL_FILES = $(PROJECT_INCLUDE) \
$(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
$(PROJECT_INCLUDE):