mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 04:57:38 +00:00
Add some prereqs to udev-lfs to support make with j > 1
Add support for French version of the book. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9987 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
1005bde5ea
commit
06d04ebbfb
@ -38,6 +38,22 @@ $Date$
|
||||
<l:gentext key="Programs" text="Programs"/>
|
||||
<l:gentext key="Scripts" text="Scripts"/>
|
||||
|
||||
</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 -->
|
||||
|
@ -159,17 +159,17 @@ common: udev-lfs-$(VERSION)/cfg.h
|
||||
@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 @@ build/collect: build/collect.o build/$(COMMON_LIB)
|
||||
$(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)
|
||||
|
||||
|
@ -41,7 +41,7 @@ gir-data: build/GUdev-1.0.gir build/GUdev-1.0.typelib
|
||||
|
||||
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
|
||||
|
@ -78,7 +78,7 @@ build/$(LIBGUDEV_REAL_NAME): $(LIBGUDEV_OBJS) build/udev-local.a build/$(LIBUDEV
|
||||
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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user