• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/dt/0001-adjust-os-symlink.patch
Gustavo ZacariasGustavo Zacarias committed 938946a476327 Jan 2016
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
Don't force build-dir-in-build-dir logic, symlink the os-specific SCSI
2
support file in place.
3
​
4
Status: not suitable for upstream.
5
​
6
Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com>
7
​
8
diff -Nura Makefile.linux Makefile.linux
9
--- a/Makefile.linux    2016-01-26 09:10:03.939963780 -0300
10
+++ b/Makefile.linux    2016-01-26 09:10:27.140763863 -0300
11
@@ -129,7 +129,7 @@
12
        echo "Please specify OS={aix,linux,hpux,solaris,windows}"; \
13
        exit 1; \
14
    fi; \
15
-   ln -sf ../scsilib-$(OS).c scsilib.c
16
+   ln -sf scsilib-$(OS).c scsilib.c
17
 
18
 print:;
19
        @$(PRINTER) $(PRINTFLAGS) $(ALL_CFILES)
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.