Skip to content

About environment variable D #184

@cielavenir

Description

@cielavenir

I have found that D=name=value make can be used to set additional define. It is used in make.inc DEFINES += $(addprefix -D , $D) and Makefile.am AM_CFLAGS = ${my_CFLAGS} ${INCLUDE} $(src_include) ${D} (oh actually Makefile.am syntax is inconsistent with make.inc). Could you tell me the usecase?
I'm sure python-isal's build system has no usecase so I'm suggesting removing it in pycompression/python-isal#92, but I'm interested in isa-l itself.

In our case, I found that export D=/path/to/detection causes build error.

/cc @rhpvorderman

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions