Changeset 5123:cdac16f99c5f
- Timestamp:
- 2007-04-11 12:53:49 (21 months ago)
- Author:
- Brendan Cully <brendan@…>
- Branch:
- HEAD
- Message:
-
Explicit -j1 breaks some versions of make (see #2538)
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r5022
|
r5123
|
|
| 134 | 134 | manual.xml.head $(top_srcdir)/functions.h $(top_srcdir)/OPS* manual.xml.tail \ |
| 135 | 135 | $(srcdir)/gen-map-doc $(top_srcdir)/VERSION $(top_srcdir)/ChangeLog |
| 136 | | $(MAKE) -j1 ../makedoc$(EXEEXT) # we do not want to rebuild the documentation in tarball builds |
| | 136 | $(MAKE) ../makedoc$(EXEEXT) # we do not want to rebuild the documentation in tarball builds |
| 137 | 137 | ( date=`head -n 1 $(top_srcdir)/ChangeLog | LC_ALL=C cut -d ' ' -f 1` && \ |
| 138 | 138 | sed -e "s/@VERSION\@/`cat $(top_srcdir)/VERSION` ($$date)/" $(srcdir)/manual.xml.head && \ |