Skip to content
Snippets Groups Projects
Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
  • Simon Glass's avatar
    57332957
    env: Fix operation of 'make environ' · 57332957
    Simon Glass authored
    
    This was broken by the recent environment refactoring. Specifically:
    
    $  make environ
    scripts/Makefile.build:59: tools/environ/Makefile: No such file or directory
    make[1]: *** No rule to make target 'tools/environ/Makefile'.  Stop.
    make: *** [Makefile:1469: environ] Error 2
    
    Fix this by updating the Makefile and adjusting the #include filesnames in
    two C files.
    
    Fixes: ec74f5f9 (Makefile: Rename 'env' target to 'environ')
    Reported-by: default avatarMåns Rullgård <mans@mansr.com>
    Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
    57332957
    History
    env: Fix operation of 'make environ'
    Simon Glass authored
    
    This was broken by the recent environment refactoring. Specifically:
    
    $  make environ
    scripts/Makefile.build:59: tools/environ/Makefile: No such file or directory
    make[1]: *** No rule to make target 'tools/environ/Makefile'.  Stop.
    make: *** [Makefile:1469: environ] Error 2
    
    Fix this by updating the Makefile and adjusting the #include filesnames in
    two C files.
    
    Fixes: ec74f5f9 (Makefile: Rename 'env' target to 'environ')
    Reported-by: default avatarMåns Rullgård <mans@mansr.com>
    Signed-off-by: default avatarSimon Glass <sjg@chromium.org>