Changeset 619e7c9b in mainline for boot/arch/mips32/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/mips32/loader/Makefile

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