From 647e9adea013a9138638c908cad00456b470e8bc Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 18 Nov 2013 15:09:52 +0100 Subject: do not compile/include xhost+ anymore (unused for years) --- perl-install/Makefile.config | 2 +- perl-install/install/share/list.xml | 1 - tools/Makefile | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config index 2736887a7..7f354a27e 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -14,7 +14,7 @@ STANDALONEPMS_ = adduserdrake bootloader-config display_help display_installer_h STANDALONEPMS = $(STANDALONEPMS_:%=standalone/%) ALLPMS = $(PMS) $(STANDALONEPMS) PERL = perl -LOCALFILES = $(patsubst %, ../tools/%,serial_probe/serial_probe xhost+) +LOCALFILES = $(patsubst %, ../tools/%,serial_probe/serial_probe) DIRS = c resize_fat #po CFLAGS = -Wall override CFLAGS += -pipe diff --git a/perl-install/install/share/list.xml b/perl-install/install/share/list.xml index 5a4c4a0bf..360f95a6c 100644 --- a/perl-install/install/share/list.xml +++ b/perl-install/install/share/list.xml @@ -543,7 +543,6 @@ serial_probe/serial_probe - xhost+ diff --git a/tools/Makefile b/tools/Makefile index 669b6f987..1d9d5d736 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -10,7 +10,7 @@ endif .PHONY: clean install $(DIRS) -all: $(DIRS) xhost+ rpcinfo-flushed +all: $(DIRS) rpcinfo-flushed $(DIRS): make -C $@ -- cgit v1.2.1