Hello,

I found the following patch nessecary to handle construction of i18n 
bootfloppies with incomplete translations in xx.po (falling back to C).


Index: utilities/dbootstrap/Makefile
===================================================================
RCS file: /cvs/debian-boot/boot-floppies/utilities/dbootstrap/Makefile,v
retrieving revision 1.93
diff -u -r1.93 Makefile
--- utilities/dbootstrap/Makefile       2001/04/13 05:35:29     1.93
+++ utilities/dbootstrap/Makefile       2001/04/19 21:59:23
@@ -162,7 +162,7 @@
 # Translations...
 $(BUILD)%.t.c: %.c po/$(LINGUA).mo
        @echo "#line 1 \"$<\"" > $@
-       pointerize -m po/$(LINGUA).mo < $< >> $@
+       pointerize -m po/$(LINGUA).mo -m po/C.mo < $< >> $@
 
 $(BUILD)%_test.$(OBJEXT): CFLAGS += -D_TESTING_
 $(BUILD)%_test.$(OBJEXT): $(BUILD)%.$(SRCEXT) $(BUILD)%.d $(LANG_H)


Sincerely,
Claus Hindsgaul


-- 
Claus Hindsgaul
Reberbanegade 53, 4. th - 2300 KBH S
Tlf (+45) 3297 3640
[EMAIL PROTECTED] (PGP-nøgle: http://www.image.dk/~claus_h/PGP.htm )


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to