comparison Makefile.in @ 144:8b9366fc1361 noffle

[svn] Added timeout to Prt_getLn to avoid Noffle hanging if the connection breaks down during a fetch.
author enz
date Sat, 23 Sep 2000 11:40:35 +0100
parents 32ba1198c6fa
children fd821441f016
comparison
equal deleted inserted replaced
143:7400a8e9d5ba 144:8b9366fc1361
263 cd $(top_srcdir) \ 263 cd $(top_srcdir) \
264 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile 264 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
265 @for file in $(DISTFILES); do \ 265 @for file in $(DISTFILES); do \
266 d=$(srcdir); \ 266 d=$(srcdir); \
267 if test -d $$d/$$file; then \ 267 if test -d $$d/$$file; then \
268 cp -pr $$/$$file $(distdir)/$$file; \ 268 cp -pr $$d/$$file $(distdir)/$$file; \
269 else \ 269 else \
270 test -f $(distdir)/$$file \ 270 test -f $(distdir)/$$file \
271 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ 271 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
272 || cp -p $$d/$$file $(distdir)/$$file || :; \ 272 || cp -p $$d/$$file $(distdir)/$$file || :; \
273 fi; \ 273 fi; \