Re: PATCH: generic-build-script: Make output of depend function unique

2004-10-11 Thread Igor Pechtchanski
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 \ - | xargs

PATCH: generic-build-script: Make output of depend function unique

2004-09-30 Thread Dr. Volker Zell
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

Re: PATCH: generic-build-script: Make output of depend function unique

2004-09-30 Thread Lapo Luchini
-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 cygcheck

Re: PATCH: generic-build-script: Make output of depend function unique

2004-09-30 Thread Igor Pechtchanski
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%^% %' ; \ + | xargs cygcheck