mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
19
package/dt/0001-adjust-os-symlink.patch
Normal file
19
package/dt/0001-adjust-os-symlink.patch
Normal file
@@ -0,0 +1,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)
|
||||
Reference in New Issue
Block a user