aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-08-20 08:15:59 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-08-20 08:15:59 -0400
commit01b80e1d268951be29ac09af526b5e23f675c346 (patch)
treea649a9879c1e5ad615714986795f15098457491f /Makefile.in
parentcompile time config option for overlayfs (diff)
downloadfirejail-01b80e1d268951be29ac09af526b5e23f675c346.tar.gz
firejail-01b80e1d268951be29ac09af526b5e23f675c346.tar.zst
firejail-01b80e1d268951be29ac09af526b5e23f675c346.zip
testing
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index c91db3bc7..d1b3d3be8 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -48,7 +48,7 @@ clean:
48 rm -f test/environment/index.html 48 rm -f test/environment/index.html
49 rm -f test/environment/wget-log 49 rm -f test/environment/wget-log
50 rm -f test/sysutils/firejail_t* 50 rm -f test/sysutils/firejail_t*
51 cd test/dist-compile; ./compile.sh --clean; cd ../.. 51 cd test/compile; ./compile.sh --clean; cd ../..
52 52
53distclean: clean 53distclean: clean
54 for dir in $(APPS) $(MYLIBS); do \ 54 for dir in $(APPS) $(MYLIBS); do \
@@ -137,7 +137,7 @@ uninstall:
137 rm -f $(DESTDIR)/$(datarootdir)/bash-completion/completions/firecfg 137 rm -f $(DESTDIR)/$(datarootdir)/bash-completion/completions/firecfg
138 138
139DISTFILES = "src etc platform configure configure.ac Makefile.in install.sh mkman.sh mketc.sh mkdeb.sh mkuid.sh COPYING README RELNOTES" 139DISTFILES = "src etc platform configure configure.ac Makefile.in install.sh mkman.sh mketc.sh mkdeb.sh mkuid.sh COPYING README RELNOTES"
140DISTFILES_TEST = "test/apps test/apps-x11 test/environment test/profiles test/utils test/dist-compile test/filters test/network test/fs test/sysutils" 140DISTFILES_TEST = "test/apps test/apps-x11 test/environment test/profiles test/utils test/compile test/filters test/network test/fs test/sysutils"
141 141
142dist: 142dist:
143 make distclean 143 make distclean
@@ -159,8 +159,8 @@ snap: all
159install-snap: snap 159install-snap: snap
160 sudo snap remove faudit; sudo snap install faudit*.snap 160 sudo snap remove faudit; sudo snap install faudit*.snap
161 161
162dist-compile: dist 162test-compile: dist
163 cd test/dist-compile; ./compile.sh $(NAME)-$(VERSION) 163 cd test/compile; ./compile.sh $(NAME)-$(VERSION)
164 164
165.PHONY: rpms 165.PHONY: rpms
166rpms: 166rpms: