Changeset 8cd3748 in rtems
- Timestamp:
- 09/21/97 17:44:14 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- f795ca90
- Parents:
- 5beb562
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.in
r5beb562 r8cd3748 58 58 59 59 MTARGETS = all install $(TARGET_VARIANTS) $(TARGET_VARIANTS:%=%_all) \ 60 $(TARGET_VARIANTS:%=%_install) clean_wrapup distclean clean_dirs\61 clean_ tools installtests clean depend60 $(TARGET_VARIANTS:%=%_install) $(TARGET_VARIANTS:%=%_tests) \ 61 clean_wrapup distclean clean_dirs clean_tools tests clean depend 62 62 63 63 .PHONY: clean_modules mlink -
configure
r5beb562 r8cd3748 837 837 c/src/tests/libtests/stackchk/Makefile \ 838 838 c/src/tests/libtests/rtems++/Makefile \ 839 c/src/tests/libtests/monitor/Makefile \ 839 840 c/src/tests/mptests/Makefile \ 840 841 c/src/tests/mptests/mp01/Makefile \ … … 957 958 958 959 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 959 echo "configure:96 0: checking whether ${MAKE-make} sets \${MAKE}" >&5960 echo "configure:961: checking whether ${MAKE-make} sets \${MAKE}" >&5 960 961 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 961 962 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 1030 1031 1031 1032 echo $ac_n "checking host system type""... $ac_c" 1>&6 1032 echo "configure:103 3: checking host system type" >&51033 echo "configure:1034: checking host system type" >&5 1033 1034 1034 1035 host_alias=$host … … 1051 1052 1052 1053 echo $ac_n "checking target system type""... $ac_c" 1>&6 1053 echo "configure:105 4: checking target system type" >&51054 echo "configure:1055: checking target system type" >&5 1054 1055 1055 1056 target_alias=$target … … 1069 1070 1070 1071 echo $ac_n "checking build system type""... $ac_c" 1>&6 1071 echo "configure:107 2: checking build system type" >&51072 echo "configure:1073: checking build system type" >&5 1072 1073 1073 1074 build_alias=$build … … 1288 1289 set dummy $ac_prog; ac_word=$2 1289 1290 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1290 echo "configure:129 1: checking for $ac_word" >&51291 echo "configure:1292: checking for $ac_word" >&5 1291 1292 if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then 1292 1293 echo $ac_n "(cached) $ac_c" 1>&6 … … 1317 1318 1318 1319 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 1319 echo "configure:132 0: checking whether ln -s works" >&51320 echo "configure:1321: checking whether ln -s works" >&5 1320 1321 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then 1321 1322 echo $ac_n "(cached) $ac_c" 1>&6 -
configure.in
r5beb562 r8cd3748 288 288 c/src/tests/libtests/stackchk/Makefile \ 289 289 c/src/tests/libtests/rtems++/Makefile \ 290 c/src/tests/libtests/monitor/Makefile \ 290 291 c/src/tests/mptests/Makefile \ 291 292 c/src/tests/mptests/mp01/Makefile \
Note: See TracChangeset
for help on using the changeset viewer.