bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: gettext


From: Stepan Kasal
Subject: Re: gettext
Date: Thu, 25 Jul 2002 07:34:29 +0000 (UTC)
User-agent: slrn/0.9.6.2 (Linux)

Hallo,

On Wed, 24 Jul 2002 14:22:50 -0700, Russ Allbery <address@hidden> wrote:
> Bruno Haible <address@hidden> writes:
> 
> > Sure you can do that with DESTDIR.
> 
> > /configure --prefix=/afs/example.com/sw/@sys/usr/local
> > make
> > make install DESTDIR=/tmp/destdir
> > (cd /tmp/destdir/afs/example.com && tar cf - sw) | \
> > (cd /afs/.example.com            && tar xf -)
> 
> That's an amazingly ugly workaround requiring local disk space as
> temporary storage for the build.  Why do I have to be working around
> violations of the GNU Coding Standards?

and what about this:

        mkdir -p /tmp/destdir/afs
        ln -s /afs/.example.com /tmp/destdir/afs/example.com

You can save the local disk space.

Stepan





reply via email to

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