Changeset 0998f21 in rtems
- Timestamp:
- 12/01/03 04:04:54 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 8d46f4f
- Parents:
- de48a0ea
- Location:
- cpukit
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libblock/ChangeLog
rde48a0ea r0998f21 1 2003-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am: Add $(dirstamp) to compilation rules. 4 1 5 2003-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
cpukit/libblock/Makefile.am
rde48a0ea r0998f21 23 23 AM_CPPFLAGS += $(LIBC_DEFINES) 24 24 25 ${ARCH}/%.$(OBJEXT): src/%.c 25 ${ARCH}/%.$(OBJEXT): src/%.c $(ARCH)/$(dirstamp) 26 26 ${COMPILE} -o $@ -c $< 27 27 … … 29 29 $(make-library) 30 30 31 all-local: $(PREINSTALL_FILES) $ {ARCH} $(LIB)31 all-local: $(PREINSTALL_FILES) $(LIB) 32 32 33 33 PREINSTALL_FILES = -
cpukit/libcsupport/ChangeLog
rde48a0ea r0998f21 1 2003-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am: Add $(dirstamp) to compilation rules. 4 1 5 2003-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
cpukit/libcsupport/Makefile.am
rde48a0ea r0998f21 131 131 AM_CFLAGS += $(LIBC_DEFINES) 132 132 133 all-local: ${ ARCH} ${LIB}134 135 ${ARCH}/%.$(OBJEXT): src/%.c 133 all-local: ${LIB} 134 135 ${ARCH}/%.$(OBJEXT): src/%.c $(ARCH)/$(dirstamp) 136 136 ${COMPILE} -o $@ -c $< 137 137
Note: See TracChangeset
for help on using the changeset viewer.