From mboxrd@z Thu Jan 1 00:00:00 1970 From: cowan@mercury.ccil.org (John Cowan) Date: Mon, 2 Jun 2014 00:43:48 -0400 Subject: [TUHS] Gnu/Stallman (was Bugs in V6 'dcheck') In-Reply-To: References: <201406020209.s5229Q5o006174@stowe.cs.dartmouth.edu> <00668C2D-BF21-44EA-A7D8-A9530CA24551@bsdimp.com> <20140602031715.GA27136@eureka.lemis.com> Message-ID: <20140602044348.GJ18282@mercury.ccil.org> Nick Downing scripsit: > Bash I guess is an extreme example of this, we do not need a commandline > shell that is 1Mb in size!! Well, some people find it useful. But if you want dash or Unix rc, you know where to find them. > Further the build systems are totally broken, I > appreciate what automake/autoconf is doing but from a developer point of > view they are totally unwieldy and another example of the "kitchen sink" > philosophy of supporting every conceivable, and outdated, architecture. Indeed. I rather like the Chicken Scheme approach: there is a Makefile fragment for each supported architecture, currently BSD, Solaris, Android, AIX, Haiku, iOS, MinGW with or without MSYS, Cygwin, Hurd, MacOSX, and Linux. If you want anything else, provide your own Makefile fragment. -- John Cowan http://www.ccil.org/~cowan cowan at ccil.org Eric Raymond is the Margaret Mead of the Open Source movement. --Bruce Perens, a long time ago