mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-30 12:31:53 +08:00
(routines, elided-routines): Set these both to $(bare-routines).
(distribute): Don't set this.
This commit is contained in:
parent
3635a08757
commit
9ebc812a40
@ -22,8 +22,9 @@
|
|||||||
subdir := bare
|
subdir := bare
|
||||||
|
|
||||||
bare-routines := brdinit console strtsupp
|
bare-routines := brdinit console strtsupp
|
||||||
|
routines = $(bare-routines)
|
||||||
|
elided-routines = $(bare-routines)
|
||||||
extra-objs = $(bare-routines:%=%.o)
|
extra-objs = $(bare-routines:%=%.o)
|
||||||
distribute = $(bare-routines:%=%.c)
|
|
||||||
|
|
||||||
install-lib = lib$(config-vendor).a
|
install-lib = lib$(config-vendor).a
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user