Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
b2f6fa95
Commit
b2f6fa95
authored
Mar 08, 2017
by
Tomek Mrugalski
🛰
Browse files
[5137] .gitignore, Makefiles cleaned up
parent
61b0d4c3
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/bin/shell/.gitignore
0 → 100644
View file @
b2f6fa95
kea-shell
kea-shell.8
src/bin/shell/Makefile.am
View file @
b2f6fa95
...
...
@@ -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
:
...
...
src/bin/shell/tests/.gitignore
0 → 100644
View file @
b2f6fa95
shell_process_tests.sh
src/bin/shell/tests/Makefile.am
View file @
b2f6fa95
...
...
@@ -23,7 +23,6 @@ check-shell:
${SHELL}
$(abs_builddir)
/
$$
shtest
||
exit
;
\
done
CLEANDIRS
=
__pycache__
clean-local
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment