The unpac monorepo manager self-hosting as a monorepo using unpac
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove ocamltest's beforedepend constraint from the root Makefile

This is captured by the generic framework and does thus not need
to be written here.

(Follow-up to PR #12321 merging ocamltest/Makefile into the root Makefile)

-2
-2
Makefile
··· 1756 1756 $(ocamltest_DEP_FILES): $(DEPDIR)/ocamltest/%.$(D): ocamltest/%.c 1757 1757 $(V_CCDEPS)$(DEP_CC) $(OC_CPPFLAGS) $(CPPFLAGS) $< -MT '$*.$(O)' -MF $@ 1758 1758 1759 - beforedepend:: $(ocamltest_MLI_FILES) $(ocamltest_ML_FILES) 1760 - 1761 1759 ocamltest/%: CAMLC = $(BEST_OCAMLC) $(STDLIBFLAGS) 1762 1760 1763 1761 ocamltest: ocamltest/ocamltest$(EXE)