quilt-dev
[Top][All Lists]
Advanced

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

Re: [Quilt-dev] Permanent target in Makefile


From: Jean Delvare
Subject: Re: [Quilt-dev] Permanent target in Makefile
Date: Tue, 20 Sep 2005 12:32:39 +0200

Hi John,

> Solaris 2.8 sh:
>
> /bin/sh: 
> PATH=/export/home/all/johnv/workpits/quilt-compat/compat:/opt/oracle/product/8.1.7.4/bin:/opt/SUNWspro/bin/:/home/johnv/bin:/local/bin:/usr/local/bin:/usr/local/etc:/bin:/usr/bin:/usr/ucb:/usr/ccs/bin:/usr/local/acu:/usr/X11/bin:/usr/openwin/bin:/usr/local/teas:
> is not an identifier
> make[1]: *** [reference] Error 1
>
> This one has me scratching my head at the moment.  While it would be
> great to know why,

Easy, standard sh doesn't support variable assignation and export at
once, you have to do:
VAR=value
export VAR

Patch is attached.

--
Jean Delvare

Attachment: quilt-CVS-Makefile.in-sh-separate-export.diff.txt
Description: Text document


reply via email to

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