comparison binary-dist-rules.mk @ 4590:5b5c47cd2111

Add file with hg id of MXE-Octave to dist package (bug #52794). * tools/mk-hg-id.sh: New file copied (mostly) from Octave sources. * Makefile.in: Call shell script, copy HG-ID in make dist * binary-dist-rules.mk: Copy HG-ID to dist directory. * dist-files.mk: add mk-hg-id.sh to dist files
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 03 Jan 2018 14:18:12 +0100
parents f3d64fe692e6
children 213da5688be0
comparison
equal deleted inserted replaced
4589:7d8660f7bb61 4590:5b5c47cd2111
79 cp $(OCTAVE_DIST_DIR)/bin/libblas.dll $(OCTAVE_DIST_DIR)/bin/librefblas.dll 79 cp $(OCTAVE_DIST_DIR)/bin/libblas.dll $(OCTAVE_DIST_DIR)/bin/librefblas.dll
80 echo " octave.bat..." 80 echo " octave.bat..."
81 cp $(TOP_DIR)/installer-files/octave.bat $(OCTAVE_DIST_DIR)/ 81 cp $(TOP_DIR)/installer-files/octave.bat $(OCTAVE_DIST_DIR)/
82 cp $(TOP_DIR)/installer-files/octave.vbs $(OCTAVE_DIST_DIR)/ 82 cp $(TOP_DIR)/installer-files/octave.vbs $(OCTAVE_DIST_DIR)/
83 cp $(TOP_DIR)/installer-files/octave-firsttime.vbs $(OCTAVE_DIST_DIR)/ 83 cp $(TOP_DIR)/installer-files/octave-firsttime.vbs $(OCTAVE_DIST_DIR)/
84 cp $(TOP_BUILD_DIR)/HG-ID $(OCTAVE_DIST_DIR)/
84 echo " updating libtool references..." 85 echo " updating libtool references..."
85 find '$(OCTAVE_DIST_DIR)/' -type f -name "*.la" \ 86 find '$(OCTAVE_DIST_DIR)/' -type f -name "*.la" \
86 -exec $(SED) -i 's|$(HOST_PREFIX)|/usr|g;s|$(BUILD_TOOLS_PREFIX)|/usr|g' {} \; ; 87 -exec $(SED) -i 's|$(HOST_PREFIX)|/usr|g;s|$(BUILD_TOOLS_PREFIX)|/usr|g' {} \; ;
87 echo " updating pkg-config .pc references..." 88 echo " updating pkg-config .pc references..."
88 find '$(OCTAVE_DIST_DIR)/lib/pkgconfig' -type f -name "*.pc" \ 89 find '$(OCTAVE_DIST_DIR)/lib/pkgconfig' -type f -name "*.pc" \