Fixed for old git
This commit is contained in:
parent
97a5af62a3
commit
ffab1bfdfc
@ -291,8 +291,8 @@ $(UNICODE_SRC_DATA_DIR)/.unicode-tables.time: \
|
|||||||
$(UNICODE_FILES) $(UNICODE_PROPERTY_FILES)
|
$(UNICODE_FILES) $(UNICODE_PROPERTY_FILES)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
REVISION_IN_HEADER := $(shell sed -n 's/^\#define RUBY_FULL_REVISION "\(.*\)"/\1/p' $(srcdir)/revision.h)
|
REVISION_IN_HEADER := $(shell sed -n 's/^\#define RUBY_FULL_REVISION "\(.*\)"/\1/p' $(srcdir)/revision.h 2>/dev/null)
|
||||||
REVISION_LATEST := $(shell git -C $(srcdir) log -1 --format=%H)
|
REVISION_LATEST := $(shell cd $(srcdir) && git log -1 --format=%H)
|
||||||
ifneq ($(REVISION_IN_HEADER),$(REVISION_LATEST))
|
ifneq ($(REVISION_IN_HEADER),$(REVISION_LATEST))
|
||||||
# GNU make treat the target as unmodified when its dependents get
|
# GNU make treat the target as unmodified when its dependents get
|
||||||
# updated but it is not updated, while others may not.
|
# updated but it is not updated, while others may not.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user