Changeset b5fe39d in rtems
- Timestamp:
- 12/04/97 18:38:33 (26 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 01a5f6b2
- Parents:
- 744df795
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/Makefile.in
r744df795 rb5fe39d 68 68 -test -d $(PROJECT_ROOT)/c/src/lib/libhwapi && \ 69 69 (cd $(PROJECT_ROOT)/c/src/lib/libhwapi ; $(MAKE) mkdirs) 70 -$(MKDIR) ${CREATE_DIRS:%=$(PROJECT_ROOT)/$(RTEMS_BSP)/%} 70 # -$(MKDIR) ${CREATE_DIRS:%=$(PROJECT_ROOT)/$(RTEMS_BSP)/%} 71 @echo Making directories in build tree ... 72 -$(foreach dir,$(CREATE_DIRS), \ 73 $(shell $(MKDIR) $(PROJECT_ROOT)/$(RTEMS_BSP)/$(dir))) 71 74 72 75 distclean: clobber
Note: See TracChangeset
for help on using the changeset viewer.