mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-19 16:50:46 +08:00
[svn-r659] Fixed a parallel build problem; make -j should work again now.
This commit is contained in:
parent
6589650eea
commit
f6e70a6142
@ -11,7 +11,7 @@
|
||||
@COMMENCE@
|
||||
|
||||
# Subdirectories in build-order
|
||||
SUBDIRS=src test tools
|
||||
SUBDIRS=src tools test
|
||||
|
||||
##############################################################################
|
||||
# T A R G E T S
|
||||
|
2
README
2
README
@ -1,4 +1,4 @@
|
||||
This is hdf5-1.0.76 released on Thu Sep 3 04:19:40 CDT 1998
|
||||
This is hdf5-1.0.77 released on Thu Sep 3 08:55:14 CDT 1998
|
||||
Please refer to the INSTALL file for installation instructions.
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
|
@ -33,8 +33,12 @@ bindir=@bindir@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
# The default is to build the library and/or programs
|
||||
all: lib tests progs
|
||||
# The default is to build the library and/or programs. We must build
|
||||
# them sequentially.
|
||||
all:
|
||||
$(MAKE) lib
|
||||
$(MAKE) progs
|
||||
$(MAKE) tests
|
||||
|
||||
# The following rules insure that the Makefile is up-to-date by rerunning
|
||||
# various autoconf components (although not all versions of make assume
|
||||
|
Loading…
x
Reference in New Issue
Block a user