Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cta
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
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
dCache
cta
Commits
b97a3482
Commit
b97a3482
authored
11 years ago
by
Steven Murray
Browse files
Options
Downloads
Patches
Plain Diff
Removed the compilation of the now exstinct accounting code.
parent
a4f067ff
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
common/CMakeLists.txt
+1
-1
1 addition, 1 deletion
common/CMakeLists.txt
tape/CMakeLists.txt
+1
-2
1 addition, 2 deletions
tape/CMakeLists.txt
with
2 additions
and
3 deletions
common/CMakeLists.txt
+
1
−
1
View file @
b97a3482
...
...
@@ -36,7 +36,7 @@ set (COMMON_LIB_SRC_FILES
getifnam.c getuser.c log.c marshall.c
readc.c remote.c
serror.c socket.c solveln.c trace.c
wsacct.c
ypgetacct.c ypgetacctent.c
ypgetacct.c ypgetacctent.c
Cthread.c Cglobals.c Cgrp.c Cmutex.c Cuuid.c
Cdomainname.c Cnetdb.c Cpool.c Cpwd.c Cstrerror.c
socket_timeout.c u64subr.c Cinitdaemon.c Cgetopt.c
...
...
This diff is collapsed.
Click to expand it.
tape/CMakeLists.txt
+
1
−
2
View file @
b97a3482
...
...
@@ -122,8 +122,7 @@ install (TARGETS posovl DESTINATION ${CASTOR_DEST_BIN_DIR})
################################################################################
# Rules to build tplabel and install its man page
################################################################################
set
(
TPLABEL_SRC_FILES tplabel.c
)
add_executable
(
tplabel
${
TPLABEL_SRC_FILES
}
)
add_executable
(
tplabel tplabel.c
)
target_link_libraries
(
tplabel castorcommon castortape
)
install
(
TARGETS tplabel DESTINATION
${
CASTOR_DEST_BIN_DIR
}
)
install
(
FILES tplabel.man DESTINATION
${
CASTOR_DEST_MAN_DIR
}
/man1
...
...
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