mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
build-sys: add stub makefiles to all subdirs to ease development with emacs
This commit is contained in:
parent
9537eab070
commit
b562f5a57d
138
.gitignore
vendored
138
.gitignore
vendored
@ -6,73 +6,71 @@
|
||||
/systemd-cat
|
||||
/systemd-rc-local-generator
|
||||
/libsystemd-id128.pc
|
||||
journalctl
|
||||
systemd-journald
|
||||
test-id128
|
||||
test-journal
|
||||
test-install
|
||||
org.freedesktop.hostname1.xml
|
||||
org.freedesktop.locale1.xml
|
||||
libsystemd-daemon.pc
|
||||
libsystemd-login.pc
|
||||
test-login
|
||||
loginctl
|
||||
systemd-localed
|
||||
systemd-timedated
|
||||
org.freedesktop.timedate1.xml
|
||||
systemd-logind
|
||||
systemd-uaccess
|
||||
systemd-hostnamed
|
||||
systemd-binfmt
|
||||
systemd-getty-generator
|
||||
systemd-nspawn
|
||||
systemd-stdio-bridge
|
||||
systemd-machine-id-setup
|
||||
systemd-detect-virt
|
||||
systemd-sysctl
|
||||
test-strv
|
||||
systemd-ac-power
|
||||
systemd-timestamp
|
||||
systemd-cryptsetup
|
||||
systemd-cryptsetup-generator
|
||||
systemd-tty-ask-password-agent
|
||||
systemd-fsck
|
||||
systemd-quotacheck
|
||||
systemd-user-sessions
|
||||
systemd-shutdown
|
||||
systemd-tmpfiles
|
||||
systemd-readahead-collect
|
||||
systemd-readahead-replay
|
||||
systemd-reply-password
|
||||
systemd-gnome-ask-password-agent
|
||||
systemd-ask-password
|
||||
systemd-kmsg-syslogd
|
||||
systemd-remount-api-vfs
|
||||
test-hostname
|
||||
systemd-modules-load
|
||||
systemd-vconsole-setup
|
||||
systemd-shutdownd
|
||||
systemd-random-seed
|
||||
systemd-update-utmp
|
||||
test-env-replace
|
||||
systemd-cgls
|
||||
systemd.pc
|
||||
test-cgroup
|
||||
/journalctl
|
||||
/systemd-journald
|
||||
/test-id128
|
||||
/test-journal
|
||||
/test-install
|
||||
/org.freedesktop.hostname1.xml
|
||||
/org.freedesktop.locale1.xml
|
||||
/libsystemd-daemon.pc
|
||||
/libsystemd-login.pc
|
||||
/test-login
|
||||
/loginctl
|
||||
/systemd-localed
|
||||
/systemd-timedated
|
||||
/org.freedesktop.timedate1.xml
|
||||
/systemd-logind
|
||||
/systemd-uaccess
|
||||
/systemd-hostnamed
|
||||
/systemd-binfmt
|
||||
/systemd-getty-generator
|
||||
/systemd-nspawn
|
||||
/systemd-stdio-bridge
|
||||
/systemd-machine-id-setup
|
||||
/systemd-detect-virt
|
||||
/systemd-sysctl
|
||||
/test-strv
|
||||
/systemd-ac-power
|
||||
/systemd-timestamp
|
||||
/systemd-cryptsetup
|
||||
/systemd-cryptsetup-generator
|
||||
/systemd-tty-ask-password-agent
|
||||
/systemd-fsck
|
||||
/systemd-quotacheck
|
||||
/systemd-user-sessions
|
||||
/systemd-shutdown
|
||||
/systemd-tmpfiles
|
||||
/systemd-readahead-collect
|
||||
/systemd-readahead-replay
|
||||
/systemd-reply-password
|
||||
/systemd-gnome-ask-password-agent
|
||||
/systemd-ask-password
|
||||
/systemd-kmsg-syslogd
|
||||
/systemd-remount-api-vfs
|
||||
/test-hostname
|
||||
/systemd-modules-load
|
||||
/systemd-vconsole-setup
|
||||
/systemd-shutdownd
|
||||
/systemd-random-seed
|
||||
/systemd-update-utmp
|
||||
/test-env-replace
|
||||
/systemd-cgls
|
||||
/systemd.pc
|
||||
/test-cgroup
|
||||
.libs/
|
||||
systemd-notify
|
||||
test-daemon
|
||||
systemd-install
|
||||
org.freedesktop.systemd1.*.xml
|
||||
test-ns
|
||||
test-loopback
|
||||
systemd-cgroups-agent
|
||||
systemd-initctl
|
||||
/systemd-notify
|
||||
/test-daemon
|
||||
/org.freedesktop.systemd1.*.xml
|
||||
/test-ns
|
||||
/test-loopback
|
||||
/systemd-cgroups-agent
|
||||
/systemd-initctl
|
||||
/systemd
|
||||
test-engine
|
||||
test-job-type
|
||||
systemd-stdout-syslog-bridge
|
||||
systemctl
|
||||
systemadm
|
||||
/test-engine
|
||||
/test-job-type
|
||||
/systemctl
|
||||
/systemadm
|
||||
.dirstamp
|
||||
*.1
|
||||
*.3
|
||||
@ -103,11 +101,11 @@ missing
|
||||
stamp-*
|
||||
*.stamp
|
||||
/Makefile
|
||||
ltmain.sh
|
||||
*.tar.xz
|
||||
*.tar.gz
|
||||
*.tar.bz2
|
||||
libtool
|
||||
/ltmain.sh
|
||||
/*.tar.xz
|
||||
/*.tar.gz
|
||||
/*.tar.bz2
|
||||
/libtool
|
||||
/accelerometer
|
||||
/ata_id
|
||||
/cdrom_id
|
||||
|
1
src/ac-power/Makefile
Symbolic link
1
src/ac-power/Makefile
Symbolic link
@ -0,0 +1 @@
|
||||
../Makefile
|
1
src/analyze/Makefile
Symbolic link
1
src/analyze/Makefile
Symbolic link
@ -0,0 +1 @@
|
||||
../Makefile
|
1
src/ask-password/Makefile
Symbolic link
1
src/ask-password/Makefile
Symbolic link
@ -0,0 +1 @@
|
||||
../Makefile
|
1
src/cgls/Makefile
Symbolic link
1
src/cgls/Makefile
Symbolic link
@ -0,0 +1 @@
|
||||
../Makefile
|
1
src/cgroups-agent/Makefile
Symbolic link
1
src/cgroups-agent/Makefile
Symbolic link
@ -0,0 +1 @@
|
||||
../Makefile
|
1
src/cgtop/Makefile
Symbolic link
1
src/cgtop/Makefile
Symbolic link
@ -0,0 +1 @@
|
||||
../Makefile
|
1
src/detect-virt/Makefile
Symbolic link
1
src/detect-virt/Makefile
Symbolic link
@ -0,0 +1 @@
|
||||
../Makefile
|
1
src/fsck/Makefile
Symbolic link
1
src/fsck/Makefile
Symbolic link
@ -0,0 +1 @@
|
||||
../Makefile
|
1
src/getty-generator/Makefile
Symbolic link
1
src/getty-generator/Makefile
Symbolic link
@ -0,0 +1 @@
|
||||
../Makefile
|
1
src/gudev/Makefile
Symbolic link
1
src/gudev/Makefile
Symbolic link
@ -0,0 +1 @@
|
||||
../Makefile
|
1
src/initctl/Makefile
Symbolic link
1
src/initctl/Makefile
Symbolic link
@ -0,0 +1 @@
|
||||
../Makefile
|
1
src/libsystemd-daemon/Makefile
Symbolic link
1
src/libsystemd-daemon/Makefile
Symbolic link
@ -0,0 +1 @@
|
||||
../Makefile
|
1
src/libsystemd-id128/Makefile
Symbolic link
1
src/libsystemd-id128/Makefile
Symbolic link
@ -0,0 +1 @@
|
||||
../Makefile
|
1
src/libudev/Makefile
Symbolic link
1
src/libudev/Makefile
Symbolic link
@ -0,0 +1 @@
|
||||
../Makefile
|
1
src/modules-load/Makefile
Symbolic link
1
src/modules-load/Makefile
Symbolic link
@ -0,0 +1 @@
|
||||
../Makefile
|
1
src/notify/Makefile
Symbolic link
1
src/notify/Makefile
Symbolic link
@ -0,0 +1 @@
|
||||
../Makefile
|
1
src/nspawn/Makefile
Symbolic link
1
src/nspawn/Makefile
Symbolic link
@ -0,0 +1 @@
|
||||
../Makefile
|
1
src/quotacheck/Makefile
Symbolic link
1
src/quotacheck/Makefile
Symbolic link
@ -0,0 +1 @@
|
||||
../Makefile
|
1
src/random-seed/Makefile
Symbolic link
1
src/random-seed/Makefile
Symbolic link
@ -0,0 +1 @@
|
||||
../Makefile
|
1
src/rc-local-generator/Makefile
Symbolic link
1
src/rc-local-generator/Makefile
Symbolic link
@ -0,0 +1 @@
|
||||
../Makefile
|
1
src/remount-api-vfs/Makefile
Symbolic link
1
src/remount-api-vfs/Makefile
Symbolic link
@ -0,0 +1 @@
|
||||
../Makefile
|
1
src/reply-password/Makefile
Symbolic link
1
src/reply-password/Makefile
Symbolic link
@ -0,0 +1 @@
|
||||
../Makefile
|
1
src/shutdownd/Makefile
Symbolic link
1
src/shutdownd/Makefile
Symbolic link
@ -0,0 +1 @@
|
||||
../Makefile
|
1
src/stdio-bridge/Makefile
Symbolic link
1
src/stdio-bridge/Makefile
Symbolic link
@ -0,0 +1 @@
|
||||
../Makefile
|
1
src/sysctl/Makefile
Symbolic link
1
src/sysctl/Makefile
Symbolic link
@ -0,0 +1 @@
|
||||
../Makefile
|
1
src/systemctl/Makefile
Symbolic link
1
src/systemctl/Makefile
Symbolic link
@ -0,0 +1 @@
|
||||
../Makefile
|
1
src/timestamp/Makefile
Symbolic link
1
src/timestamp/Makefile
Symbolic link
@ -0,0 +1 @@
|
||||
../Makefile
|
1
src/tmpfiles/Makefile
Symbolic link
1
src/tmpfiles/Makefile
Symbolic link
@ -0,0 +1 @@
|
||||
../Makefile
|
1
src/tty-ask-password-agent/Makefile
Symbolic link
1
src/tty-ask-password-agent/Makefile
Symbolic link
@ -0,0 +1 @@
|
||||
../Makefile
|
1
src/udev/Makefile
Symbolic link
1
src/udev/Makefile
Symbolic link
@ -0,0 +1 @@
|
||||
../Makefile
|
1
src/update-utmp/Makefile
Symbolic link
1
src/update-utmp/Makefile
Symbolic link
@ -0,0 +1 @@
|
||||
../Makefile
|
Loading…
Reference in New Issue
Block a user