Changeset 701 for soft


Ignore:
Timestamp:
Aug 10, 2015, 6:02:15 PM (9 years ago)
Author:
guerin
Message:

Makefile: don't call genmap more than once on parallel build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/Makefile

    r694 r701  
    152152### first rule executed (make all)
    153153all: dirs                            \
    154      map.bin                         \
    155      hard_config.h                   \
    156      giet_vsegs.ld                   \
    157154     install-disk
    158155        mdir -/ -b -i $(DISK_IMAGE) ::/
     
    262259#########################################################################
    263260### mapping generation: map.bin / map.xml / hard_config.h / giet_vsegs.ld
    264 ### TODO add dépendancies on appli.py files : $(APPLIS_DEPS)
    265 map.bin hard_config.h giet_vsegs.ld: $(ARCH)/arch.py $(APPLIS_PY)
     261hard_config.h: $(ARCH)/arch.py $(APPLIS_PY)
    266262        giet_python/genmap --arch=$(ARCH)     \
    267263                       --x=$(X_SIZE)      \
Note: See TracChangeset for help on using the changeset viewer.