Changeset 625 for trunk/Makefile
- Timestamp:
- Apr 10, 2019, 10:09:39 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r623 r625 13 13 # Default values for hardware parameters. 14 14 # These parameters should be defined in the 'params-hard.mk' file. 15 ARCH 16 X_SIZE 17 Y_SIZE 18 NB_PROCS 19 NB_TTYS 20 IOC_TYPE 15 ARCH ?= /users/alain/soc/tsar-trunk-svn-2013/platforms/tsar_generic_iob 16 X_SIZE ?= 2 17 Y_SIZE ?= 2 18 NB_PROCS ?= 2 19 NB_TTYS ?= 3 20 IOC_TYPE ?= IOC_BDV 21 21 TXT_TYPE ?= TXT_TTY 22 22 FBF_TYPE ?= FBF_SCL … … 117 117 rm -f $(DISK_IMAGE) 118 118 ./create_dmg create $(basename $(DISK_IMAGE)) 119 dd if=$(DISK_IMAGE) of=temp.dmg count=65536 120 mv temp.dmg $(DISK_IMAGE) 121 mmd -o -i $(DISK_IMAGE) ::/bin || true 122 mmd -o -i $(DISK_IMAGE) ::/bin/kernel || true 123 mmd -o -i $(DISK_IMAGE) ::/bin/user || true 124 mmd -o -i $(DISK_IMAGE) ::/home || true 125 mdir -/ -b -i $(DISK_IMAGE) ::/ 119 dd if=$(DISK_IMAGE) of=temp.dmg count=65536 120 mv temp.dmg $(DISK_IMAGE) 121 mmd -o -i $(DISK_IMAGE) ::/bin || true 122 mmd -o -i $(DISK_IMAGE) ::/bin/kernel || true 123 mmd -o -i $(DISK_IMAGE) ::/bin/user || true 124 mmd -o -i $(DISK_IMAGE) ::/home || true 125 mcopy -o -i $(DISK_IMAGE) Makefile ::/home || true 126 mdir -/ -b -i $(DISK_IMAGE) ::/ 126 127 127 128 ##############################################################
Note: See TracChangeset
for help on using the changeset viewer.