View Issue Details

IDProjectCategoryView StatusLast Update
0001187OpenFOAMBugpublic2015-01-10 21:15
Reporteruser866Assigned Tohenry  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
PlatformLinuxOSGentooOS Version(please specify)
Summary0001187: OpenFOAM-2.3.0/Allwmake: if called with option "doc" build fails
DescriptionThe call OpenFOAM-2.3.0/Allwmake with option "doc" leads to the following build errors:

make: *** No rule to make target `doc'. Stop


It seems that parameter usage in OpenFOAM-2.3.0/Allwmake is overloaded:

29 src/Allwmake $*
30 applications/Allwmake $*

32 if [ "$1" = doc ]
33 then
34 doc/Allwmake $*
35 fi
TagsNo tags attached.

Activities

user4

2014-02-26 09:27

  ~0002903

Any argument to Allwmake gets passed through to enable things like ./Allwmake dep or ./Allwmake libo.

As a workaround explicitly call the ./Allwmake in doc.

wyldckat

2015-01-10 20:10

updater   ~0003526

Update/reminder: Just confirmed this now, that this has been fixed in the "-dev" repository.

henry

2015-01-10 21:15

manager   ~0003528

Resolved in OpenFOAM-dev by
commit bc5134a55ec35950a302608c81b47b8efe84798b

Issue History

Date Modified Username Field Change
2014-02-25 20:34 user866 New Issue
2014-02-26 09:27 user4 Note Added: 0002903
2015-01-10 20:10 wyldckat Note Added: 0003526
2015-01-10 21:15 henry Note Added: 0003528
2015-01-10 21:15 henry Status new => resolved
2015-01-10 21:15 henry Resolution open => fixed
2015-01-10 21:15 henry Assigned To => henry