Mercurial > flash_v2
comparison host/Makefile.in @ 115:6ed91473a1cd ecos-sw-2000-08-21
Merge from eCos master repository on 2000-08-21-22:40:54-BST
| author | jlarmour |
|---|---|
| date | Fri, 25 Aug 2000 17:32:38 +0000 |
| parents | 435cced73e2f |
| children | 518f42066aba |
comparison
equal
deleted
inserted
replaced
| 114:5ad2b71d525e | 115:6ed91473a1cd |
|---|---|
| 238 mkdir $(distdir) | 238 mkdir $(distdir) |
| 239 -chmod 777 $(distdir) | 239 -chmod 777 $(distdir) |
| 240 @for file in $(DISTFILES); do \ | 240 @for file in $(DISTFILES); do \ |
| 241 if test -f $$file; then d=.; else d=$(srcdir); fi; \ | 241 if test -f $$file; then d=.; else d=$(srcdir); fi; \ |
| 242 if test -d $$d/$$file; then \ | 242 if test -d $$d/$$file; then \ |
| 243 cp -pr $$/$$file $(distdir)/$$file; \ | 243 cp -pr $$d/$$file $(distdir)/$$file; \ |
| 244 else \ | 244 else \ |
| 245 test -f $(distdir)/$$file \ | 245 test -f $(distdir)/$$file \ |
| 246 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ | 246 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ |
| 247 || cp -p $$d/$$file $(distdir)/$$file || :; \ | 247 || cp -p $$d/$$file $(distdir)/$$file || :; \ |
| 248 fi; \ | 248 fi; \ |
