Changeset 265 for trunk/Makefile


Ignore:
Timestamp:
Jul 21, 2017, 7:36:08 AM (7 years ago)
Author:
alain
Message:

Fix several bugs in VFS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r246 r265  
    224224# Rule to generate compile boot.elf, kernel.elf, init.elf and update virtual disk.
    225225compile: dirs                     \
     226         build_disk               \
    226227         hard_config.h            \
    227228                 build/boot/boot.elf      \
     
    249250# Rule to make a recursive list of the virtual disk content.
    250251list:
    251         mdir -/ -w -i $(DISK_IMAGE) ::/
     252        mdir -/ -b -i $(DISK_IMAGE) ::/
    252253
    253254##############################################################
     
    270271# This requires the generic Linux/MacOS 'create_dmg' script, that should be
    271272# placed in the same directory as this Makefile.
    272 build-disk:
     273build_disk:
    273274        rm -f $(DISK_IMAGE)
    274275        ./create_dmg    create $(basename $(DISK_IMAGE))
     
    296297                                                                --xml=.                                 
    297298        mcopy -o -i $(DISK_IMAGE) arch_info.bin ::/   || true
     299        mdir             -/ -b -i $(DISK_IMAGE) ::/
    298300
    299301################################################
Note: See TracChangeset for help on using the changeset viewer.