Changeset 619e7c9b in mainline for boot/arch/arm32/loader/Makefile


Ignore:
Timestamp:
2008-08-09T17:57:50Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8c25a4a
Parents:
7a35204
Message:

use less cryptic filenames

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/arm32/loader/Makefile

    r7a35204 r619e7c9b  
    123123                cp $$task $(USPACEDIR)/dist/sbin/ ; \
    124124        done
    125         ../../../../tools/mktmpfs.py $(USPACEDIR)/dist/ initrd.fs.img
    126         ../../../../tools/mkhord.py 4096 initrd.fs.img initrd.img
    127         rm initrd.fs.img
     125        ../../../../tools/mktmpfs.py $(USPACEDIR)/dist/ initrd.fs
     126        ../../../../tools/mkhord.py 4096 initrd.fs initrd.img
     127        rm initrd.fs
    128128        ../../../tools/pack.py $(OBJCOPY) $(BFD_NAME) $(BFD_ARCH) 4096 "unsigned int" $(COMPONENTS) ./initrd.img
    129129
Note: See TracChangeset for help on using the changeset viewer.