make world fails -- libcrypt's Makefile?

1999-01-21 Thread Norman C. Rice
Current cvsup'd today at 12:08 EST -- make world failed looking
for /usr/src/secure/lib/libcrypt/crypt-md5.c. It appears that
crypt-md5.c and crypt.3 were moved to /usr/src/lib/libcrypt/
on Thu Jan 21 13:50:09 1999 UTC by brandon, but 

  /usr/src/secure/lib/libcrypt/Makefile

still references crypt-md5.c and crypt.3

  SRCS=  crypt.c crypt-md5.c md5c.c
  MAN3=  crypt.3

-- 
Regards,
Norman C. Rice, Jr.

To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message


Re: src/secure breaks world

1999-01-21 Thread Norman C. Rice
On Thu, Jan 21, 1999 at 12:26:04PM -0800, Steve Kargl wrote:
 cd /usr/src/secure/lib/libcrypt;  /usr/obj/usr/src/tmp/usr/bin/make -DNOINFO 
 -DNOMAN -DNOPIC -DNOPROFILE -DNOSHARED cleandepend;  
 /usr/obj/usr/src/tmp/usr/bin/make -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE 
 -DNOSHARED all;  /usr/obj/usr/src/tmp/usr/bin/make -DNOINFO -DNOMAN -DNOPIC 
 -DNOPROFILE -DNOSHARED -B install cleandir obj
 rm -f .depend /usr/obj/usr/src/secure/lib/libcrypt/GPATH 
 /usr/obj/usr/src/secure/lib/libcrypt/GRTAGS  
 /usr/obj/usr/src/secure/lib/libcrypt/GSYMS 
 /usr/obj/usr/src/secure/lib/libcrypt/GTAGS
 make: don't know how to make crypt-md5.c. Stop
 *** Error code 2
 1 error
 
 Seem crypt-md5.c was moved into the attic, but the Makefile was updated.

Do you mean wasn't updated?

I am not sure that fixing the Makefile will resolve all the issues with the 
recent libcrypt changes.
-- 
Regards,
Norman C. Rice, Jr.

 -- 
 Steve
 
 finger ka...@troutmask.apl.washington.edu
 http://troutmask.apl.washington.edu/~clesceri/kargl.html

To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message