trans-coord-devel
[Top][All Lists]
Advanced

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

Re: Selective checkout of www


From: Thérèse Godefroy
Subject: Re: Selective checkout of www
Date: Mon, 02 Sep 2013 09:11:52 +0200

Le lundi 02 septembre 2013 à 09:59 +0400, Ineiev a écrit :
> I think the script should get the list of files from gnun.mk; I'll
> post
> a prototype implementation later.
> 
>  > TMP1=$(mktemp /tmp/ckout.XXXXXX)
> ...
>  > rm -f /tmp/ckout.*
> 
> The latter compromises the purpose of mktemp. GNUN scripts use
> TMP1=`mktemp -t gnun.XXXXXX`
> TMP2=`mktemp -t gnun.XXXXXX`
> trap "rm -f $TMP1 $TMP2" EXIT
> 
>  > # Find out where GNUN is installed, then add links to GNUmakefile
> and
>  > # config.mk into www/server/gnun/.
>  > if [ -n "$(which gnun-report)" ]; then
>  >  path=$(dirname $(which gnun-report))
> 
> Strictly speaking, this is not quite correct: GNU Coding Standards
> support different locations for "bin" and "data"; and probably
> it should be done in a different script, `gnun-build'.
> 

Thanks for the tips, Ineiev.

Thérèse




reply via email to

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