1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-16 00:36:08 +02:00

Don't skip the groups-version test.

* tests/Makefile.am (built_programs): Remove unused definition.
* src/Makefile.am (built_programs.list): Print a space-separated
list of program names, not NL-separated, since all clients now
expect a space-separated list.
This commit is contained in:
Jim Meyering
2008-03-01 10:50:35 +01:00
parent e81d5a49b7
commit 5a0b032e9e
2 changed files with 1 additions and 3 deletions

View File

@@ -288,7 +288,7 @@ all_programs = \
built_programs.list:
@echo $(bin_PROGRAMS) $(bin_SCRIPTS) | tr ' ' '\n' \
| sed -e 's,$(EXEEXT)$$,,' | $(ASSORT) -u
| sed -e 's,$(EXEEXT)$$,,' | $(ASSORT) -u | tr '\n' ' '
all_programs.list:
@echo $(all_programs) | tr ' ' '\n' | sed -e 's,$(EXEEXT)$$,,' \

View File

@@ -5,8 +5,6 @@
# current locale considers to be equal.
ASSORT = LC_ALL=C sort
built_programs = (cd ../src && MAKEFLAGS= $(MAKE) -s built_programs.list)
EXTRA_DIST = \
Coreutils.pm \
CuTmpdir.pm \