Changeset 633 for trunk/Makefile


Ignore:
Timestamp:
May 28, 2019, 6:10:15 PM (5 years ago)
Author:
alain
Message:

cosmetic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r626 r633  
    129129# arch_info.bin and arch_info.xml), and update the virtual disk.
    130130hard_config.h: $(ARCH)/arch_info.py
    131         tools/arch_info/genarch.py      --arch=$(ARCH)                  \
    132                                                                 --x_size=$(X_SIZE)              \
    133                                                                 --y_size=$(Y_SIZE)              \
    134                                                                 --nb_cores=$(NB_PROCS)  \
    135                                                                 --nb_ttys=$(NB_TTYS)    \
    136                                                                 --ioc_type=$(IOC_TYPE)  \
    137                                 --txt_type=$(TXT_TYPE)  \
    138                                 --fbf_type=$(FBF_TYPE)  \
    139                                 --sys_clk=$(SYS_CLK)    \
    140                                                                 --hard=.                                \
    141                                                                 --bin=.                                 \
    142                                                                 --xml=.                                 
     131        tools/arch_info/genarch.py      --arch=$(ARCH)          \
     132                                        --x_size=$(X_SIZE)      \
     133                                        --y_size=$(Y_SIZE)      \
     134                                        --nb_cores=$(NB_PROCS)  \
     135                                        --nb_ttys=$(NB_TTYS)    \
     136                                        --ioc_type=$(IOC_TYPE)  \
     137                                        --txt_type=$(TXT_TYPE)  \
     138                                        --fbf_type=$(FBF_TYPE)  \
     139                                        --sys_clk=$(SYS_CLK)    \
     140                                        --hard=.                \
     141                                        --bin=.                 \
     142                                        --xml=.                                 
    143143        mcopy -o -i $(DISK_IMAGE) arch_info.bin ::/   || true
    144144        mdir             -/ -b -i $(DISK_IMAGE) ::/
Note: See TracChangeset for help on using the changeset viewer.