9 Commits

Author SHA1 Message Date
dkambleNetapp
1b78d5076d INSTALL.md: Add 'which' as build dependency
Update INSTALL.md to list 'which' as a required dependency.
Without it, scst init script fails with:

    /etc/init.d/scst: line 149: which: command not found

as seen in systemd logs:

    mp-scst-service scst[1198]: /etc/init.d/scst: line 149: which: command not found
    mp-scst-service systemd[1]: mp-scst.service: Control process exited, code=exited, status=1/FAILURE

Stemming from the line:
https://github.com/SCST-project/scst/blob/v3.9/scstadmin/init.d/scst#L162
2025-09-08 15:30:18 +03:00
Gleb Chesnokov
85e8086a7e Makefile: Implement several improvements to SCST Makefiles
1. Correct a typo, changing `make release` to `make 2release`.
2. Add information about package-related targets to the help section.
3. Remove `dev_handler` directory during the uninstall process.
4. Eliminate the non-existent `tgt` target from the PHONY targets.
5. Introduce SCST_MOD_DIR and SCST_DH_MOD_DIR as helper variables.
2023-06-14 16:49:36 +03:00
Gleb Chesnokov
22b03d1c6e INSTALL.md: Fix a checkpatch complaint about whitespace
This patch fixes the following checkpatch warnings:

    ERROR:TRAILING_WHITESPACE: trailing whitespace.
2023-04-04 11:47:44 +03:00
Chesnokov Gleb
e807b8e466 INSTALL.md: Update dkms packages information 2021-12-21 14:23:06 +03:00
Bart Van Assche
f1a0222f2b INSTALL.md: Use markdown formatting 2021-12-19 20:09:02 -08:00
Bart Van Assche
f9e7878ddf INSTALL.md: Restrict to 80 columns 2021-12-19 20:07:29 -08:00
Gilbert Standen
53d5d68f01 Update INSTALL.md 2021-12-19 20:04:34 -08:00
Bart Van Assche
6327055e26 INSTALL.md: Remove trailing whitespace
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9023 d57e44dd-8a1f-0410-8b47-8ef2f437770f
2020-06-16 17:39:09 +00:00
Bart Van Assche
d5bc1e31f8 Add instructions for building and installing SCST
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9011 d57e44dd-8a1f-0410-8b47-8ef2f437770f
2020-06-13 16:04:01 +00:00