mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-17 12:46:27 +00:00
Avoid that make disable_proc/enable_proc triggers a warning about the soft link scstadmin not being found.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3236 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
+2
-2
@@ -32,11 +32,11 @@ extraclean:
|
||||
cd $(SCSTADMIN_DIR) && $(MAKE) $@
|
||||
|
||||
disable_proc:
|
||||
-rm scstadmin
|
||||
-rm -f scstadmin
|
||||
ln -s scstadmin.sysfs scstadmin
|
||||
|
||||
enable_proc:
|
||||
-rm scstadmin
|
||||
-rm -f scstadmin
|
||||
ln -s scstadmin.procfs scstadmin
|
||||
|
||||
.PHONY: all install uninstall perl-module clean distclean extraclean disable_proc enable_proc
|
||||
|
||||
Reference in New Issue
Block a user