mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-12-27 03:33:50 -05:00
Update to man-pages-3.5.9.
Incorporate beta FHS.
Add /usr/share/ppd, /usr/libexec, /usr/share/color,
/usr/local/share/color, /var/lib/color, and /usr/share/dict.
Remove overrides for /usr/libexec: coreutils, findutils, gawk,
gcc, glibc, inetutils, man-db, and tar.
Move grub sbin executables from /usr/sbin to /sbin.
Document two new glibc errors in the regression tests.
Move man-db after util-linux to satisfy a test dependency
in /tools and to speed the test up.
Restore building the flex static library.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10469 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2014-02-16 <bdubbs@linuxfromscratch.org>
|
||||
* Makefile.lfs: Adjust warning flags. Adjust linking rules to
|
||||
allow build with util-linux in LFS's /tools directory.
|
||||
|
||||
2010-01-26 Matt Burgess <matthew@linuxfromscratch.org>
|
||||
* 55-lfs.rules: Remove lots of rules that have been merged upstream.
|
||||
* 61-cdrom.rules: Remove as upstream has a replacement.
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
SHELL=/bin/bash
|
||||
SYSTEMD_VERSION=208
|
||||
VERSION=$(SYSTEMD_VERSION)-1
|
||||
VERSION=$(SYSTEMD_VERSION)-3
|
||||
|
||||
ifeq ($(V),)
|
||||
VB = @
|
||||
@@ -21,7 +21,7 @@ WARN = -Wall -W -Wextra -Wno-inline -Wvla -Wundef -Wformat=2 \
|
||||
-Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align \
|
||||
-Wstrict-aliasing=2 -Wwrite-strings -Wno-overlength-strings \
|
||||
-Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result \
|
||||
-Werror=overflow -Wp,-D_FORTIFY_SOURCE=2 -Wno-long-long
|
||||
-Werror=overflow -Wp,-D_FORTIFY_SOURCE=2 -Wno-long-long -Wno-vla
|
||||
|
||||
OPTIONS = -O2 -pipe -ffast-math -fno-common -fdiagnostics-show-option \
|
||||
-fno-strict-aliasing -ffunction-sections -fdata-sections -fPIC -std=gnu99
|
||||
@@ -29,7 +29,7 @@ OPTIONS = -O2 -pipe -ffast-math -fno-common -fdiagnostics-show-option \
|
||||
OPTIONS2 := $(OPTIONS) -fvisibility=hidden
|
||||
|
||||
LDFLAGS1 = -pthread -lrt -Wl,--as-needed -Wl,--gc-sections -Wl,--no-undefined
|
||||
LDFLAGS2 := $(LDFLAGS1) -lblkid -lkmod
|
||||
LDFLAGS2 := $(LDFLAGS1) -L /tools/lib -lblkid -lkmod
|
||||
|
||||
DEF = -include cfg.h \
|
||||
-DSYSCONFDIR=\"/etc\" \
|
||||
@@ -42,7 +42,7 @@ DEF = -include cfg.h \
|
||||
-DHAVE_FIRMWARE
|
||||
|
||||
INCLUDE = -I src/libudev -I src/shared -I src -I src/login -I src/systemd \
|
||||
-I src/core -I udev-lfs-$(SYSTEMD_VERSION)-1
|
||||
-I src/core -I udev-lfs-$(VERSION)
|
||||
|
||||
LIBUDEV_SRCS = libudev-device-private.c \
|
||||
libudev-device.c \
|
||||
@@ -152,7 +152,6 @@ VPATH = src/login src/udev src/udev/accelerometer \
|
||||
SED_PROCESS = \
|
||||
sed -e 's|@VERSION@|$(SYSTEMD_VERSION)|g' \
|
||||
-e 's|@prefix@|/usr|g' \
|
||||
-e 's|@exec_prefix@|/usr|g' \
|
||||
-e 's|@udevlibexecdir@|/lib/udev|g' \
|
||||
-e 's|@libdir@|/usr/lib|g' \
|
||||
-e 's|@includedir@|/usr/include|g' \
|
||||
|
||||
Reference in New Issue
Block a user