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
B
BIRD Internet Routing Daemon
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
labs
BIRD Internet Routing Daemon
Commits
abf2be7d
Commit
abf2be7d
authored
Mar 12, 2000
by
Martin Mareš
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add internal commands of the client to the command list.
parent
971b2310
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
+12
-2
client/cmds.m4
client/cmds.m4
+10
-0
conf/Makefile
conf/Makefile
+2
-2
No files found.
client/cmds.m4
0 → 100644
View file @
abf2be7d
#
# BIRD -- Internal Commands Of The Client
#
# (c) 2000 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
#
# Can be freely distributed and used under the terms of the GNU GPL.
#
CF_CLI(QUIT,,, [[Quit the client]])
CF_CLI(EXIT,,, [[Exit the client]])
conf/Makefile
View file @
abf2be7d
...
...
@@ -20,8 +20,8 @@ cf-parse.y: $(conf-fragments) $(conf-src)/gen_parser.m4
keywords.h
:
$(conf-fragments) $(conf-src)/gen_keywords.m4
$(M4)
-P
$
(
conf-src
)
/gen_keywords.m4
$
(
conf-fragments
)
>
keywords.h
commands.h
:
$(conf-fragments) $(conf-src)/gen_commands.m4
$(M4)
-P
$
(
conf-src
)
/gen_commands.m4
$
(
conf-fragments
)
|
sort
>
commands.h
commands.h
:
$(conf-fragments) $(conf-src)/gen_commands.m4
$(srcdir)/client/cmds.m4
$(M4)
-P
$
(
conf-src
)
/gen_commands.m4
$(
srcdir)
/client/cmds.m4
$
(
conf-fragments
)
|
sort
>
commands.h
cf-lex.c
:
cf-lex.l
$(FLEX)
$(FLEX_DEBUG)
-sB8
-ocf-lex
.c
-Pcf_
cf-lex.l
...
...
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