Skip to content
Snippets Groups Projects
Select Git revision
  • experimental
  • master
  • v2021.1.2-ffs
  • v2021.1.1-ffs
  • nrb/gluon-master-cpe510
  • v2021.1-ffs
  • v2020.2.3-ffs
  • nrbffs/fastd-remove-delay
  • v2020.2.2-ffs
  • v2020.2.1-ffs
  • v2020.2-ffs
  • v2020.2.x
  • v2020.1.3-ffs
  • v2020.1.1-ffs
  • v2020.1-ffs
  • v2019.1.2-ffs
  • v2019.1.1-ffs
  • nrb/test-radv-filter
  • v2019.1-ffs
  • nrbffs/netgear-ex6120
  • v2021.1.2-ffs0.2
  • v2021.1.2-ffs0.1
  • v2021.1.1-ffs0.4
  • v2021.1.1-ffs0.3
  • v2021.1.1-ffs0.2
  • v2021.1.1-ffs0.1
  • v2021.1-ffs0.1
  • v2020.2.3-ffs0.3
  • v2020.2.3-ffs0.2
  • v2020.2.3-ffs0.1
  • v2020.2.2-ffs0.1
  • v2020.2.1-ffs0.1
  • v2020.2-ffs0.1
  • v2020.2
  • v2020.2.x-ffs0.1
  • v2020.1.3-ffs0.1
  • v2020.1.1-ffs0.1
  • v2020.1-ffs0.1
  • v2019.1.2-ffs0.1
  • v2019.1.1-ffs0.1
40 results

Makefile

Blame
  • Forked from firmware / FFS Gluon
    1720 commits behind, 20 commits ahead of the upstream repository.
    • Matthias Schiffer's avatar
      ef2d3578
      Makefile: error earlier when site.mk is missing · ef2d3578
      Matthias Schiffer authored
      The site.mk target was only evaluated after the whole makefile was
      parsed. This caused the GLUON_DEPRECATED error to be emitted first
      (hiding the more helpful message that no site config was found) on Gluon
      2021.1.x, where GLUON_DEPRECATED is used in a toplevel if in targets.mk.
      
      By moving the check from recipe context to the toplevel, we ensure that
      it is evaluated during parsing.
      
      (cherry picked from commit 286d07b3)
      ef2d3578
      History
      Makefile: error earlier when site.mk is missing
      Matthias Schiffer authored
      The site.mk target was only evaluated after the whole makefile was
      parsed. This caused the GLUON_DEPRECATED error to be emitted first
      (hiding the more helpful message that no site config was found) on Gluon
      2021.1.x, where GLUON_DEPRECATED is used in a toplevel if in targets.mk.
      
      By moving the check from recipe context to the toplevel, we ensure that
      it is evaluated during parsing.
      
      (cherry picked from commit 286d07b3)
    Makefile 5.35 KiB