Changeset d1747cb in rtems
- Timestamp:
- 06/01/05 07:04:28 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 32cf23b1
- Parents:
- b9ad5414
- Location:
- cpukit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ftpd/preinstall.am
rb9ad5414 rd1747cb 6 6 endif 7 7 8 PREINSTALL_DIRS = 9 DISTCLEANFILES += $(PREINSTALL_DIRS) 10 8 11 TMPINSTALL_FILES = 9 12 CLEANFILES += $(TMPINSTALL_FILES) 10 13 11 14 if HAS_NETWORKING 15 $(PROJECT_LIB)/$(dirstamp): 16 @$(mkdir_p) $(PROJECT_LIB) 17 @: > $(PROJECT_LIB)/$(dirstamp) 18 PREINSTALL_DIRS += $(PROJECT_LIB)/$(dirstamp) 19 12 20 $(PROJECT_LIB)/libftpd.a: libftpd.a $(PROJECT_LIB)/$(dirstamp) 13 21 $(INSTALL_DATA) $< $(PROJECT_LIB)/libftpd.a -
cpukit/httpd/preinstall.am
rb9ad5414 rd1747cb 63 63 PREINSTALL_FILES += $(PROJECT_INCLUDE)/goahead/wsIntrn.h 64 64 65 $(PROJECT_LIB)/$(dirstamp): 66 @$(mkdir_p) $(PROJECT_LIB) 67 @: > $(PROJECT_LIB)/$(dirstamp) 68 PREINSTALL_DIRS += $(PROJECT_LIB)/$(dirstamp) 69 65 70 $(PROJECT_LIB)/libhttpd.a: libhttpd.a $(PROJECT_LIB)/$(dirstamp) 66 71 $(INSTALL_DATA) $< $(PROJECT_LIB)/libhttpd.a
Note: See TracChangeset
for help on using the changeset viewer.