[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: why build if nothing was changed?



Oops good thing I did not commit.

On Tue, May 14, 2002 at 11:43:30PM -0700, Osamu Aoki wrote:
> I was wondering why we build even if we had no source changes.
> 
> #!/bin/bash
> find . -mindepth 3 -mtime -3 -type f -print | \
Of course I have to start one level up in tree :)  
> grep -v -e CVS -e '^\./articles' -e '^\./webpages'| \
> sed -e 's/\.\/manuals\.sgml\/\([^/]*\)\/.*/\1/' | \
> sort | \
> uniq


-- 
To UNSUBSCRIBE, email to debian-doc-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: