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
>
>
> 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.
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