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:
@@ -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)$$,,' \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user