Skip to content
Snippets Groups Projects
  1. Mar 24, 2022
  2. Oct 07, 2021
    • Matthias Schiffer's avatar
      Set PKG_VERSION in gluon.mk · f419db58
      Matthias Schiffer authored
      This removes PKG_VERSION and PKG_RELEASE from most Makefiles, as the
      value was never useful for Gluon packages; instead, PKG_VERSION is set
      to 1 in gluon.mk.
      
      It also removes two other weird definitions:
      
      - gluon-iptables-clamp-mss-to-pmtu replicating the old PKG_VERSION logic
        from gluon-core, but without the fixed PKG_BUILD_DIR to prevent
        unnessary rebuilds
      - gluon-hoodselector set GLUON_VERSION=3
      f419db58
  3. Jul 12, 2021
  4. Jul 11, 2021
    • Matthias Schiffer's avatar
      gluon.mk: fix indentation · 3386221e
      Matthias Schiffer authored
      A leading tab character usually marks recipe lines in Makefiles;
      non-recipe lines must be indented using spaces.
      
      The incorrect tab character doesn't seen to have caused any issues in
      this case, but it should be fixed nonetheless, if only for consistency.
      3386221e
  5. Jun 04, 2020
    • Matthias Schiffer's avatar
      build: make GluonSrcDiet simpler and more robust (#2033) · 50adb097
      Matthias Schiffer authored
      - If luasrcdiet fails for a Lua script, this is a bug that should be
        noticed rather than including the unminified script
      - Use .tmp suffix for temporary file rather than .o
      - Replace chmod + stat + mv with simpler cp + rm to overwrite file while
        preserving file mode
      50adb097
  6. May 12, 2020
  7. Nov 23, 2019
  8. Apr 14, 2019
  9. Apr 13, 2018
  10. Mar 09, 2018
  11. Mar 08, 2018
  12. Jan 19, 2018
  13. Feb 22, 2017
  14. Feb 10, 2017
  15. Jan 18, 2017
  16. Jan 17, 2017
  17. Jul 09, 2016
    • Jan-Tarek Butt's avatar
      build: add GluonSrcDiet define to package.mk · 1a289341
      Jan-Tarek Butt authored
      This call takes an input and an output argument and will copy all files
      from the input to the output, while minifying the Lua files.
      
      [Matthias Schiffer: simplified definition, added commit message.]
      1a289341
  18. May 21, 2015
  19. Mar 19, 2015
  20. Mar 18, 2015
  21. Jul 05, 2014
Loading