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.

Merge pull request #10285 from dra27/coldstart-harder

Remove $(LIBFILES) from boot/ in coldstart

authored by

David Allsopp and committed by
GitHub
1a59019b 41610044

+1
+1
Makefile
··· 144 144 cp runtime/ocamlrun$(EXE) boot/ocamlrun$(EXE) 145 145 $(MAKE) -C stdlib $(BOOT_FLEXLINK_CMD) \ 146 146 CAMLC='$$(BOOT_OCAMLC) -use-prims ../runtime/primitives' all 147 + cd boot; rm -f $(LIBFILES) 147 148 cd stdlib; cp $(LIBFILES) ../boot 148 149 cd boot; $(LN) ../runtime/libcamlrun.$(A) . 149 150