Changeset e540bc87 in mainline for release/Makefile


Ignore:
Timestamp:
2017-05-19T15:46:36Z (7 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c7a67c4
Parents:
b06414f
Message:

disable implicit make rules
(we do not build a native application, thus we want to retain full control of the build process)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release/Makefile

    rb06414f re540bc87  
    7979
    8080$(IMG_FILE):
    81         $(MAKE) -C $(EXPORT_DIR)
     81        $(MAKE) -r -C $(EXPORT_DIR)
    8282
    8383release: src_rel
    8484        for profile in $(PROFILES); do \
    85                 $(MAKE) -C $(EXPORT_DIR) distclean ; \
    86                 $(MAKE) -C $(EXPORT_DIR) PROFILE=$$profile ; \
    87                 $(MAKE) PROFILE=$$profile releasefile ; \
     85                $(MAKE) -r -C $(EXPORT_DIR) distclean ; \
     86                $(MAKE) -r -C $(EXPORT_DIR) PROFILE=$$profile ; \
     87                $(MAKE) -r PROFILE=$$profile releasefile ; \
    8888        done
    8989
Note: See TracChangeset for help on using the changeset viewer.