lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev [PATCH 2.8.4dev.10] Build on OS/2


From: Thomas Dickey
Subject: Re: lynx-dev [PATCH 2.8.4dev.10] Build on OS/2
Date: Fri, 20 Oct 2000 05:51:47 -0400

On Fri, Oct 20, 2000 at 01:49:22AM -0400, Ilya Zakharevich wrote:
> This patch fixes generated files, so should be taken as a hint only.
> 
> The problems it fixes:
> 
>   a) "rooted" file name pattern got ridiculously broken;
> 
>   b) src/makefile lists chrtrans/makeuctb$x as a dependency without
>      having a rule to build it.
> 
> Enjoy,
> Ilya
> 
> --- ./configure-ini   Sun Oct 15 02:25:56 2000
> +++ ./configure       Sun Oct 15 02:33:28 2000
> @@ -3957,7 +3957,7 @@ fi
>  case ".$withval" in #(vi
>  ./*) #(vi
>    ;;
> -.a-zA-Z:\\/*) #(vi OS/2 EMX
> +.[a-zA-Z]:[\\/]*) #(vi OS/2 EMX

I'm using a separate copy of autoconf to handle OS/2 EMX for the time
being (will look at the newer autoconf versions if/when they manage to
make it work: 2.49a falls far short of that goal).

>    ;;
>  .\${*prefix}*) #(vi
>    eval withval="$withval"
> --- ./src/makefile-ini        Sun Oct 15 02:41:12 2000
> +++ ./src/makefile    Sun Oct 15 02:54:22 2000
> @@ -174,6 +174,9 @@ $(TABLES):
>  
>  UCdomap.o: UCdomap.c chrtrans/UCkd.h chrtrans/makeuctb$x chrtrans/makeuctb.c 
> \
>       UCdomap.h $(CMN)UCMap.h $(TABLES) $(top_srcdir)/userdefs.h
> +
> +chrtrans/makeuctb$x:
> +     cd chrtrans; make makeuctb$x

maybe - we already have this rule:

do_chartrans_stuff:
        -cd chrtrans && $(MAKE) \
                SITE_DEFS="$(SITE_DEFS)" \
                CFLAGS="$(CFLAGS)" \
                CPPFLAGS="$(CPPFLAGS)" \
                CC="$(CC)" tables
>  
>  UCAux.o : UCAux.c $(CMN)UCAux.h $(CMN)UCDefs.h
>  LYCookie.o: $(top_srcdir)/userdefs.h
> 
> ; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden

-- 
Thomas E. Dickey <address@hidden>
http://dickey.his.com
ftp://dickey.his.com

; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden

reply via email to

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