From f0fd40c4a2a9cb2a63922b9eed38564c71633e8d Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Sun, 31 Oct 2004 22:26:25 +0000 Subject: [PATCH] Add installcheck targets to keep the autobuilder happy (see http://build.samba.org/) --- linux/Makefile.top | 4 ++++ solaris/Makefile.top | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/linux/Makefile.top b/linux/Makefile.top index fba9bcd..55405f1 100644 --- a/linux/Makefile.top +++ b/linux/Makefile.top @@ -60,3 +60,7 @@ dist-clean: clean #kernel: # cd linux; ./kinstall.sh + +# no tests yet, one day... +installcheck: + true diff --git a/solaris/Makefile.top b/solaris/Makefile.top index 0cf2a76..264406b 100644 --- a/solaris/Makefile.top +++ b/solaris/Makefile.top @@ -1,7 +1,7 @@ # # ppp top level makefile for SVR4 and Solaris 2 # -# $Id: Makefile.top,v 1.1 2000/04/18 23:51:28 masputra Exp $ +# $Id: Makefile.top,v 1.2 2004/10/31 22:26:25 paulus Exp $ # include solaris/Makedefs @@ -48,3 +48,6 @@ clean: cd pppdump; $(MAKE) clean cd solaris; $(MAKE) clean +# no tests yet, one day... +installcheck: + true -- 2.39.2