]> Zhao Yanbai Git Server - minix.git/commitdiff
No makefile in contrib/gnu
authorBen Gras <ben@minix3.org>
Fri, 16 Sep 2005 15:15:12 +0000 (15:15 +0000)
committerBen Gras <ben@minix3.org>
Fri, 16 Sep 2005 15:15:12 +0000 (15:15 +0000)
contrib/gnu/Makefile [deleted file]

diff --git a/contrib/gnu/Makefile b/contrib/gnu/Makefile
deleted file mode 100755 (executable)
index 64e6a19..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-
-EMACS=emacs-21.4
-LYNX=lynx2-8-5
-COREUTILS=gnu-coreutils-5.2.1
-
-all::
-       cd $(LYNX) && /bin/sh makeme.sh
-       cd $(EMACS) && /bin/sh makeme.sh
-       cd $(COREUTILS) && /bin/sh makeme.sh
-
-install:: all
-       cd $(LYNX) && make install
-       cd $(EMACS) && make install
-       cd $(COREUTILS) && make install
-
-clean::
-       if [ -f $(LYNX)/Makefile ] ; then cd $(LYNX) && make clean; fi
-       if [ -f $(EMACS)/Makefile ] ; then cd $(EMACS) && make clean; fi
-       cd $(COREUTILS) && make clean
-