Changeset 626 for trunk/Makefile
- Timestamp:
- Apr 29, 2019, 7:25:09 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r625 r626 60 60 # Rule to generate boot.elf, kernel.elf, all user.elf files, and update the virtual disk 61 61 # when the corresponding sources files have been modified or destroyed. 62 # The /homedirectory on the virtual disk is not modified62 # The "home" directory on the virtual disk is not modified 63 63 compile: dirs \ 64 64 hard_config.h \ … … 123 123 mmd -o -i $(DISK_IMAGE) ::/bin/user || true 124 124 mmd -o -i $(DISK_IMAGE) ::/home || true 125 mcopy -o -i $(DISK_IMAGE) Makefile ::/home || true126 125 mdir -/ -b -i $(DISK_IMAGE) ::/ 127 126
Note: See TracChangeset
for help on using the changeset viewer.