mingw-cross-env-list
[Top][All Lists]
Advanced

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

Re: [Mingw-cross-env-list] Makefiles changes to help testing


From: Volker Grabsch
Subject: Re: [Mingw-cross-env-list] Makefiles changes to help testing
Date: Sun, 13 Dec 2009 15:20:38 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

Mark Brand <address@hidden> schrieb:
> >     B) Move the log files into a separate folder and add a timestamp:
> >
> >             usr/log-PKG        ->  log/PKG-`date +%Y%m%d%H%M%S`
> >   
> >   What do you think about it? Would that address all of your issues?
> >   
> 
> How about having a symbolic link usr/log-PKG that always points to the
> latest (or current) log for the package?

That's a nice idea. I also think it is sensible to avoid overwriting
the download log with the build log. So in summary, we have:


    A) Move the installation markers into a sub folder:

            usr/installed-PKG  ->  usr/installed/PKG

    B) Move the log files into a separate folder and add a timestamp:

            usr/log-PKG        ->  log/`date +%Y%m%d%H%M%S`-PKG

    C) Keep the download logs:

            log/`date +%Y%m%d%H%M%S`-PKG-download

    C) Add a symlink to the latest logfile:

            ln -s LATESTTIMESTAMP-PKG[-download] log/PKG[-download]

    D) Unpack archives quietly:

            tar xv  ->  tar x
            unzip   ->  unzip -q


I just implemented it. Please try it and tell me how it works for you.

http://hg.savannah.gnu.org/hgweb/mingw-cross-env/rev/298672e4bab3
http://hg.savannah.gnu.org/hgweb/mingw-cross-env/rev/2a8e9a8f6d04
http://hg.savannah.gnu.org/hgweb/mingw-cross-env/rev/62cf7be7805a
http://hg.savannah.gnu.org/hgweb/mingw-cross-env/rev/7dde3326c91f
http://hg.savannah.gnu.org/hgweb/mingw-cross-env/rev/a8d3829d1c69


Greets,

    Volker

-- 
Volker Grabsch
---<<(())>>---
Administrator
NotJustHosting GbR




reply via email to

[Prev in Thread] Current Thread [Next in Thread]