Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jan 1999 11:20:05 -0800 (PST)
From:      Thomas Dean <tomdean@ix.netcom.com>
To:        mark@grondar.za
Cc:        freebsd-current@FreeBSD.ORG
Subject:   make clean problem (was: Perl gv.h Problem)
Message-ID:  <199901041920.LAA13474@ix.netcom.com>
In-Reply-To: <199901040600.IAA18579@greenpeace.grondar.za> (message from Mark Murray on Mon, 04 Jan 1999 07:59:59 %2B0200)

next in thread | previous in thread | raw e-mail | index | archive | help
> From: Mark Murray <mark@grondar.za>

> 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



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