From: Ben Gras Date: Thu, 8 Sep 2005 13:09:03 +0000 (+0000) Subject: Other bigmake message X-Git-Tag: v3.1.0~153 X-Git-Url: http://zhaoyanbai.com/repos/Bv9ARM.ch04.html?a=commitdiff_plain;h=7f5e1d2b05d4dd57006f6867a2b263f68de19ce9;p=minix.git Other bigmake message Elvis no longer connected to build --- 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'."