summaryrefslogtreecommitdiff
blob: 00f0e997ebd3cd98a1790a0d96568ee6ce9d9942 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- 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=boot/obj -C $(libunits)
	$(CP) boot/run/Kernel.dll boot/obj/
	touch .fetch-stamp