1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2025-04-21 12:27:27 +03:00

octave: fix fortran compile flags, enable parallel compilation

This commit is contained in:
David Kühling
2011-06-09 16:16:10 +02:00
parent 7d8785d261
commit c33acf0a30
2 changed files with 32 additions and 2 deletions

View File

@@ -0,0 +1,26 @@
Index: octave-3.2.4/octMakefile.in
===================================================================
--- octave-3.2.4.orig/octMakefile.in 2011-06-09 15:22:14.000000000 +0200
+++ octave-3.2.4/octMakefile.in 2011-06-09 15:55:36.000000000 +0200
@@ -51,10 +51,10 @@
mkoctfile.in mkoctfile.cc.in run-octave.in ChangeLog ChangeLog.[0-9]
# Subdirectories in which to run `make all'.
-SUBDIRS = libcruft liboctave src scripts doc examples
+SUBDIRS = libcruft liboctave src scripts # doc examples
# Subdirectories in which to run `make all'.
-INSTALL_SUBDIRS = libcruft liboctave src scripts doc examples
+INSTALL_SUBDIRS = libcruft liboctave src scripts # doc examples
# Subdirectories in which to run `make conf-dist'.
CONF_DISTSUBDIRS = src
@@ -78,7 +78,7 @@
M4_FILES = $(wildcard *.m4)
-all: $(SHELL_SCRIPTS) $(filter-out libcruft liboctave, $(SUBDIRS)) dist-info-files
+all: $(SHELL_SCRIPTS) $(filter-out libcruft liboctave, $(SUBDIRS)) # dist-info-files
@echo ""
@echo "Octave successfully built. Now choose from the following:"
@echo ""