This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH setup 0/3] Setup replacement for incver_ifdep


Jon Turney writes:
>> So, should we try to guard against that (installations on a USB stick
>> are probably the only practical occurence these days)?  I wouldn't mind
>> if we just unconditionally rebuild on FAT(32).
>
> Thinking this over, it doesn't seem that hard to use a hash to
> determine if the directory has changed.

As I said before, if you're going that route I'd rather do the same
thing as for autorebase and maintain a list of info files.  This way you
could remove and add individual info files rather than just rebuilding
everything, just the way post-install works on Linux in this case.

> How about the attached?
>
> (This will add a dependency on diffutils for cmp)

You could read the md5sums into variables instead and just compare the
resulting strings within bash.  Otherwise we'd have to add diffutils to
the Base category.

>> Otherwise, it looks good and thanks for writing up a script.
>
> #!/bin/bash

Use /bin/dash if possible.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Samples for the Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#BlofeldSamplesExtra


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]