Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
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
RadioObservatory
LOFAR
Commits
4e2bde55
Commit
4e2bde55
authored
19 years ago
by
Ger van Diepen
Browse files
Options
Downloads
Patches
Plain Diff
%[ER: 253]%
Improved comments
parent
abe5e170
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
LCS/Tools/src/Makefile.am
+2
-2
2 additions, 2 deletions
LCS/Tools/src/Makefile.am
LCS/Tools/src/lofarinit.csh
+3
-1
3 additions, 1 deletion
LCS/Tools/src/lofarinit.csh
LCS/Tools/src/lofarinit.sh
+3
-1
3 additions, 1 deletion
LCS/Tools/src/lofarinit.sh
with
8 additions
and
4 deletions
LCS/Tools/src/Makefile.am
+
2
−
2
View file @
4e2bde55
...
...
@@ -45,9 +45,9 @@ dist_template_DATA = templates/header.cc_template \
# Install lofarinit without execute permissions.
# They have to be sourced; fill in the correct path.
install-data-local
:
for
FIL
in
lofarinit.sh lofarinit.csh
;
do
\
echo
"FIL=
$$
FIL
$(
srcdir
)
$(
prefix
)
"
;
\
@
for
FIL
in
lofarinit.sh lofarinit.csh
;
do
\
sed
-e
"s%
\.
#filled in by install%
$(
prefix
)
%"
$(
srcdir
)
/
$$
FIL
>
$$
FIL.tmp
;
\
echo
"
$(
INSTALL_DATA
)
$$
FIL.tmp
$(
prefix
)
/
$$
FIL"
;
\
$(
INSTALL_DATA
)
$$
FIL.tmp
$(
prefix
)
/
$$
FIL
;
\
done
...
...
This diff is collapsed.
Click to expand it.
LCS/Tools/src/lofarinit.csh
+
3
−
1
View file @
4e2bde55
...
...
@@ -23,7 +23,9 @@
#
# $Id$
# Define correct root here.
# Define root here.
# This is a placeholder, so do NOT change the line.
# The actual value is filled in by make install (see Makefile.am).
set a_root = . #filled in by install
# First strip the current LOFARPATH from PATH and LD_LIBRARY_PATH
...
...
This diff is collapsed.
Click to expand it.
LCS/Tools/src/lofarinit.sh
+
3
−
1
View file @
4e2bde55
...
...
@@ -23,7 +23,9 @@
#
# $Id$
# Define correct root here.
# Define root here.
# This is a placeholder, so do NOT change the line.
# The actual value is filled in by make install (see Makefile.am).
a_root
=
.
#filled in by install
# First strip the current LOFARPATH from PATH and LD_LIBRARY_PATH
...
...
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