swarm-support
[Top][All Lists]
Advanced

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

Re: swarm-1.3 on hpux (9.05 and 10.20)


From: Marcus G. Daniels
Subject: Re: swarm-1.3 on hpux (9.05 and 10.20)
Date: 26 Aug 1998 16:43:10 -0700

>>>>> "RLR" == Rick Riolo <address@hidden> writes:

RLR> SHELL=/usr/local/bin/bash
RLR> export CONFIG_SHELL
RLR> export SHELL
RLR> make install

At least this won't work because SHELL is defined in the (generated) Makefile
and GNU Make will only import the value of SHELL if it is absent.  So, to 
tell just GNU make that you want a different shell, you'd need to say:
  
make install SHELL=$SHELL

                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.
                  ==================================


reply via email to

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