mirror of
https://github.com/ceph/ceph
synced 2025-02-23 19:17:37 +00:00
Makefile: include cclass.in in dist
This commit is contained in:
parent
f9dc4b9091
commit
0812b8f4d9
@ -242,7 +242,7 @@ editpaths = sed \
|
||||
-e 's|@datadir[@]|$(pkgdatadir)|g' \
|
||||
-e 's|@prefix[@]|$(prefix)|g'
|
||||
|
||||
init-ceph mkcephfs cclass: init-ceph.in mkcephfs.in Makefile cclass.in
|
||||
init-ceph mkcephfs cclass: init-ceph.in mkcephfs.in cclass.in Makefile
|
||||
rm -f $@ $@.tmp
|
||||
$(editpaths) '$(srcdir)/$@.in' >$@.tmp
|
||||
chmod +x $@.tmp
|
||||
@ -272,7 +272,7 @@ noinst_LIBRARIES += #libcephclient_so.a
|
||||
|
||||
# extra bits
|
||||
EXTRA_DIST = verify-mds-journal.sh vstart.sh stop.sh \
|
||||
crun ceph_common.sh init-ceph.in mkcephfs.in make_version
|
||||
crun ceph_common.sh init-ceph.in mkcephfs.in cclass.in make_version
|
||||
|
||||
install-data-local:
|
||||
$(install_sh_SCRIPT) -m 0755 cclass $(DESTDIR)$(bindir)/cclass
|
||||
|
Loading…
Reference in New Issue
Block a user