Changeset ff12a3c in mainline for arch/ia32/boot/Makefile


Ignore:
Timestamp:
2005-12-18T13:28:50Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
031e264
Parents:
2cf87e50
Message:

Remove unnecessary files or files that are now part of the boot/ module.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/boot/Makefile

    r2cf87e50 rff12a3c  
    11.PHONY: build clean
    22
    3 build: grub.img.gz
    4         gunzip -c grub.img.gz > ../../../image.bin
    5         e2cp ../../../kernel.bin ../../../image.bin:/boot/kernel.bin
     3build:
    64
    75clean:
    8         -rm -f ../../../image.bin
Note: See TracChangeset for help on using the changeset viewer.