Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Jun 1997 00:32:19 -0700 (PDT)
From:      asami@cs.berkeley.edu (Satoshi Asami)
To:        jkh@time.cdrom.com
Cc:        davidn@labs.usn.blaze.net.au, cvs-all@freebsd.org, cvs-committers@freebsd.org, cvs-etc@freebsd.org
Subject:   Re: cvs commit: src/etc/mtree BSD.include.dist
Message-ID:  <199706050732.AAA16569@silvia.HIP.Berkeley.EDU>
In-Reply-To: <12236.865495608@time.cdrom.com> (jkh@time.cdrom.com)

next in thread | previous in thread | raw e-mail | index | archive | help
 * You mean this problem?
 * 
 * .....
 * cc -O2 -pipe -I/usr/src/usr.bin/make   -c /usr/src/usr.bin/make/arch.c
 * In file included from /usr/include/sys/time.h:118, 
 *                  from /usr/include/sys/stat.h:50,
 *                  from /usr/src/usr.bin/make/arch.c:94:
 * /usr/include/time.h:92: redefinition of `struct timespec'
 * /usr/include/time.h:144: parse error before `struct'
 * /usr/include/time.h:145: parse error before `struct'
 * /usr/include/time.h:146: parse error before `const'

Huh?  I haven't seen that one.  I'm talking about this:

===
>> make
===> share/info
make: illegal option -- m
usage: make [-eiknqrst] [-D variable] [-d flags] [-f makefile ]
            [-I directory] [-j max_jobs] [variable=value]
*** Error code 2

Stop.
===

The old make didn't have the "-m" option. ;)

I got a suggestion from Bruce, that I will try out.

Satoshi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706050732.AAA16569>