Browse Source

[5137] .gitignore, Makefiles cleaned up

Tomek Mrugalski 8 years ago
parent
commit
b2f6fa958f

+ 2 - 0
src/bin/shell/.gitignore

@@ -0,0 +1,2 @@
+kea-shell
+kea-shell.8

+ 1 - 1
src/bin/shell/Makefile.am

@@ -40,9 +40,9 @@ endif
 
 # this is done here since configure.ac AC_OUTPUT doesn't expand exec_prefix
 kea-shell: kea-shell.py
-	rm -f kea-shell.tmp
 	$(SED) "s|@@PYTHONPATH@@|@pyexecdir@|" kea-shell.py > kea-shell.tmp
 	$(SED) "s|REPORTED_VERSION|@PACKAGE_VERSION@|" kea-shell.tmp >$@
+	rm -f kea-shell.tmp
 	chmod a+x $@
 
 install-data-local:

+ 1 - 0
src/bin/shell/tests/.gitignore

@@ -0,0 +1 @@
+shell_process_tests.sh

+ 0 - 1
src/bin/shell/tests/Makefile.am

@@ -23,7 +23,6 @@ check-shell:
 	${SHELL} $(abs_builddir)/$$shtest || exit ; \
 	done
 
-
 CLEANDIRS = __pycache__
 
 clean-local: