Commit 889b7ba8 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated systemd to 241

parent d0fc9787
target all: LC_ALL=$(SYSTEM_LOCALE)
all: systemd-user-sessions network-config
tar xf systemd-239.tar.gz
tar xf systemd-241.tar.gz
ln -s /tools/bin/true /usr/bin/xsltproc
cd systemd-239 && tar xf ../systemd-man-pages-239.tar.xz
cd systemd-239 && sed -i 's/GROUP="render", //' rules/50-udev-default.rules.in
cd systemd-239 && mkdir -p build
cd systemd-239/build && meson --prefix=/usr --sysconfdir=/etc --localstatedir=/var -Dblkid=true -Dbuildtype=release -Ddefault-dnssec=no -Dfirstboot=false -Dkill-path=/bin/kill -Dkmod-path=/bin/kmod -Dldconfig=false -Dmount-path=/bin/mount -Drootprefix= -Drootlibdir=/lib -Dsplit-usr=true -Dsulogin-path=/sbin/sulogin -Dsysusers=false -Dumount-path=/bin/umount -Db_lto=false ..
cd systemd-239/build && ninja
cd systemd-239/build && ninja install
cd systemd-241 && tar xf ../systemd-man-pages-241.tar.xz
cd systemd-241 && sed -i 's/GROUP="render", //' rules/50-udev-default.rules.in
cd systemd-241 && mkdir -p build
cd systemd-241/build && meson --prefix=/usr --sysconfdir=/etc --localstatedir=/var -Dblkid=true -Dbuildtype=release -Ddefault-dnssec=no -Dfirstboot=false -Dkill-path=/bin/kill -Dkmod-path=/bin/kmod -Dldconfig=false -Dmount-path=/bin/mount -Drootprefix= -Drootlibdir=/lib -Dsplit-usr=true -Dsulogin-path=/sbin/sulogin -Dsysusers=false -Dumount-path=/bin/umount -Db_lto=false ..
cd systemd-241/build && ninja
cd systemd-241/build && ninja install
rm -rfv /usr/lib/rpm
for tool in runlevel reboot shutdown poweroff halt telinit; do \
ln -sfv /bin/systemctl /sbin/$$tool ; \
......@@ -24,13 +24,13 @@ all: systemd-user-sessions network-config
tests:
ln -s /tools/bin/true /usr/bin/xsltproc
-if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \
cd systemd-239/build ; \
cd systemd-241/build ; \
ninja test ; \
fi
rm -f /usr/bin/xsltproc
-umount systemd-239/build/test/tmpfs
-umount systemd-241/build/test/tmpfs
$(MAKE) -C .. success
rm -rf system-239
rm -rf system-241
systemd-user-sessions:
define SYSTEMD_USER_SESSIONS
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment