[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
gnats/256: make install fails when make != GNU make
From: |
yngve . svendsen |
Subject: |
gnats/256: make install fails when make != GNU make |
Date: |
12 Sep 2001 22:09:20 -0000 |
>Number: 256
>Category: gnats
>Synopsis: make install fails when make != GNU make
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: unassigned
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Wed Sep 12 15:14:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator: address@hidden
>Release: Current v4 CVS
>Organization:
>Environment:
SUN Solaris 7
>Description:
On my system, GNU make is installed as 'gmake' in order to preserve the
standard Sun 'make'. Doing a 'gmake install', the following results:
gmake[1]: Entering directory `/usr/local/src/gnats-800/gnats/doc'
for i in gnats.info* send-pr.info* ; do \
./../install-sh -c -m 644 $i /info/$i ; \
done
if [ -x "/usr/local/bin/install-info" ]; then \
/usr/local/bin/install-info /info/gnats.info; \
/usr/local/bin/install-info /info/send-pr.info; \
fi
install-info: No dir file specified; try --help for more information.
install-info: No dir file specified; try --help for more information.
gmake[1]: [install-gnats] Error 1 (ignored)
make -C man install-gnats
Usage : make [ -f makefile ][ -K statefile ]... [ -d ][ -dd ][ -D ][ -DD ]
[ -e ][ -i ][ -k ][ -n ][ -p ][ -P ][ -q ][ -r ][ -s ][ -S ][ -t ]
[ -V ][ target... ][ macro=value... ]
make: Fatal error: Unknown option `-w'
gmake[1]: *** [install-gnats] Error 1
gmake[1]: Leaving directory `/usr/local/src/gnats-800/gnats/doc'
gmake: *** [install-gnats] Error 2
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- gnats/256: make install fails when make != GNU make,
yngve . svendsen <=