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: Gordon Matzigkeit
Subject: Re: oskit-mach as of today, oskit-20010214, and missing cpus.h
Date: 02 Oct 2001 16:17:51 -0600
User-agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.7

Thanks.

Is the following patch acceptable for checkin?

2001-10-02  Gordon Matzigkeit  <gord@hugo>

        * Makefile.in (clean): Don't remove acconfig.h and cpus.h.
        From Daniel Wagner <wagi@gmx.ch>.

diff -u -r1.22.2.12 Makefile.in
--- Makefile.in 2001/08/17 09:03:30     1.22.2.12
+++ Makefile.in 2001/10/02 22:17:18
@@ -231,9 +231,10 @@

 all: kernel

+gen_headers = $(filter-out acconfig.h cpus.h, $(wildcard *.h))
 clean:
        rm -f *.[oda] kernel
-       rm -f *.symc *.symc.o *_user.c *_server.c *.h
+       rm -f *.symc *.symc.o *_user.c *_server.c $(gen_headers)
        rm -f *.migs_d *.migsh_d *.migu_d *.miguh_d

 distclean: clean

-- 
 Gordon Matzigkeit <gord@fig.org>  //\ I'm a FIG (http://fig.org/)
Committed to freedom and diversity \// I use GNU (http://fig.org/gnu/)



reply via email to

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