Updated FilesystemLayouts/README for the fact that 'fhs' is now the default layout

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@34803 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2012-02-21 14:13:36 +00:00
parent 10dfdda788
commit ccf1f873c8
2 changed files with 21 additions and 13 deletions

View file

@ -1,3 +1,9 @@
2012-02-21 Nicola Pero <nicola.pero@meta-innovation.com>
* FilesystemLayouts/README: Updated for the fact that 'fhs' is now
the default filesystem layout. Issue pointed out by Fred Kiefer
<FredKiefer@gmx.de>.
2012-02-21 Graham Lee <iamleeg@gmail.com>
* library-combo.make (OBJC_LIBS): Always set from OBJC_LIB_FLAG

View file

@ -16,7 +16,8 @@ specified variables). For example:
./configure --with-layout=fhs-system
By default, the GNUstep layout is used.
By default, the 'fhs' layout is used except on Apple when building
using the apple-apple-apple combo.
If you want to use your own custom layout, just start with one of the
existing layouts, copy it into a new file, and edit it. :-)
@ -27,21 +28,22 @@ existing layouts, copy it into a new file, and edit it. :-)
Here is a list of popular filesystem layout --
* gnustep: default GNUstep filesystem layout; it installs everything
into /usr/GNUstep/System, /usr/GNUstep/Local. It's a very friendly
layout, similar to the ones found on NeXTstep, OpenStep and Apple Mac
OS X. It's a layout that can work nicely with fat binaries, but may
not blend very well with the native environment because everything is
installed in special, GNUstep-only, directories, so you may need to
source a special script (GNUstep.sh) before being able to use the
layout. Recommended for the advanced GNUstep users and the
* gnustep: traditional GNUstep filesystem layout; it installs
everything into /usr/GNUstep/System, /usr/GNUstep/Local. It's a very
friendly layout, similar to the ones found on NeXTstep, OpenStep and
Apple Mac OS X. It's a layout that can work nicely with fat binaries,
but may not blend very well with the native environment because
everything is installed in special, GNUstep-only, directories, so you
may need to source a special script (GNUstep.sh) before being able to
use the layout. Recommended for the advanced GNUstep users and the
NeXTstep/Apple fans.
* fhs: standard FHS Unix layout for locally compiled software; it
installs everything into /usr/local. Blends very well with native
GNU/Linux systems (and other Unix systems with similar directory
structure). Recommended if you're compiling from sources on Unix and
want good integration with your native system.
installs everything into /usr/local. This is the default layout.
Blends very well with native GNU/Linux systems (and other Unix systems
with similar directory structure). Recommended if you're compiling
from sources on Unix and want good integration with your native
system.
* fhs-system: standard FHS layout for software to be shipped as part
of distributions/systems; it installs system stuff into /usr, and is