curl-users
[ curl-Bugs-410816 ] Assuming make=gmake
Date: Fri, 23 Mar 2001 06:17:54 -0800
Bugs item #410816, was updated on 2001-03-23 06:17
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=100976&aid=410816&group_id=976
Category: compile problem
Group: portability problem
Status: Open
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Daniel Stenberg (bagder)
Summary: Assuming make=gmake
Initial Comment:
Typing "gmake check" on Solaris 8 results in a line
reading
make -C tests .....
Only gmake supports -C not standard make.
Typing "gmake checks MAKE=gmake" fixes the problem
The following
test:
@(cd tests; make quiet-test)
should read
test:
@(cd tests; $(MAKE) quiet-test)
I Think (not tested)
Regards
Peter Bray
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=100976&aid=410816&group_id=976
Received on 2001-03-23