Subversion Repositories HelenOS

Rev

Rev 3237 | Rev 3399 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3237 Rev 3239
Line 34... Line 34...
34
	mkdir -p $(TMP)/boot
34
	mkdir -p $(TMP)/boot
35
	mkdir -p $(TMP)/HelenOS
35
	mkdir -p $(TMP)/HelenOS
36
	cat arch/$(ARCH)/silo/silo.tar.gz | (cd $(TMP)/boot; tar xvfz -)
36
	cat arch/$(ARCH)/silo/silo.tar.gz | (cd $(TMP)/boot; tar xvfz -)
37
	cp arch/$(ARCH)/silo/README arch/$(ARCH)/silo/COPYING arch/$(ARCH)/silo/silo.conf $(TMP)/boot
37
	cp arch/$(ARCH)/silo/README arch/$(ARCH)/silo/COPYING arch/$(ARCH)/silo/silo.conf $(TMP)/boot
38
	cp arch/$(ARCH)/loader/image.boot $(TMP)/HelenOS/image.boot
38
	cp arch/$(ARCH)/loader/image.boot $(TMP)/HelenOS/image.boot
39
	gzip $(TMP)/HelenOS/image.boot
39
	gzip -f $(TMP)/HelenOS/image.boot
40
	mkisofs -f -G $(TMP)/boot/isofs.b -B ... -r -o $(BASE)/image.iso $(TMP)/
40
	mkisofs -f -G $(TMP)/boot/isofs.b -B ... -r -o $(BASE)/image.iso $(TMP)/
41
 
41
 
42
depend:
42
depend:
43
	-rm arch/$(ARCH)/loader/image.boot
43
	-rm arch/$(ARCH)/loader/image.boot
44
 
44