Whamcloud - gitweb
The sixth field in the csv entry is "fsname", so just move fsname option to its position.
[fs/lustre-release.git] / lustre / scripts / Makefile.am
1 # Copyright (C) 2001  Cluster File Systems, Inc.
2 #
3 # This code is issued under the GNU General Public License.
4 # See the file COPYING in this distribution
5
6 # These are scripts that are generated from .in files
7 genscripts = lustre_config.sh lc_modprobe.sh lc_net.sh lc_hb.sh lc_cluman.sh lustre_createcsv.sh lc_md.sh lc_lvm.sh
8
9 sbin_SCRIPTS = $(genscripts) lc_servip.sh lustre_up14.sh lustre_rmmod.sh
10
11 EXTRA_DIST = license-status maketags.sh version_tag.pl.in lc_common.sh \
12              $(addsuffix .in,$(genscripts)) lc_mon.sh lc_servip.sh \
13              lustre_up14.sh lustre_rmmod.sh
14
15 scriptlibdir = $(libdir)/@PACKAGE@
16 scriptlib_DATA = lc_common.sh
17
18 CLEANFILES = $(genscripts)
19
20 $(genscripts): %.sh: %.sh.in
21         sed -e 's#@scriptlibdir@#$(scriptlibdir)#' < $< > $@
22         chmod +x $@