Changeset 723951b in OpenModelica


Ignore:
Timestamp:
2021-04-08T14:22:19+02:00 (3 years ago)
Author:
GitHub <noreply@…>
Branches:
Added-citation-metadata, maintenance/v1.18, maintenance/v1.19, maintenance/v1.20, maintenance/v1.21, maintenance/v1.22, maintenance/v1.23, master, omlib-staging
Children:
4260065, 4d401cc, cb670ccb, da3870ad
Parents:
4aaf9a80
git-author:
Julien Schueller <schueller@…> (04/08/21 14:22:19)
git-committer:
GitHub <noreply@…> (04/08/21 14:22:19)
Message:

OMCompiler: Dont try to install translations (#7327)

openmodelica 1.18.0 fails at "make install" because the translation files were removed:
https://github.com/OpenModelica/OpenModelica/commit/b6fd115e658ed8857ec382d7429b1c746c22ec6e

File:
1 edited

Legend:

Unmodified
Added
Removed
  • OMCompiler/Makefile.common

    r46925fa1 r723951b  
    125125  cp -p Examples/*.* $(builddir_doc)/omc/testmodels/
    126126  rm -f $(builddir_doc)/omc/testmodels/CMake*.txt
    127   $(MAKE) -C Compiler/Translation OMBUILDDIR=$(OMBUILDDIR) release
     127  #$(MAKE) -C Compiler/Translation OMBUILDDIR=$(OMBUILDDIR) release
    128128
    129129GC_HEADERS=gc.h gc_allocator.h gc_amiga_redirects.h gc_backptr.h gc_config_macros.h gc_gcj.h gc_pthread_redirects.h
     
    535535  cp -p /${builddir_java}/* ${INSTALL_JAVADIR}
    536536  # Translations
    537   cp -rp /${builddir_locale}/* ${INSTALL_LOCALEDIR}/
     537  #cp -rp /${builddir_locale}/* ${INSTALL_LOCALEDIR}/
    538538
    5395393rdParty/msgpack-0.5.8/Makefile:
Note: See TracChangeset for help on using the changeset viewer.