From owner-freebsd-current Mon Jan 4 11:51:09 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA25331 for freebsd-current-outgoing; Mon, 4 Jan 1999 11:51:09 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from ix.netcom.com (sil-wa17-35.ix.netcom.com [207.93.156.35]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA25307 for ; Mon, 4 Jan 1999 11:51:04 -0800 (PST) (envelope-from tomdean@ix.netcom.com) Received: (from tomdean@localhost) by ix.netcom.com (8.9.1/8.8.8) id LAA13474; Mon, 4 Jan 1999 11:20:05 -0800 (PST) (envelope-from tomdean) Date: Mon, 4 Jan 1999 11:20:05 -0800 (PST) Message-Id: <199901041920.LAA13474@ix.netcom.com> From: Thomas Dean To: mark@grondar.za CC: freebsd-current@FreeBSD.ORG In-reply-to: <199901040600.IAA18579@greenpeace.grondar.za> (message from Mark Murray on Mon, 04 Jan 1999 07:59:59 +0200) Subject: make clean problem (was: Perl gv.h Problem) Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > From: Mark Murray > There is something wrong in your source tree; I did a aout-to-elf this Maybe I have more problems than gv.h. I am running SMP, elf, -current, as of yesterday. elf binaries and kernel. My source tree is more than 2 years old, being updated weekly with cvsup, except for the last three months of '98. In the past couple of days, I came up-to-date, cvsup-wise as of today. I had to use -DNOPERL to do the aout-to-elf conversion. I want to do a 'make world' and rebuild all the elf binaries to be sure there are no cobwebs. I decided to clean the obj tree, to get rid of the aout things from long ago. 'make clean' does not remove ANY files from /usr/obj/...! It appears to be working in src, not obj. tomdean =============================================== # whoami root # pwd /usr/src # make clean ===> share/info ===> include rm -f osreldate.h version vers.c ===> include/rpcsvc rm -f key_prot.h klm_prot.h mount.h nfs_prot.h nlm_prot.h rex.h rnusers.h rquota.h rstat.h rwall.h sm_inter.h spray.h yppasswd.h yp.h ypxfrd.h ypupdate_prot.h nis.h nis_cache.h nis_callback.h bootparam_prot.h crypt.h ===> lib ===> lib/csu/i386-elf rm -f a.out crt1.o crtbegin.o crtend.o crti.o crtn.o gcrt1.o crt1.o crtbegin.o crtend.o crti.o crtn.o crt1.o.tmp crtbegin.o.tmp crtend.o.tmp crti.o.tmp crtn.o.tmp gcrt1.o.tmp crt1.o.tmp crtbegin.o.tmp crtend.o.tmp crti.o.tmp crtn.o.tmp rm -f lib.a # llib-l.ln rm -f crt1.po crtbegin.po crtend.po crti.po crtn.po gcrt1.po crt1.po crtbegin.po crtend.po crti.po crtn.po crt1.po.tmp crtbegin.po.tmp crtend.po.tmp crti.po.tmp crtn.po.tmp gcrt1.po.tmp crt1.po.tmp crtbegin.po.tmp crtend.po.tmp crti.po.tmp crtn.po.tmp lib_p.a ... # ls /usr/obj/{aout,elf,usr}/usr/src/lib/csu/i386-elf ls: /usr/obj/aout/usr/src/lib/csu/i386-elf: No such file or directory ls: /usr/obj/usr/usr/src/lib/csu/i386-elf: No such file or directory /usr/obj/elf/usr/src/lib/csu/i386-elf: crt1.o crtbegin.so crtend.so crtn.o crtbegin.o crtend.o crti.o gcrt1.o To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message