On Wed, Sep 03, 2003 at 08:46:38PM +0200, Rene Engelhard wrote: > > That ends up with you having to list all those files in two places, once in > > rules and once in .install. > > Not really since -X doesn't need the full filenames... > > ifeq "$(MOZILLA)" "n" > MOZILLAFILES_EXCLUDE=-Xcomponents -Xlibldap50.so -Xlibmoz \ > -Xlibmsgbaseutil.so -Xlibnspr4.so -Xlibpl -Xlibprldap50.so \ > -Xlibxpcom.so -Xjs > endif > > I tested that it only affects the files we want.
You still have to list the filenames, even if not the complete path. > > Add in a MOZILLA test and the other files? > > ifneq "$(MOZILLA)" "n" > ifeq "$(ARCH)" "i386" > [ see above ] > endif > cp's of mozilla's > endif > > Something like that I suppose you mean, no? Yes, something like that. Chris