Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Kea
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
445
Issues
445
List
Boards
Labels
Service Desk
Milestones
Merge Requests
71
Merge Requests
71
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
Kea
Commits
b2f6fa95
Commit
b2f6fa95
authored
Mar 08, 2017
by
Tomek Mrugalski
🛰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[5137] .gitignore, Makefiles cleaned up
parent
61b0d4c3
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
2 deletions
+4
-2
src/bin/shell/.gitignore
src/bin/shell/.gitignore
+2
-0
src/bin/shell/Makefile.am
src/bin/shell/Makefile.am
+1
-1
src/bin/shell/tests/.gitignore
src/bin/shell/tests/.gitignore
+1
-0
src/bin/shell/tests/Makefile.am
src/bin/shell/tests/Makefile.am
+0
-1
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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