From 2ab7d5390129be4363d2b085106873c992cd53ab Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Sat, 13 Sep 2014 01:37:12 +0000 Subject: [PATCH] Update root README to use symlink instead of bind mount for QLogic git driver integration git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5805 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- README | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README b/README index e42fd5e92..52d3edfce 100644 --- a/README +++ b/README @@ -45,10 +45,8 @@ To integrate it into the SCST build tree you need: 2. Create in the SCST root, i.e. this directory, a subdirectory with name qla2x00t_git -3. Bind mount drivers/scsi/qla2xxx in the cloned git tree to the -qla2x00t_git subdirectory, like: - -# mount --bind /home/u/scst-qla2xxx/drivers/scsi/qla2xxx /home/u/trunk/qla2x00t_git +3. Symlink drivers/scsi/qla2xxx subdirectory in the cloned git tree to the +qla2x00t_git subdirectory Thats all. Now "make all" and other common and QLA specific root Makefile targets "magically" start working. The bind mount is necessary