Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • I ipipe-ppc32
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • xenomaixenomai
  • ipipe-ppc32
  • Repository
Switch branch/tag
  • ipipe-ppc32
  • tools
  • power
  • cpupower
  • Makefile
Find file BlameHistoryPermalink
  • Bjørn Forsman's avatar
    kbuild: /bin/pwd -> pwd · 16f8259c
    Bjørn Forsman authored Nov 05, 2017 and Masahiro Yamada's avatar Masahiro Yamada committed Nov 18, 2017
    Most places use pwd and rely on $PATH lookup. Moving the remaining
    absolute path /bin/pwd users over for consistency.
    
    Also, a reason for doing /bin/pwd -> pwd instead of the other way around
    is because I believe build systems should make little assumptions on
    host filesystem layout. Case in point, we do this kind of patching
    already in NixOS.
    
    Ref. commit 028568d8
    
    
    ("kbuild: revert $(realpath ...) to $(shell cd ... && /bin/pwd)").
    
    Signed-off-by: default avatarBjørn Forsman <bjorn.forsman@gmail.com>
    Signed-off-by: Masahiro Yamada's avatarMasahiro Yamada <yamada.masahiro@socionext.com>
    16f8259c

Imprint & Privacy Policy