Skip to content
Snippets Groups Projects
Commit 4e2bde55 authored by Ger van Diepen's avatar Ger van Diepen
Browse files

%[ER: 253]%

Improved comments
parent abe5e170
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment