bug-hurd
[Top][All Lists]
Advanced

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

Re: rc & runsystem


From: Alfred M. Szmidt
Subject: Re: rc & runsystem
Date: Sat, 18 Dec 2004 04:06:49 +0100

   I guess the right thing would be to exclude it always and just have
   a make install-config target that does make -C config install.

Untested.

2004-12-18  Alfred M. Szmidt  <ams@gnu.org>

        * Makefile (other-subdirs): `config' removed.
        (install-config): New target.

Index: Makefile
===================================================================
RCS file: /cvsroot/hurd/hurd/Makefile,v
retrieving revision 1.127
diff -u -r1.127 Makefile
--- Makefile    10 Sep 2004 22:13:38 -0000      1.127
+++ Makefile    18 Dec 2004 03:02:28 -0000
@@ -44,7 +44,7 @@
               benchmarks fstests
 
 # Other directories
-other-subdirs = hurd doc config release include debian
+other-subdirs = hurd doc release include debian
 
 # All the subdirectories together
 subdirs = $(lib-subdirs) $(prog-subdirs) $(other-subdirs)
@@ -96,6 +96,8 @@
                $(working-prog-subdirs)\
                $(other-subdirs))
 
+install-config: install config-install
+
 TAGS: $(addsuffix -TAGS,$(working-prog-subdirs) $(lib-subdirs))
        etags -o $@ $(patsubst %-TAGS,-i %/TAGS,$^)
 




reply via email to

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