bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: oskit-mach as of today, oskit-20010214, and missing cpus.h


From: Daniel Wagner
Subject: Re: oskit-mach as of today, oskit-20010214, and missing cpus.h
Date: Tue, 2 Oct 2001 23:42:05 +0200
User-agent: Mutt/1.2.5i

On Tue, 02 Oct 2001, Gordon Matzigkeit wrote:

> cpus.h appears to be the only file that's being missed.

If you do 'make clean' it will be deletet because the 
clean rule deletes all header files in the build directory. 

I changed Makefile.in this way:

nr_headerfiles = config.h cpus.h
headerfiles = $(filter-out $(nr_headerfiles),$(wildcard *.h))

clean:
        rm -f *.[oda] kernel
        rm -f *.symc *.symc.o *_user.c *_server.c $(headerfiles)
        rm -f *.migs_d *.migsh_d *.migu_d *.miguh_d
                        


wagi

-- 
Daniel Wagner                              "use quit to exit"
email: wagi@gmx.ch

GnuPG: 1024D/DCDE890A (public key available on any keyserver)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]