octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #44782] Problem in building MXE-Octave


From: Rik
Subject: [Octave-bug-tracker] [bug #44782] Problem in building MXE-Octave
Date: Wed, 08 Apr 2015 21:49:36 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0

Follow-up Comment #2, bug #44782 (project octave):

I'm pretty sure this is a timestamp issue as well.  The rule in Makefile.am
that is the source of the problem is:


$(HTMLDIR_IMAGES): $(IMAGES_PNG) | octave.html
        cp $(@F) octave.html


It could be re-worked, or for the time being what I do is run 'make' twice in
case there are any timestamps that were not adjusted correctly in the first
run.  This doesn't happen frequently, but it can happen.


cd ~/octave-build
make 
make    # second, precautionary make
make dist
cp octave-4.0.0-rc2.tar.gz ~/mxe-octave/pkg




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?44782>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]