Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • U uboot-imx
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.

  • Librem5
  • uboot-imx
  • Repository
Switch branch/tag
  • uboot-imx
  • Makefile
Find file BlameHistoryPermalink
  • Mike Frysinger's avatar
    error check autoconf.mk generation · 16fe7775
    Mike Frysinger authored Feb 18, 2008
    
    
    If any of the steps for generating autoconf.mk fail currently, they go
    unnoticed.  To fix, we can simply add 'set -e' to the long list of commands.
    This is simpler and more robust than placing '|| exit $$?' after every line.
    
    Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
    16fe7775