Subversion Repositories HelenOS

Rev

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

Rev 3222 Rev 3244
Line 121... Line 121...
121
 
121
 
122
_components.h _components.c _link.ld $(COMPONENT_OBJECTS) initrd.o: $(COMPONENTS) _link.ld.in
122
_components.h _components.c _link.ld $(COMPONENT_OBJECTS) initrd.o: $(COMPONENTS) _link.ld.in
123
	for task in $(RD_TASKS) ; do \
123
	for task in $(RD_TASKS) ; do \
124
		cp $$task $(USPACEDIR)/dist/sbin/ ; \
124
		cp $$task $(USPACEDIR)/dist/sbin/ ; \
125
	done
125
	done
126
	../../../../tools/mktmpfs.py 16384 $(USPACEDIR)/dist/ initrd.img
126
	../../../../tools/mktmpfs.py $(USPACEDIR)/dist/ initrd.fs.img
-
 
127
	../../../../tools/mkhord.py 16384 initrd.fs.img initrd.img
-
 
128
	rm initrd.fs.img
127
	../../../tools/pack.py $(OBJCOPY) $(BFD_NAME) $(BFD_ARCH) 16384 "unsigned int" $(COMPONENTS) ./initrd.img
129
	../../../tools/pack.py $(OBJCOPY) $(BFD_NAME) $(BFD_ARCH) 16384 "unsigned int" $(COMPONENTS) ./initrd.img
128
 
130
 
129
_link.ld.in: _link.ld.in.$(LD_IN)
131
_link.ld.in: _link.ld.in.$(LD_IN)
130
	cp $< $@
132
	cp $< $@
131
 
133