Author: bdubbs
Date: 2012-09-08 15:41:53 -0600 (Sat, 08 Sep 2012)
New Revision: 9987

Modified:
   trunk/BOOK/stylesheets/lfs-xsl/lfs-l10n.xml
   trunk/BOOK/udev-lfs/Makefile.lfs
   trunk/BOOK/udev-lfs/makefile-incl.gir
   trunk/BOOK/udev-lfs/makefile-incl.gudev
Log:
Add some prereqs to udev-lfs to support make with j > 1
Add support for French version of the book.


Modified: trunk/BOOK/stylesheets/lfs-xsl/lfs-l10n.xml
===================================================================
--- trunk/BOOK/stylesheets/lfs-xsl/lfs-l10n.xml 2012-09-05 23:40:19 UTC (rev 
9986)
+++ trunk/BOOK/stylesheets/lfs-xsl/lfs-l10n.xml 2012-09-08 21:41:53 UTC (rev 
9987)
@@ -40,6 +40,22 @@
 
   </l:l10n>
 
+    <!-- French -->
+  <l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0";
+          language="fr" english-language-name="French">
+
+    <l:gentext key="description" text="description"/>
+    <l:gentext key="Bootscripts" text="Scripts de démarrage"/>
+    <l:gentext key="Configuration Files" text="Fichiers de configuration"/>
+    <l:gentext key="Kernel Configuration" text="Configuration du noyau"/>
+    <l:gentext key="Libraries" text="Bibliothèques"/>
+    <l:gentext key="Others" text="Autres"/>
+    <l:gentext key="Packages" text="Paquets"/>
+    <l:gentext key="Programs" text="Programmes"/>
+    <l:gentext key="Scripts" text="Scripts"/>
+
+  </l:l10n>
+
     <!-- Italian -->
   <l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0";
           language="it" english-language-name="Italian">

Modified: trunk/BOOK/udev-lfs/Makefile.lfs
===================================================================
--- trunk/BOOK/udev-lfs/Makefile.lfs    2012-09-05 23:40:19 UTC (rev 9986)
+++ trunk/BOOK/udev-lfs/Makefile.lfs    2012-09-08 21:41:53 UTC (rev 9987)
@@ -159,17 +159,17 @@
        @mkdir -p build
        cp udev-lfs-$(VERSION)/cfg.h .
 
-build/%o: %c
+build/%o: %c common
        @echo CC $<
        $(VB)gcc -c $(WARN) $(OPTIONS2) $(INCLUDE) $(DEF) -o $@ $<
 
 # Sources from src/libudev use -fvisibility=hidden
-build/%o: src/libudev/%c
+build/%o: src/libudev/%c common
        @echo CC $<
        $(VB)gcc -c $(WARN) $(OPTIONS) $(INCLUDE) $(DEF) -o $@ $<
 
 # Sources from src/shared use -fvisibility=hidden
-build/%o: src/shared/%c
+build/%o: src/shared/%c common
        @echo CC $<
        $(VB)gcc -c $(WARN) $(OPTIONS) $(INCLUDE) $(DEF) -o $@ $<
 
@@ -246,7 +246,7 @@
        $(VB)gcc build/collect.o -o $@ build/udev-local.a build/$(COMMON_LIB) 
$(LDFLAGS)
        $(VB)strip --strip-unneeded $@
 
-build/%pc: %pc.in
+build/%pc: %pc.in common
        @echo GEN $@
        @$(SED_PROCESS)
 

Modified: trunk/BOOK/udev-lfs/makefile-incl.gir
===================================================================
--- trunk/BOOK/udev-lfs/makefile-incl.gir       2012-09-05 23:40:19 UTC (rev 
9986)
+++ trunk/BOOK/udev-lfs/makefile-incl.gir       2012-09-08 21:41:53 UTC (rev 
9987)
@@ -41,7 +41,7 @@
 
 install-gir-data: gir-data
        @mkdir -pv $(DESTDIR)/usr/lib/girepository-1.0 \
-             $(DESTDIR)/usr/share/gir-1.0
+              $(DESTDIR)/usr/share/gir-1.0
 
        @cp -v build/GUdev-1.0.typelib $(DESTDIR)/usr/lib/girepository-1.0
        @cp -v build/GUdev-1.0.gir     $(DESTDIR)/usr/share/gir-1.0

Modified: trunk/BOOK/udev-lfs/makefile-incl.gudev
===================================================================
--- trunk/BOOK/udev-lfs/makefile-incl.gudev     2012-09-05 23:40:19 UTC (rev 
9986)
+++ trunk/BOOK/udev-lfs/makefile-incl.gudev     2012-09-08 21:41:53 UTC (rev 
9987)
@@ -78,7 +78,7 @@
        ln -sfn $(LIBGUDEV_REAL_NAME) build/$(LIBGUDEV_LINK_NAME)
        ln -sfn $(LIBGUDEV_REAL_NAME) build/$(LIBGUDEV_SONAME)
 
-build/gudev-1.0.pc: src/gudev/gudev-1.0.pc.in
+build/gudev-1.0.pc: src/gudev/gudev-1.0.pc.in common
        @echo GEN $@
        @$(SED_PROCESS)
 

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to