On Thu, 30 Sep 2004, Igor Pechtchanski wrote:
> On Fri, 1 Oct 2004, Lapo Luchini wrote:
>
> > Dr. Volker Zell wrote:
> > >(cd ${instdir} && \
> > >find ${instdir} -name "*.exe" -o -name "*.dll" | xargs cygcheck | \
> > >sed -e '/\.exe/d' -e 's,\\,/,g' | sort -bu | xargs -n1 cygpath -u
On Fri, 1 Oct 2004, Lapo Luchini wrote:
> Dr. Volker Zell wrote:
> >(cd ${instdir} && \
> >find ${instdir} -name "*.exe" -o -name "*.dll" | xargs cygcheck | \
> >sed -e '/\.exe/d' -e 's,\\,/,g' | sort -bu | xargs -n1 cygpath -u \
> > - | xargs cygcheck -f | sed 's%^% %' ; \
> > + |
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Dr. Volker Zell wrote:
>(cd ${instdir} && \
>find ${instdir} -name "*.exe" -o -name "*.dll" | xargs cygcheck | \
>sed -e '/\.exe/d' -e 's,\\,/,g' | sort -bu | xargs -n1 cygpath -u \
> - | xargs cygcheck -f | sed 's%^% %' ; \
> + | xargs
Hi
2004-09-30 Dr. Volker Zell <[EMAIL PROTECTED]>
* generic-build-script: Make output of depend function unique
diff -u -p /usr/local/src/generic-build-script.orig /usr/local/src/generic-build-script
--- /usr/local/src/generic-build-script.orig2004-09-30 19:09:20.639184000 +0200