Changeset c3a0358 in rtems
- Timestamp:
- 10/08/97 20:09:58 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- a86443fb
- Parents:
- b546242
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.in
rb546242 rc3a0358 61 61 clean_wrapup distclean clean_dirs clean_tools tests clean depend 62 62 63 .PHONY: clean_modules m link63 .PHONY: clean_modules make_subdir 64 64 65 65 EXIT_CMD = exit 1 … … 68 68 override MAKEFLAGS= 69 69 70 $(MTARGETS): m link70 $(MTARGETS): make_subdir 71 71 BASEDIR=`pwd`; \ 72 72 for bsp in $(RTEMS_BSP) xxx; \ … … 104 104 rm -f src/Modules/rtems/.moduleavailcachedir 105 105 106 make/directory.cfg make/leaf.cfg make/lib.cfg make/main.cfg 107 mlink: 106 make_subdir: 108 107 if [ ! -d make ] ; then \ 109 108 (cd $(srcdir)/c; tar cf - make/compilers make/custom make/os \
Note: See TracChangeset
for help on using the changeset viewer.