Skip to content

Commit

Permalink
makefiles: fix misc blank line consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
kmk3 committed Mar 1, 2021
1 parent 0043776 commit 7e3888c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ MAN_SRC = src/man
endif

COMPLETIONDIRS = src/zsh_completion src/bash_completion

all: all_items mydirs $(MAN_TARGET) filters
APPS = src/firecfg/firecfg src/firejail/firejail src/firemon/firemon src/profstats/profstats src/jailtest/jailtest
SBOX_APPS = src/fbuilder/fbuilder src/ftee/ftee
Expand Down
1 change: 1 addition & 0 deletions src/man/Makefile.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
all: firecfg.man firejail.man firejail-login.man firejail-users.man firejail-profile.man firemon.man jailtest.man

include ../common.mk

%.man: %.txt
Expand Down
1 change: 0 additions & 1 deletion test/Makefile.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
TESTS=$(patsubst %/,%,$(wildcard */))

.PHONY: $(TESTS)

$(TESTS):
cd $@ && ./$@.sh 2>&1 | tee $@.log
cd $@ && grep -a TESTING $@.log && grep -a -L "TESTING ERROR" $@.log
Expand Down

0 comments on commit 7e3888c

Please sign in to comment.