Changeset 9ce911d in mainline for tools/autotool.py


Ignore:
Timestamp:
2017-06-02T20:06:13Z (8 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f98434b8
Parents:
7367c31
Message:

improve binary data packer

  • optional deflate compression
  • performance improvements
  • generate an assembly source, a header file and a C source with metadata (all there files are stored in an uncompressed ZIP archive first to workaround the inability of GNU Make to express a dependency rule with multiple targets)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/autotool.py

    r7367c31 r9ce911d  
    849849                check_app(["make", "--version"], "Make utility", "preferably GNU Make")
    850850                check_app(["makedepend", "-f", "-"], "Makedepend utility", "usually part of imake or xutils")
     851                check_app(["unzip"], "unzip utility", "usually part of zip/unzip utilities")
    851852               
    852853                # Compiler
Note: See TracChangeset for help on using the changeset viewer.