Changeset 619e7c9b in mainline for boot/arch/ppc32/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/ppc32/loader/Makefile
r7a35204 r619e7c9b 118 118 cp $$task $(USPACEDIR)/dist/sbin/ ; \ 119 119 done 120 ../../../../tools/mktmpfs.py $(USPACEDIR)/dist/ initrd.fs .img121 ../../../../tools/mkhord.py 4096 initrd.fs .imginitrd.img122 rm initrd.fs .img120 ../../../../tools/mktmpfs.py $(USPACEDIR)/dist/ initrd.fs 121 ../../../../tools/mkhord.py 4096 initrd.fs initrd.img 122 rm initrd.fs 123 123 ../../../tools/pack.py $(OBJCOPY) $(BFD_NAME) $(BFD_ARCH) 4096 "unsigned int" $(COMPONENTS) ./initrd.img 124 124
Note:
See TracChangeset
for help on using the changeset viewer.