Changeset 586a31b in rtems
- Timestamp:
- 09/24/01 18:20:22 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- fa1661b
- Parents:
- ee2319a5
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/posix/ChangeLog
ree2319a5 r586a31b 1 2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * optman/Makefile.am: Adapt ASM4FLAGS to automake-1.5 happy. 4 * src/Makefile.am: Adapt INCLUDES to make automake-1.5 happy. 5 1 6 2001-09-13 Joel Sherrill <joel@OARcorp.com> 2 7 -
c/src/exec/posix/optman/Makefile.am
ree2319a5 r586a31b 9 9 10 10 PGMS = $(C_FILES:%.c=$(ARCH)/%.rel) 11 12 ## FIXME: Is this used anywhere? 13 ASM4FLAGS = -I$(PROJECT_INCLUDE)/rtems 11 14 12 15 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg … … 23 26 # (OPTIONAL) Add local stuff here using += 24 27 # 25 26 ASM4FLAGS += -I$(PROJECT_INCLUDE)/rtems27 28 28 all-local: ${ARCH} $(PGMS) $(TMPINSTALL_FILES) 29 29 -
c/src/exec/posix/src/Makefile.am
ree2319a5 r586a31b 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 6 7 INCLUDES += -I.7 INCLUDES = -I. 8 8 9 9 # following are semi-implemented and untested -
cpukit/posix/ChangeLog
ree2319a5 r586a31b 1 2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * optman/Makefile.am: Adapt ASM4FLAGS to automake-1.5 happy. 4 * src/Makefile.am: Adapt INCLUDES to make automake-1.5 happy. 5 1 6 2001-09-13 Joel Sherrill <joel@OARcorp.com> 2 7 -
cpukit/posix/src/Makefile.am
ree2319a5 r586a31b 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 6 7 INCLUDES += -I.7 INCLUDES = -I. 8 8 9 9 # following are semi-implemented and untested
Note: See TracChangeset
for help on using the changeset viewer.