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

Re: A patch for LINGUA=ja



Hatta Shuzo <hattas@penguin.sakyo.kyoto.jp> writes:

> Hi.
> 
> When I tried to make boot-floppies from files just checked out with
> LINGUA=ja yesterday, I couldn't make it up. Because of lack of
> dependencies, make fails to build ja.trm. (in first time. Next
> time, make can build b-f successfully but idepci stuff)
> Please apply a patch bellow.

I don't understand why the *two* bits below are needed.  Isn't that
redundant?

> Index: boot-floppies/utilities/dbootstrap/Makefile
> ===================================================================
> RCS file: /cvs/debian-boot/boot-floppies/utilities/dbootstrap/Makefile,v
> retrieving revision 1.74
> diff -u -r1.74 Makefile
> --- boot-floppies/utilities/dbootstrap/Makefile	2000/04/04 02:40:19	1.74
> +++ boot-floppies/utilities/dbootstrap/Makefile	2000/04/12 05:24:29
> @@ -167,7 +167,7 @@
>  	$(STRIP) $@
>  
>  ifneq ($(LINGUA),C)
> -po/$(LINGUA).trm : $(SOURCES)
> +po/$(LINGUA).trm : $(SOURCES) po/C.mo
>  	$(MAKE) -C po $(notdir $@)
>  endif
>  
> @@ -180,7 +180,7 @@
>  po/C.mo  : po/C.po
>  po/C.trm : po/C.mo
>  po/%.mo  : po/%.po
> -po/%.trm : po/%.mo
> +po/%.trm : po/%.mo po/C.mo
>  
>  po/C.trm po/dbootstrap.pot po/%.po po/%.mo : ${__SOURCES}
>  	$(MAKE) -C po $(notdir $@)
> 
> 
> Thanks in advance,
> --
> Hatta Shuzo (hattas@debian.or.jp, hattas@penguin.sakyo.kyoto.jp)
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-boot-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
> 
> 

-- 
.....Adam Di Carlo....adam@onShore.com.....<URL:http://www.onShore.com/>


Reply to: