Skip to content

Commit 088132f

Browse files
committed
Do not depend on REVISION_H
Disable for now, since this seems causing infinite rebuilding.
1 parent 71ce7e1 commit 088132f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1225,8 +1225,8 @@ $(REVISION_H)$(no_baseruby:no=~disabled~):
12251225
$(REVISION_H)$(yes_baseruby:yes=~disabled~):
12261226
$(Q) exit > $@
12271227

1228-
uncommon.mk: $(REVISION_H)
1229-
$(MKFILES): $(REVISION_H)
1228+
# uncommon.mk: $(REVISION_H)
1229+
# $(MKFILES): $(REVISION_H)
12301230

12311231
$(srcdir)/ext/ripper/ripper.c: $(srcdir)/ext/ripper/tools/preproc.rb $(srcdir)/parse.y $(srcdir)/defs/id.def $(srcdir)/ext/ripper/depend
12321232
$(ECHO) generating $@

0 commit comments

Comments
 (0)