Changeset 619e7c9b in mainline for boot/arch/mips32/loader/Makefile
- Timestamp:
- 2008-08-09T17:57:50Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8c25a4a
- Parents:
- 7a35204
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/mips32/loader/Makefile
r7a35204 r619e7c9b 124 124 cp $$task $(USPACEDIR)/dist/sbin/ ; \ 125 125 done 126 ../../../../tools/mktmpfs.py $(USPACEDIR)/dist/ initrd.fs .img127 ../../../../tools/mkhord.py 16384 initrd.fs .imginitrd.img128 rm initrd.fs .img126 ../../../../tools/mktmpfs.py $(USPACEDIR)/dist/ initrd.fs 127 ../../../../tools/mkhord.py 16384 initrd.fs initrd.img 128 rm initrd.fs 129 129 ../../../tools/pack.py $(OBJCOPY) $(BFD_NAME) $(BFD_ARCH) 16384 "unsigned int" $(COMPONENTS) ./initrd.img 130 130
Note:
See TracChangeset
for help on using the changeset viewer.