Changeset 1480 in Sophya for trunk/ArchTOIPipe/Makefile.in
- Timestamp:
- Apr 27, 2001, 11:33:51 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/Makefile.in
r1477 r1480 70 70 for d in kernel processors sophya; do \ 71 71 if [ -d $d ]; then \ 72 cd $d; $(MAKE) clean \72 cd $d; $(MAKE) clean; \ 73 73 fi \ 74 74 done … … 85 85 build_sophya: 86 86 ifeq ($(USE_SOPHYA),1) 87 if [ - fsophya ]; then \88 cd sophya; $(MAKE) \89 fi 87 if [ -d sophya ]; then \ 88 cd sophya; $(MAKE); \ 89 fi 90 90 else 91 91 echo "no sophya"
Note:
See TracChangeset
for help on using the changeset viewer.