Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lyskom-server-ceder-1616-generations-topgit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
c0248da3
Commit
c0248da3
authored
33 years ago
by
Per Cederqvist
Browse files
Options
Downloads
Patches
Plain Diff
Create .gdbinit from the Makefile (with make .gdbinit).
parent
16ef7cf0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/server/Makefile
+11
-3
11 additions, 3 deletions
src/server/Makefile
with
11 additions
and
3 deletions
src/server/Makefile
+
11
−
3
View file @
c0248da3
#
#
# $Id: Makefile,v 0.1
4
1991/09/1
5 1
0:
3
3:
29 linus
Exp $
# $Id: Makefile,v 0.1
5
1991/09/1
7 2
0:
5
3:
05 ceder
Exp $
# Copyright (C) 1991 Lysator Academic Computer Association.
# Copyright (C) 1991 Lysator Academic Computer Association.
#
#
# This file is part of the LysKOM server.
# This file is part of the LysKOM server.
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
#
#
# Please mail bug reports to bug-lyskom@lysator.liu.se.
# Please mail bug reports to bug-lyskom@lysator.liu.se.
#
#
# $Id: Makefile,v 0.1
4
1991/09/1
5 1
0:
3
3:
29 linus
Exp $
# $Id: Makefile,v 0.1
5
1991/09/1
7 2
0:
5
3:
05 ceder
Exp $
include
Topdir.make
include
Topdir.make
SCRIPTDIR
=
$(
TOPDIR
)
/scripts
SCRIPTDIR
=
$(
TOPDIR
)
/scripts
...
@@ -89,7 +89,7 @@ DBCK_SRCS = dbck.c dbck-cache.c ram-smalloc.c ram-parse.c server-config.c\
...
@@ -89,7 +89,7 @@ DBCK_SRCS = dbck.c dbck-cache.c ram-smalloc.c ram-parse.c server-config.c\
SPECIALS
=
call-switch.incl com.h fnc-def-init.incl prot-a-parse-arg.c
\
SPECIALS
=
call-switch.incl com.h fnc-def-init.incl prot-a-parse-arg.c
\
prot-a-parse-arg.h fncdef-no-str-limit.txt
prot-a-parse-arg.h fncdef-no-str-limit.txt
.gdbinit
SRCS
=
$(
GEN_SRCS
)
$(
RAM_SRCS
)
$(
DISK_SRCS
)
$(
LYS_SRCS
)
$(
DBCK_SRCS
)
SRCS
=
$(
GEN_SRCS
)
$(
RAM_SRCS
)
$(
DISK_SRCS
)
$(
LYS_SRCS
)
$(
DBCK_SRCS
)
...
@@ -129,6 +129,14 @@ fncdef-no-str-limit.txt: fncdef.txt
...
@@ -129,6 +129,14 @@ fncdef-no-str-limit.txt: fncdef.txt
(
echo
\#
Do not edit this file! It is generated from fncdef.txt.
;
\
(
echo
\#
Do not edit this file! It is generated from fncdef.txt.
;
\
cat
fncdef.txt
)
|
sed
's/([^)]*)//g'
>
fncdef-no-str-limit.txt
cat
fncdef.txt
)
|
sed
's/([^)]*)//g'
>
fncdef-no-str-limit.txt
.gdbinit
:
Topdir.make
$(
RM
)
-f
.gdbinit
echo
handle 13 nostop noprint
>
.gdbinit
echo dir
$(
TOPDIR
)
/src/libraries/libcommon
>>
.gdbinit
echo dir
$(
TOPDIR
)
/src/libraries/libansi
>>
.gdbinit
echo dir
$(
TOPDIR
)
/src/libraries/libisc
>>
.gdbinit
echo dir
$(
TOPDIR
)
/src/libraries/libmisc
>>
.gdbinit
install
:
$(PROGRAMS)
install
:
$(PROGRAMS)
echo
Server not installed.
echo
Server not installed.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment