make problem

2018-08-15 Thread Hartmut.Brandt
Hi, what is wrong with the following Makefile? FILES= a.in b.in a b FILESDIR= /tmp/foo .include .SUFFIXES: .in .in: cp $(.IMPSRC) $(.TARGET) Given that a.in and b.in exist and 'make' has been executed, 'make install' gives the following error: # sudo make install installing DIRS FI

Re: ELF kernel make problem

1999-01-20 Thread Kenneth Wayne Culver
> > > I recently used "make world" to update make system to ELF. The make world > finished successfully everything appears to function correctly except when > I try to recompile my kernel. make depend works but once I get to 'make' > it will compile for a while then stop when it gets to db_aout.

ELF kernel make problem

1999-01-20 Thread Owen Barnett
I recently used "make world" to update make system to ELF. The make world finished successfully everything appears to function correctly except when I try to recompile my kernel. make depend works but once I get to 'make' it will compile for a while then stop when it gets to db_aout.o and say No