[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/7] Minor cleanup and refactoring.
From: |
Stefano Lattarini |
Subject: |
[PATCH 0/7] Minor cleanup and refactoring. |
Date: |
Thu, 30 Aug 2012 18:19:51 +0200 |
Found these when trying to convert 'src/' to a non-recursive setup.
I think they should be simple and uncontroversial enough to go into
the repository ASAP.
Thanks,
Stefano
-*-*-*-
Stefano Lattarini (7):
build: move definition of 'all_programs' in cfg.mk
build: some refactorings in cfg.mk
build: don't use foo_LDADD if there's no foo program
maint: remove unused variable in src/Makefile.am
maint: more uses of $(ASSORT)
build: don't use '$<' in non-suffix rules
maint: get rid of obsolete script 'cvsu'
Makefile.am | 5 -
build-aux/cvsu | 512 --------------------------------------------------------
cfg.mk | 15 +-
src/Makefile.am | 37 ++--
4 files changed, 29 insertions(+), 540 deletions(-)
delete mode 100755 build-aux/cvsu
- [PATCH 0/7] Minor cleanup and refactoring.,
Stefano Lattarini <=
- [PATCH 1/7] build: move definition of 'all_programs' in cfg.mk, Stefano Lattarini, 2012/08/30
- [PATCH 2/7] build: some refactorings in cfg.mk, Stefano Lattarini, 2012/08/30
- [PATCH 5/7] maint: more uses of $(ASSORT), Stefano Lattarini, 2012/08/30
- [PATCH 4/7] maint: remove unused variable in src/Makefile.am, Stefano Lattarini, 2012/08/30
- [PATCH 7/7] maint: get rid of obsolete script 'cvsu', Stefano Lattarini, 2012/08/30
- [PATCH 6/7] build: don't use '$<' in non-suffix rules, Stefano Lattarini, 2012/08/30
- [PATCH 3/7] build: don't use foo_LDADD if there's no foo program, Stefano Lattarini, 2012/08/30
- Re: [PATCH 0/7] Minor cleanup and refactoring., Jim Meyering, 2012/08/31
- Re: [PATCH 0/7] Minor cleanup and refactoring., Jim Meyering, 2012/08/31