comparison make/Makefile @ 18602:7d8270532cd9

mx: changes towards supporting python 2.6 for call to mx from make/Makefile
author Doug Simon <doug.simon@oracle.com>
date Wed, 03 Dec 2014 16:07:22 +0100
parents 52b4284cb496
children 39441c10d314
comparison
equal deleted inserted replaced
18601:676f1800077c 18602:7d8270532cd9
306 $(MAKE_ARGS) $(VM_TARGET) 306 $(MAKE_ARGS) $(VM_TARGET)
307 307
308 308
309 # Builds code that can be shared among different build flavors 309 # Builds code that can be shared among different build flavors
310 buildshared: 310 buildshared:
311 python2.7 -u $(GAMMADIR)/mxtool/mx.py build --no-native --export-dir $(SHARED_DIR) 311 python2 -u $(GAMMADIR)/mxtool/mx.py build --no-native --export-dir $(SHARED_DIR)
312 312
313 # Export file rule 313 # Export file rule
314 generic_export: $(EXPORT_LIST) 314 generic_export: $(EXPORT_LIST)
315 315
316 export_product: 316 export_product: