Move policycoreutils/semodule_{deps,expand,link} to semodule-utils.

Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
This commit is contained in:
Stephen Smalley 2016-10-31 13:33:52 -04:00
parent 48dc232627
commit c9c97d6e8b
14 changed files with 13 additions and 5 deletions

View File

@ -1,4 +1,4 @@
SUBDIRS=libsepol libselinux libsemanage checkpolicy secilc policycoreutils gui sandbox dbus python
SUBDIRS=libsepol libselinux libsemanage checkpolicy secilc policycoreutils gui sandbox dbus python semodule-utils
PYSUBDIRS=libselinux libsemanage
DISTCLEANSUBDIRS=libselinux libsemanage

View File

@ -4,9 +4,6 @@ run_init/open_init_pty
run_init/run_init
secon/secon
semodule/semodule
semodule_deps/semodule_deps
semodule_expand/semodule_expand
semodule_link/semodule_link
semodule_package/semodule_package
semodule_package/semodule_unpackage
sestatus/sestatus

View File

@ -1,4 +1,4 @@
SUBDIRS = setfiles load_policy newrole run_init secon sestatus semodule_package semodule semodule_link semodule_expand semodule_deps sepolgen-ifgen setsebool scripts po man hll
SUBDIRS = setfiles load_policy newrole run_init secon sestatus semodule_package semodule sepolgen-ifgen setsebool scripts po man hll
all install relabel clean indent:
@for subdir in $(SUBDIRS); do \

3
semodule-utils/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
semodule_deps/semodule_deps
semodule_expand/semodule_expand
semodule_link/semodule_link

8
semodule-utils/Makefile Normal file
View File

@ -0,0 +1,8 @@
SUBDIRS = semodule_link semodule_expand semodule_deps
all install relabel clean indent:
@for subdir in $(SUBDIRS); do \
(cd $$subdir && $(MAKE) $@) || exit 1; \
done
test: