X Tutup
Skip to content

Commit 72cdb3e

Browse files
committed
build-sys: drop automake support
v2: - also mention m4
1 parent 0d372ef commit 72cdb3e

File tree

132 files changed

+27
-12506
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

132 files changed

+27
-12506
lines changed

.mkosi/Makefile

Lines changed: 0 additions & 1 deletion
This file was deleted.

DISTRO_PORTING

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@ HOWTO:
66

77
1) Find the right configure parameters for:
88

9-
--with-rootprefix=
10-
--with-sysvinit-path=
11-
--with-sysvrcnd-path=
12-
--with-rc-local-script-path-start=
13-
--with-rc-local-script-path-stop=
14-
--with-kbd-loadkeys=
15-
--with-kbd-setfont=
16-
--with-tty-gid=
17-
--with-ntp-servers=
18-
--with-support-url=
9+
-D rootprefix=
10+
-D sysvinit-path=
11+
-D sysvrcnd-path=
12+
-D rc-local=
13+
-D halt-local=
14+
-D loadkeys-path=
15+
-D setfont-path=
16+
-D tty-gid=
17+
-D ntp-servers=
18+
-D support-url=
1919

2020
2) Try it out. Play around (as an ordinary user) with
2121
'/usr/lib/systemd/systemd --test --system' for a test run
2222
of systemd without booting. This will read the unit files and
2323
print the initial transaction it would execute during boot-up.
24-
This will also inform you about ordering loops and suchlike
24+
This will also inform you about ordering loops and suchlike.
2525

2626
NTP POOL:
2727

@@ -46,17 +46,16 @@ PAM:
4646
/etc/security/limits.conf will not be read unless you load pam_limits.
4747
Make sure you add modules your distro expects from user services.
4848

49-
Pass --with-pamconfdir=no to ./configure to avoid installing this file
50-
and instead install your own.
49+
Pass -D pamconfdir=no to meson to avoid installing this file and
50+
instead install your own.
5151

5252
CONTRIBUTING UPSTREAM:
5353

54-
We generally do no longer accept distribution-specific
55-
patches to systemd upstream. If you have to make changes to
56-
systemd's source code to make it work on your distribution,
57-
unless your code is generic enough to be generally useful, we
58-
are unlikely to merge it. Please always consider adopting the
59-
upstream defaults. If that is not possible, please maintain
60-
the relevant patches downstream.
54+
We generally do no longer accept distribution-specific patches to
55+
systemd upstream. If you have to make changes to systemd's source code
56+
to make it work on your distribution, unless your code is generic
57+
enough to be generally useful, we are unlikely to merge it. Please
58+
always consider adopting the upstream defaults. If that is not
59+
possible, please maintain the relevant patches downstream.
6160

6261
Thank you for understanding.

0 commit comments

Comments
 (0)
X Tutup