We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0dcd09 commit 977d3c4Copy full SHA for 977d3c4
Makefile
@@ -801,7 +801,7 @@ runtime4/ld.conf: $(ROOTDIR)/Makefile.config
801
# To speed up builds, we avoid changing "primitives" when files
802
# containing primitives change but the primitives table does not
803
runtime4/primitives: \
804
- $(shell runtime4/gen_primitives.sh > runtime4/primitives.new; \
+ $(shell (cd $(ROOTDIR)/runtime4 && ./gen_primitives.sh) > runtime4/primitives.new; \
805
cmp -s runtime4/primitives runtime4/primitives.new || \
806
echo runtime4/primitives.new)
807
$(V_GEN)cp $^ $@
0 commit comments