Changeset 1d18c332 in rtems
- Timestamp:
- Sep 18, 2008, 8:44:47 PM (11 years ago)
- Branches:
- 4.10, 4.11, master
- Children:
- 4e1cc17
- Parents:
- 975021e7
- Location:
- cpukit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
r975021e7 r1d18c332 1 2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com> 2 3 * libfs/Makefile.am: Do not build nfsclient if no networking. 4 1 5 2008-09-18 Miao Yan <yanmiaobest@gmail.com> 2 6 -
cpukit/libfs/Makefile.am
r975021e7 r1d18c332 7 7 8 8 # Pick up nfsclient 9 SUBDIRS = src/nfsclient 9 if LIBNETWORKING 10 NFSCLIENT_SUBDIR= src/nfsclient 11 endif 12 SUBDIRS = $(NFSCLIENT_SUBDIR) 10 13 DIST_SUBDIRS = $(SUBDIRS) 11 14
Note: See TracChangeset
for help on using the changeset viewer.