From owner-freebsd-questions  Tue Aug 17 16:13:27 1999
Delivered-To: freebsd-questions@freebsd.org
Received: from ds9.sci.fi (ds9.sci.fi [195.74.0.54])
	by hub.freebsd.org (Postfix) with ESMTP id A42B714E1D
	for <freebsd-questions@freebsd.org>; Tue, 17 Aug 1999 16:13:15 -0700 (PDT)
	(envelope-from yurtesen@ispro.net.tr)
Received: from ispro.net.tr (dyn-1-152.tku.netti.fi [195.16.222.153])
	by ds9.sci.fi (8.9.1/8.9.1) with ESMTP id CAA28428
	for <freebsd-questions@freebsd.org>; Wed, 18 Aug 1999 02:13:17 +0300 (EET DST)
Message-ID: <37B9EC43.320441E0@ispro.net.tr>
Date: Wed, 18 Aug 1999 02:12:03 +0300
From: Evren Yurtesen <yurtesen@ispro.net.tr>
X-Mailer: Mozilla 4.51 [en] (Win98; I)
X-Accept-Language: en
MIME-Version: 1.0
To: freebsd-questions@freebsd.org
Subject: make world question
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: owner-freebsd-questions@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

I have made a make world on my system but then I realized that
the edquota program at /usr/obj/usr/src/usr.sbin/edquota
is different size than /usr/sbin/edquota I thought it was supposed
to be copied over the older one. What is wrong?

And how can I understand if there is an error in the compilation?
the compiler is giving some warning messages but I do not know
which one is critical or important.

Thanks!
Evren Yurtesen
yurtesen@ispro.net.tr

reactor:/usr/obj/usr/src/usr.sbin/edquota#ls -la
total 33
drwxr-xr-x    2 root  wheel    512 Aug 17 01:22 .
drwxr-xr-x  130 root  wheel   2560 Aug 16 23:27 ..
-rwxr-xr-x    1 root  wheel  15112 Aug 17 01:22 edquota
-rw-r--r--    1 root  wheel   2315 Aug 17 01:22 edquota.8.gz
-rw-r--r--    1 root  wheel  10916 Aug 17 01:22 edquota.o
reactor:/usr/obj/usr/src/usr.sbin/edquota#ls -la /usr/sbin/edquota
-r-xr-xr-x  1 root  wheel  12248 Aug 17 21:36 /usr/sbin/edquota
reactor:/usr/obj/usr/src/usr.sbin/edquota#


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message