Skip to content

Commit

Permalink
Makefile: make rpm should only generate qm
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
  • Loading branch information
dougsland committed Jan 21, 2025
1 parent 0ccc469 commit 009b5a4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,6 @@ rpm: clean dist ## - Creates a local RPM package, useful for develop
--define="_topdir ${RPM_TOPDIR}" \
--define="version ${VERSION}" \
${SPECFILE}
for dir in $(SUBSYS); do \
if [ -f $$dir/Makefile ]; then \
$(MAKE) -C $$dir -f Makefile rpm; \
fi; \
done

install-policy: all ## - Install selinux policies only
semodule -i ${TARGETS}.pp.bz2
Expand Down

0 comments on commit 009b5a4

Please sign in to comment.