Changeset 265 for trunk/Makefile
- Timestamp:
- Jul 21, 2017, 7:36:08 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r246 r265 224 224 # Rule to generate compile boot.elf, kernel.elf, init.elf and update virtual disk. 225 225 compile: dirs \ 226 build_disk \ 226 227 hard_config.h \ 227 228 build/boot/boot.elf \ … … 249 250 # Rule to make a recursive list of the virtual disk content. 250 251 list: 251 mdir -/ - w-i $(DISK_IMAGE) ::/252 mdir -/ -b -i $(DISK_IMAGE) ::/ 252 253 253 254 ############################################################## … … 270 271 # This requires the generic Linux/MacOS 'create_dmg' script, that should be 271 272 # placed in the same directory as this Makefile. 272 build -disk:273 build_disk: 273 274 rm -f $(DISK_IMAGE) 274 275 ./create_dmg create $(basename $(DISK_IMAGE)) … … 296 297 --xml=. 297 298 mcopy -o -i $(DISK_IMAGE) arch_info.bin ::/ || true 299 mdir -/ -b -i $(DISK_IMAGE) ::/ 298 300 299 301 ################################################
Note: See TracChangeset
for help on using the changeset viewer.