unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 0/2] Clean repository top-level directory.
@ 2016-04-03 16:18 Mathieu Lirzin
  2016-04-03 16:18 ` [PATCH 1/2] build: Move included files to subdirectories Mathieu Lirzin
  2016-04-03 16:18 ` [PATCH 2/2] build: Move environment scripts to 'build-aux' directory Mathieu Lirzin
  0 siblings, 2 replies; 15+ messages in thread
From: Mathieu Lirzin @ 2016-04-03 16:18 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 1694 bytes --]


Currently Guix has quite a lot of files in its top level directory.  IMO it
makes it hard to have a global view on the project and doesn't help
understanding how those files relates to each other.  These two patches tries
to improve that, but of course this is pure bikeshedding.  :)

Mathieu Lirzin (2):
  build: Move included files to subdirectories.
  build: Move environment scripts to 'build-aux' directory.

 Makefile.am               |   8 +-
 build-aux/pre-inst-env.in |  71 ++++
 build-aux/test-env.in     | 131 +++++++
 configure.ac              |   5 +-
 daemon.am                 | 226 ------------
 doc.am                    | 157 ---------
 doc/guix.texi             |   2 +-
 doc/local.mk              | 157 +++++++++
 emacs.am                  |  73 ----
 emacs/guix-config.el.in   |   2 +-
 emacs/local.mk            |  73 ++++
 gnu-system.am             | 883 ----------------------------------------------
 gnu/local.mk              | 883 ++++++++++++++++++++++++++++++++++++++++++++++
 guix/config.scm.in        |   4 +-
 nix/local.mk              | 226 ++++++++++++
 pre-inst-env.in           |  71 ----
 test-env.in               | 131 -------
 17 files changed, 1552 insertions(+), 1551 deletions(-)
 create mode 100644 build-aux/pre-inst-env.in
 create mode 100644 build-aux/test-env.in
 delete mode 100644 daemon.am
 delete mode 100644 doc.am
 create mode 100644 doc/local.mk
 delete mode 100644 emacs.am
 create mode 100644 emacs/local.mk
 delete mode 100644 gnu-system.am
 create mode 100644 gnu/local.mk
 create mode 100644 nix/local.mk
 delete mode 100644 pre-inst-env.in
 delete mode 100644 test-env.in

-- 
2.8.0.rc3


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2016-05-22 20:34 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-03 16:18 [PATCH 0/2] Clean repository top-level directory Mathieu Lirzin
2016-04-03 16:18 ` [PATCH 1/2] build: Move included files to subdirectories Mathieu Lirzin
2016-04-04  2:36   ` Eric Bavier
2016-04-14 17:46     ` Ludovic Courtès
2016-04-14 22:55       ` Mathieu Lirzin
2016-04-16 22:54         ` Ludovic Courtès
2016-05-21 21:41           ` Mathieu Lirzin
2016-05-22 20:33             ` Ludovic Courtès
2016-04-03 16:18 ` [PATCH 2/2] build: Move environment scripts to 'build-aux' directory Mathieu Lirzin
2016-04-03 17:05   ` Alex Kost
2016-04-03 17:18     ` Mathieu Lirzin
2016-04-03 21:56       ` Alex Kost
2016-04-03 18:19     ` Leo Famulari
2016-04-03 19:19       ` Mathieu Lirzin
2016-04-14 17:48   ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).