]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5137] .gitignore, Makefiles cleaned up
authorTomek Mrugalski <tomasz@isc.org>
Wed, 8 Mar 2017 09:51:53 +0000 (10:51 +0100)
committerTomek Mrugalski <tomasz@isc.org>
Wed, 8 Mar 2017 09:51:53 +0000 (10:51 +0100)
src/bin/shell/.gitignore [new file with mode: 0644]
src/bin/shell/Makefile.am
src/bin/shell/tests/.gitignore [new file with mode: 0644]
src/bin/shell/tests/Makefile.am

diff --git a/src/bin/shell/.gitignore b/src/bin/shell/.gitignore
new file mode 100644 (file)
index 0000000..e7cd209
--- /dev/null
@@ -0,0 +1,2 @@
+kea-shell
+kea-shell.8
index d9786c7bd191efaf9834844874d20e30a4e74de9..f47200a112e328e36dabe9a142426790d22805b3 100644 (file)
@@ -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:
diff --git a/src/bin/shell/tests/.gitignore b/src/bin/shell/tests/.gitignore
new file mode 100644 (file)
index 0000000..13066d0
--- /dev/null
@@ -0,0 +1 @@
+shell_process_tests.sh
index 20299d065386b194d6f5010bef26d353870b2e84..39d32022b195d47ca511bff19df37a99dba64fc6 100644 (file)
@@ -23,7 +23,6 @@ check-shell:
        ${SHELL} $(abs_builddir)/$$shtest || exit ; \
        done
 
-
 CLEANDIRS = __pycache__
 
 clean-local: