Ticket #47872: patch-Makefile.in.diff

File patch-Makefile.in.diff, 1.4 KB (added by smithsp (Sterling Smith), 9 years ago)

Patch for Makefile.in to avoid making unsupported features; install to correct places

  • Makefile.in

    old new  
    1515            actions \
    1616            dwscope \
    1717            @IDLMDSWIDGETS@ \
    18             @MITDEVICES@ \
    1918            traverser
    2019
    2120HDF5_APS = hdf5
     
    3837        tcl \
    3938        @TDIC@ \
    4039        mdslib \
    41         math \
    4240        wfevent \
    4341        setevent \
    4442        mdsmisc \
     
    5149        @MOTIF_APS@ \
    5250        @MDSSQL@ \
    5351        @IDLMDSEVENT@ \
    54         @HDF5_APS@ \
    5552        @LV@ \
    5653        LabView \
    5754        @MACOSX@ \
     
    106103install: $(install_DIRS)
    107104        $(MKDIR_P) $(DESTDIR)$(prefix)/local/tdi
    108105        $(MKDIR_P) $(DESTDIR)$(prefix)/java
    109         tar cf - $(MISC_PARTS) | (cd $(DESTDIR)$(exec_prefix); tar xf -)
     106        $(MKDIR_P) $(DESTDIR)$(exec_prefix)/share/mdsplus
     107        tar cf - $(MISC_PARTS) | (cd $(DESTDIR)$(exec_prefix)/share/mdsplus; tar xf -)
    110108        if [ ! -z "$$MDSPLUS_VERSION" ]; then echo "mdsplus_version='$$MDSPLUS_VERSION'" > $(DESTDIR)$(exec_prefix)/mdsobjects/python/mdsplus_version.py; fi
    111         $(INSTALL) MDSplus-License.txt MDSplus-License.rtf $(DESTDIR)$(exec_prefix)
    112         (cd $(DESTDIR)$(exec_prefix); chmod -R 755 $(MISC_PARTS))
     109        $(INSTALL) MDSplus-License.txt MDSplus-License.rtf $(DESTDIR)$(exec_prefix)/share/mdsplus
     110        (cd $(DESTDIR)$(exec_prefix)/share/mdsplus; chmod -R 755 $(MISC_PARTS))
    113111
    114112# Interdependent directories:
    115113actions: mdsshr tdishr treeshr xmdsshr mdstcpip servershr