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
33971248
Commit
33971248
authored
32 years ago
by
Per Cederqvist
Browse files
Options
Downloads
Patches
Plain Diff
Search libisc-new in the tags rule.
parent
2004279b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/server/ChangeLog
+4
-0
4 additions, 0 deletions
src/server/ChangeLog
src/server/Makefile
+8
-4
8 additions, 4 deletions
src/server/Makefile
with
12 additions
and
4 deletions
src/server/ChangeLog
+
4
−
0
View file @
33971248
Tue May 19 01:06:50 1992 Per Cederqvist (ceder@lysator)
* Makefile (tags): Search libraries/libisc-new.
Mon May 18 23:27:04 1992 Per Cederqvist (ceder@lysator)
* connections.h (Connection): Added the boolean field
...
...
This diff is collapsed.
Click to expand it.
src/server/Makefile
+
8
−
4
View file @
33971248
#
# $Id: Makefile,v 0.2
5
1992/0
4
/1
5
2
2:59:15
ceder Exp $
# $Id: Makefile,v 0.2
6
1992/0
5
/1
8
2
3:12:43
ceder Exp $
# Copyright (C) 1991 Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
...
...
@@ -22,7 +22,7 @@
#
# Please mail bug reports to bug-lyskom@lysator.liu.se.
#
# $Id: Makefile,v 0.2
5
1992/0
4
/1
5
2
2:59:15
ceder Exp $
# $Id: Makefile,v 0.2
6
1992/0
5
/1
8
2
3:12:43
ceder Exp $
include
Topdir.make
SCRIPTDIR
=
$(
TOPDIR
)
/scripts
...
...
@@ -165,8 +165,12 @@ specials: $(SPECIALS)
tags
:
$(
RM
)
TAGS
etags
-t
$(
INCLUDEDIR
)
/
*
.h
*
.h
$(
TOPDIR
)
/src/libraries/lib
*
/
*
.h
\
*
.c
$(
TOPDIR
)
/src/libraries/lib
*
/
*
.c
etags
-t
$(
INCLUDEDIR
)
/
*
.h
*
.h
\
$(
TOPDIR
)
/src/libraries/libisc-new/src/
*
.h
\
$(
TOPDIR
)
/src/libraries/lib
*
/
*
.h
\
*
.c
\
$(
TOPDIR
)
/src/libraries/libisc-new/src/
*
.c
\
$(
TOPDIR
)
/src/libraries/lib
*
/
*
.c
include
$(SCRIPTDIR)/Parallell-depend.make
...
...
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