You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-lang/niecza/files/fix-bootstrap-24.patch

14 lines
450 B

--- Makefile 2012-06-25 22:30:16.000000000 +0800
+++ Makefile.new 2012-08-22 10:55:22.879717085 +0800
@@ -41,10 +41,6 @@
$(RUN_CLR) run/Kernel.dll -gen-app Niecza boot/obj
.fetch-stamp: FETCH_URL
- -rm -rf boot/
- mkdir boot
- $(WGET_O) boot/niecza.zip $$(cat FETCH_URL)
- cd boot && unzip niecza.zip
NIECZA_KEEP_IL=1 $(RUN_CLR) boot/run/Niecza.exe --obj-dir=run -C $(libunits)
$(CP) boot/run/Kernel.dll boot/obj/
touch .fetch-stamp