summaryrefslogtreecommitdiffstats
path: root/package/dt/0001-adjust-os-symlink.patch
blob: 1af9d64d67025106f17c231a00cd5497524b8d2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Don't force build-dir-in-build-dir logic, symlink the os-specific SCSI
support file in place.

Status: not suitable for upstream.

Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com>

diff -Nura Makefile.linux Makefile.linux
--- a/Makefile.linux	2016-01-26 09:10:03.939963780 -0300
+++ b/Makefile.linux	2016-01-26 09:10:27.140763863 -0300
@@ -129,7 +129,7 @@
 	    echo "Please specify OS={aix,linux,hpux,solaris,windows}"; \
 	    exit 1; \
 	fi; \
-	ln -sf ../scsilib-$(OS).c scsilib.c
+	ln -sf scsilib-$(OS).c scsilib.c
 
 print:;
 		@$(PRINTER) $(PRINTFLAGS) $(ALL_CFILES)
OpenPOWER on IntegriCloud