Searched refs:make (Results 1 - 12 of 12) sorted by relevance

/systemd/test/
H A DMakefile11 make -C $$i clean ; \
19 make -C $$i all ; \
H A Dtest-functions217 (cd $TEST_BASE_DIR/..; set -x; make DESTDIR=$initdir install)
424 # make the testsuite the default target
881 # create a function to install them to make life simpler.
1194 # redirections, but that would make dracut require bash4 at least.
/systemd/test/TEST-01-BASIC/
H A DMakefile2 @make -s --no-print-directory -C ../.. all
5 @make --no-print-directory -C ../.. all
/systemd/test/TEST-02-CRYPTSETUP/
H A DMakefile2 @make -s --no-print-directory -C ../.. all
5 @make --no-print-directory -C ../.. all
/systemd/test/TEST-03-JOBS/
H A DMakefile2 @make -s --no-print-directory -C ../.. all
5 @make --no-print-directory -C ../.. all
/systemd/test/TEST-04-JOURNAL/
H A DMakefile2 @make -s --no-print-directory -C ../.. all
5 @make --no-print-directory -C ../.. all
/systemd/test/TEST-05-RLIMITS/
H A DMakefile2 @make -s --no-print-directory -C ../.. all
5 @make --no-print-directory -C ../.. all
/systemd/test/TEST-06-SELINUX/
H A DMakefile2 @make -s --no-print-directory -C ../.. all
5 @make --no-print-directory -C ../.. all
H A Dtest.sh84 ExecStart=/bin/sh -x -c 'echo 0 >/sys/fs/selinux/enforce && cd /systemd-test-module && make -f /usr/share/selinux/devel/Makefile load && rm /.load-systemd-test-module'
115 dracut_install checkmodule semodule semodule_package m4 make /usr/libexec/selinux/hll/pp load_policy sefcontext_compile
/systemd/test/TEST-07-ISSUE-1981/
H A DMakefile2 @make -s --no-print-directory -C ../.. all
5 @make --no-print-directory -C ../.. all
/systemd/
H A Dautogen.sh59 make clean
62 make clean
65 make clean
68 make clean
71 scan-build make
/systemd/src/libsystemd/sd-bus/
H A Dbus-kernel.c297 * the kernel will make sure the provided destination id matches
610 * namespacing might make some of this data
1589 struct kdbus_cmd *make; local
1602 make = alloca0_align(offsetof(struct kdbus_cmd, items) +
1608 make->size = offsetof(struct kdbus_cmd, items);
1611 n = make->items;
1621 make->size += ALIGN8(n->size);
1628 make->size += ALIGN8(n->size);
1635 make->size += ALIGN8(n->size);
1637 make
1698 struct kdbus_cmd *make; local
[all...]

Completed in 76 milliseconds