mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
Update.
1999-06-15 H.J. Lu <hjl@gnu.org> * Make-dist (sysdep_dirs): Exclude SCCS. * MakeTAGS (sysdep_dirs): Likewise.
This commit is contained in:
parent
d0738b5d67
commit
abe71ca647
@ -1,3 +1,8 @@
|
||||
1999-06-15 H.J. Lu <hjl@gnu.org>
|
||||
|
||||
* Make-dist (sysdep_dirs): Exclude SCCS.
|
||||
* MakeTAGS (sysdep_dirs): Likewise.
|
||||
|
||||
1999-06-15 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* posix/regex.c (re_error_msgid): Remove extra commas.
|
||||
|
@ -35,7 +35,8 @@ foo:=$(shell echo 'foobar=$(filter %.c %.S %.s %.h,$(distribute))'>&2)
|
||||
ifndef sysdep_dirs
|
||||
# Find all sysdep directories.
|
||||
export sysdep_dirs := $(shell find $(..)sysdeps -type d ! -name bits \
|
||||
! -name CVS ! -name RCS -print)
|
||||
! -name CVS ! -name RCS \
|
||||
! -name SCCS -print)
|
||||
else
|
||||
# Defined by the parent.
|
||||
sysdep_dirs := $(addprefix $(..),$(sysdep_dirs))
|
||||
|
3
MakeTAGS
3
MakeTAGS
@ -46,7 +46,8 @@ ifndef sysdep_dirs
|
||||
sysdep_dirs := $(shell find $(..)sysdeps \
|
||||
$(wildcard \
|
||||
$(patsubst %,$(..)%/sysdeps,$(add-ons))) \
|
||||
-type d ! -name RCS ! -name CVS -print)
|
||||
-type d ! -name RCS ! -name CVS \
|
||||
! -name SCCS -print)
|
||||
endif
|
||||
|
||||
# Find all sysdep dirs there are, but putting the ones
|
||||
|
Loading…
Reference in New Issue
Block a user