[nftables tree] build: fix installation when docs are not built

Patrick McHardy netfilter-cvslog-bounces at lists.netfilter.org
Wed Mar 18 21:16:21 CET 2009


Gitweb:		http://git.netfilter.org/cgi-bin/gitweb.cgi?p=nftables.git;a=commit;h=e52c3c4967916bc5d747d3b93f2d2ccdc1b155a7
commit e52c3c4967916bc5d747d3b93f2d2ccdc1b155a7
Author:     Patrick McHardy <kaber at trash.net>
AuthorDate: Wed Mar 18 20:49:09 2009 +0100
Commit:     Patrick McHardy <kaber at trash.net>
CommitDate: Wed Mar 18 20:49:09 2009 +0100

    build: fix installation when docs are not built
    
    Don't try to install non-existant files.
    
    Signed-off-by: Patrick McHardy <kaber at trash.net>

commit 04ca5b5f3169880be20744f1f43b405b118d9aa5
Author:     Patrick McHardy <kaber at trash.net>
AuthorDate: Wed Mar 18 20:32:38 2009 +0100
Commit:     Patrick McHardy <kaber at trash.net>
CommitDate: Wed Mar 18 20:32:38 2009 +0100

    build: remove double subdir in build output
    
    Signed-off-by: Patrick McHardy <kaber at trash.net>
       via  e52c3c4967916bc5d747d3b93f2d2ccdc1b155a7 (commit)
       via  04ca5b5f3169880be20744f1f43b405b118d9aa5 (commit)
      from  28ac64e4e79a392a6fb327f6cbb57c14fc3f5110 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e52c3c4967916bc5d747d3b93f2d2ccdc1b155a7
Author: Patrick McHardy <kaber at trash.net>
Date:   Wed Mar 18 20:49:09 2009 +0100

    build: fix installation when docs are not built
    
    Don't try to install non-existant files.
    
    Signed-off-by: Patrick McHardy <kaber at trash.net>

commit 04ca5b5f3169880be20744f1f43b405b118d9aa5
Author: Patrick McHardy <kaber at trash.net>
Date:   Wed Mar 18 20:32:38 2009 +0100

    build: remove double subdir in build output
    
    Signed-off-by: Patrick McHardy <kaber at trash.net>

-----------------------------------------------------------------------

 Makefile.rules.in |    2 +-
 doc/Makefile.in   |   16 +++++++++++-----
 2 files changed, 12 insertions(+), 6 deletions(-)
Signed-off-by: Patrick McHardy <kaber at trash.net>

diff --git a/Makefile.rules.in b/Makefile.rules.in
index 242cf4c..67c4ff6 100644
--- a/Makefile.rules.in
+++ b/Makefile.rules.in
@@ -43,7 +43,7 @@ $(1)-extra-clean-files	:= $$(patsubst %,$(SUBDIR)%,$$($(1)-extra-clean-files))
 depfiles		:= $$(patsubst $(SUBDIR)%.o,$(SUBDIR).%.d,$$($(1)-obj))
 
 $(SUBDIR)$(1):		$$($(1)-extra-targets) $$($(1)-obj)
-			@echo -e "  LD\t\t$$(SUBDIR)$$@"
+			@echo -e "  LD\t\t$$@"
 			$$(CC) $$($(1)-obj) $$(LDFLAGS) -o $$@
 all_targets		+= $(SUBDIR)$(1)
 



More information about the netfilter-cvslog mailing list