[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnustep-make 1.8.0 and filelist=yes
From: |
Nicola Pero |
Subject: |
Re: gnustep-make 1.8.0 and filelist=yes |
Date: |
Wed, 4 Feb 2004 14:01:55 +0000 (GMT) |
> When I use filelist=yes for gnustep-make 1.8.0 I get:
Try something like the following:
make filelist=yes install INSTALL_ROOT_DIR=`pwd`/tmp
GNUSTEP_INSTALLATION_DIR=`pwd`/tmp/usr/GNUstep/Local
this will install everything inside `pwd`/tmp (which the local directory,
with /tmp appended), then compute the file list from the files which have
been installed there, serving it to you in the file file-list in the local
directory.
If that doesn't work, please send me the full command-line command you're
using.
Thanks.