Skip to content

sed -e not supported on MacOS #149

@vrqq

Description

@vrqq

For Mac OS It may use '-E' instead.

$(SED) -r \

Log here:

Making install in udev
Makefile:527: warning: overriding commands for target `39-libirecovery.rules'
Makefile:335: warning: ignoring old commands for target `39-libirecovery.rules'
/usr/bin/sed -r -e 's|@udev_activation_rule[@]|OWNER="root", GROUP="storage", MODE="0660"|g' < 39-libirecovery.rules.in > 39-libirecovery.rules || rm 39-libirecovery.rules
/usr/bin/sed: illegal option -- r
usage: sed script [-Ealn] [-i extension] [file ...]
       sed [-Ealn] [-i extension] [-e script] ... [-f script_file] ... [file ...]
Makefile:527: warning: overriding commands for target `39-libirecovery.rules'
Makefile:335: warning: ignoring old commands for target `39-libirecovery.rules'
make[2]: Nothing to be done for `install-exec-am'.
/usr/bin/sed -r -e 's|@udev_activation_rule[@]|OWNER="root", GROUP="storage", MODE="0660"|g' < 39-libirecovery.rules.in > 39-libirecovery.rules || rm 39-libirecovery.rules
/usr/bin/sed: illegal option -- r
usage: sed script [-Ealn] [-i extension] [file ...]
       sed [-Ealn] [-i extension] [-e script] ... [-f script_file] ... [file ...]
 .././install-sh -c -d '/Users/vrqq/limd-install/lib/udev/rules.d'
 /usr/bin/install -c -m 644 ./39-libirecovery.rules '/Users/vrqq/limd-install/lib/udev/rules.d'
install: ./39-libirecovery.rules: No such file or directory
make[2]: *** [install-udevrulesDATA] Error 71
make[1]: *** [install-am] Error 2
make: *** [install-recursive] Error 1

Tested on Mac OS X 10.15.7 Catalina

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