From 7f5e1d2b05d4dd57006f6867a2b263f68de19ce9 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Thu, 8 Sep 2005 13:09:03 +0000 Subject: [PATCH] Other bigmake message Elvis no longer connected to build --- commands/Makefile | 1 - commands/bigmake.inc | 5 +++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/commands/Makefile b/commands/Makefile index da010991b..66ea6cbe2 100755 --- a/commands/Makefile +++ b/commands/Makefile @@ -53,7 +53,6 @@ all install clean:: cd dhcpd && $(MAKE) $@ cd dis88 && $(MAKE) $@ cd elle && $(MAKE) $@ - cd elvis && $(MAKE) $@ cd ftp && $(MAKE) $@ cd ftpd && $(MAKE) $@ cd ftpd200 && $(MAKE) $@ diff --git a/commands/bigmake.inc b/commands/bigmake.inc index 51ab803c4..69b16a7b9 100644 --- a/commands/bigmake.inc +++ b/commands/bigmake.inc @@ -1,5 +1,6 @@ toptarget: - @echo "This program needs nonstandard compiler sizes." - @echo "To compile it, type 'sh makeme.sh'." + @echo "This program needs nonstandard compiler sizes or a " + @echo "nonstandard build procedure." + @echo "To build it, type 'sh makeme.sh'." -- 2.44.0