mirror of
https://github.com/facebook/zstd.git
synced 2025-12-10 00:06:51 -05:00
Merge pull request #3245 from haampie/fix/SED_ERE_OPT
drop -E flag in sed
This commit is contained in:
commit
e9e88753d5
@ -298,7 +298,7 @@ INSTALL_DATA ?= $(INSTALL) -m 644
|
|||||||
|
|
||||||
libzstd.pc: libzstd.pc.in
|
libzstd.pc: libzstd.pc.in
|
||||||
@echo creating pkgconfig
|
@echo creating pkgconfig
|
||||||
@sed $(SED_ERE_OPT) \
|
@sed \
|
||||||
-e 's|@PREFIX@|$(PREFIX)|' \
|
-e 's|@PREFIX@|$(PREFIX)|' \
|
||||||
-e 's|@EXEC_PREFIX@|$(PCEXEC_PREFIX)|' \
|
-e 's|@EXEC_PREFIX@|$(PCEXEC_PREFIX)|' \
|
||||||
-e 's|@INCLUDEDIR@|$(PCINCPREFIX)$(PCINCDIR)|' \
|
-e 's|@INCLUDEDIR@|$(PCINCPREFIX)$(PCINCDIR)|' \
|
||||||
|
|||||||
@ -124,7 +124,6 @@ ifeq ($(HAVE_COLORNEVER), 1)
|
|||||||
GREP_OPTIONS += --color=never
|
GREP_OPTIONS += --color=never
|
||||||
endif
|
endif
|
||||||
GREP = grep $(GREP_OPTIONS)
|
GREP = grep $(GREP_OPTIONS)
|
||||||
SED_ERE_OPT ?= -E
|
|
||||||
|
|
||||||
ZSTD_COMMON_FILES := $(sort $(wildcard $(LIBZSTD)/common/*.c))
|
ZSTD_COMMON_FILES := $(sort $(wildcard $(LIBZSTD)/common/*.c))
|
||||||
ZSTD_COMPRESS_FILES := $(sort $(wildcard $(LIBZSTD)/compress/*.c))
|
ZSTD_COMPRESS_FILES := $(sort $(wildcard $(LIBZSTD)/compress/*.c))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user