comparison src/default-octave.mk @ 3993:3a38544f2a8f

default-octave: update cur current dev branch build * src/default-octave-1-docinstall.patch: remove patch * dist-files.mk: removed default-octave-1-docinstall.patch * src/default-octave.mk: build libgnu first
author John D
date Mon, 27 Jul 2015 22:00:58 -0400
parents 03998aeb3996
children 0962acdde3be
comparison
equal deleted inserted replaced
3992:317642e93df5 3993:3a38544f2a8f
140 $($(PKG)_EXTRA_CONFIGURE_OPTIONS) \ 140 $($(PKG)_EXTRA_CONFIGURE_OPTIONS) \
141 PKG_CONFIG='$(MXE_PKG_CONFIG)' \ 141 PKG_CONFIG='$(MXE_PKG_CONFIG)' \
142 PKG_CONFIG_PATH='$(HOST_LIBDIR)/pkgconfig' \ 142 PKG_CONFIG_PATH='$(HOST_LIBDIR)/pkgconfig' \
143 && $(CONFIGURE_POST_HOOK) 143 && $(CONFIGURE_POST_HOOK)
144 144
145 $(MAKE) -C '$(1)/.build/libgnu'
146
145 ## We want both of these install steps so that we install in the 147 ## We want both of these install steps so that we install in the
146 ## location set by the configure --prefix option, and the other 148 ## location set by the configure --prefix option, and the other
147 ## in a directory tree that will have just Octave files. 149 ## in a directory tree that will have just Octave files.
148 $(MAKE) -C '$(1)/.build' -j '$(JOBS)' install DESTDIR='$(3)' 150 $(MAKE) -C '$(1)/.build' -j '$(JOBS)' install DESTDIR='$(3)'
149 151