mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-19 11:41:26 +00:00
34d764426a162f42ef4511d7c5efb42c7c76ab4f
Make it possible to build an SCST RPM via the command "make rpm". The contents of the two RPMs built by this command is as follows: $ rpm -qlp rpmbuilddir/RPMS/x86_64/scst-3.11.8+-3.0.0.*-1.x86_64.rpm /lib/modules/3.11.8+/extra /lib/modules/3.11.8+/extra/dev_handlers /lib/modules/3.11.8+/extra/dev_handlers/scst_cdrom.ko /lib/modules/3.11.8+/extra/dev_handlers/scst_changer.ko /lib/modules/3.11.8+/extra/dev_handlers/scst_disk.ko /lib/modules/3.11.8+/extra/dev_handlers/scst_modisk.ko /lib/modules/3.11.8+/extra/dev_handlers/scst_processor.ko /lib/modules/3.11.8+/extra/dev_handlers/scst_raid.ko /lib/modules/3.11.8+/extra/dev_handlers/scst_tape.ko /lib/modules/3.11.8+/extra/dev_handlers/scst_user.ko /lib/modules/3.11.8+/extra/dev_handlers/scst_vdisk.ko /lib/modules/3.11.8+/extra/fcst.ko /lib/modules/3.11.8+/extra/ib_srpt.ko /lib/modules/3.11.8+/extra/iscsi-scst.ko /lib/modules/3.11.8+/extra/qla2x00tgt.ko /lib/modules/3.11.8+/extra/qla2xxx_scst.ko /lib/modules/3.11.8+/extra/scst.ko /lib/modules/3.11.8+/extra/scst_local.ko /usr/sbin/iscsi-scst-adm /usr/sbin/iscsi-scstd /usr/share/man/man5/iscsi-scstd.conf.5.gz /usr/share/man/man8/iscsi-scst-adm.8.gz /usr/share/man/man8/iscsi-scstd.8.gz /var/lib/scst $ rpm -qlp rpmbuilddir/RPMS/x86_64/scst-3.11.8+-devel-3.0.0.*-1.x86_64.rpm /usr/include/scst /usr/include/scst/Module.symvers /usr/include/scst/scst.h /usr/include/scst/scst_const.h /usr/include/scst/scst_debug.h /usr/include/scst/scst_sgv.h /usr/include/scst/scst_user.h git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5137 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This is the SCST development repository. It contains not a single project SCST as one can think, but a number of them, which are divided as the following: 1. SCST core in scst/ subdirectory 2. Administration utility for SCST core scstadmin in scstadmin/ 3. Target drivers in own subdirectories qla2x00t/, iscsi-scst/, etc. 4. User space programs in usr/ subdirectory, like fileio_tgt. 5. Some various docs in doc/ subdirectory. Those subprojects are in most cases independent from each other, although some of them depend from the SCST core. They put in the single repository only to simplify their development, they are released independently. Thus, use "make all" only if you really need to build everything. Otherwise build only what you need, like for iSCSI-SCST: make scst scst_install iscsi iscsi_install For more information about each subproject see their README files. Vladislav Bolkhovitin <vst@vlnb.net>, http://scst.sourceforge.net
Description
Languages
C
90.1%
Perl
4.2%
Shell
1.8%
HTML
1.7%
Makefile
1.2%
Other
0.9%