mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
* Rules (subdir_objs, subdir_stubs): New phony targets.
* Makefile (+subdir_targets): Add them.
This commit is contained in:
parent
9d0547ce8e
commit
5d9e899182
@ -1,5 +1,8 @@
|
||||
2005-02-10 Roland McGrath <roland@redhat.com>
|
||||
|
||||
* Rules (subdir_objs, subdir_stubs): New phony targets.
|
||||
* Makefile (+subdir_targets): Add them.
|
||||
|
||||
* Makerules ($(common-objpfx)Versions.all): Grok new leading column in
|
||||
soversions.i.
|
||||
|
||||
|
4
Makefile
4
Makefile
@ -1,4 +1,4 @@
|
||||
# Copyright (C) 1991-2002, 2003, 2004 Free Software Foundation, Inc.
|
||||
# Copyright (C) 1991-2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
# This file is part of the GNU C Library.
|
||||
|
||||
# The GNU C Library is free software; you can redistribute it and/or
|
||||
@ -64,7 +64,7 @@ endif # $(AUTOCONF) = no
|
||||
subdir_update-abi subdir_check-abi \
|
||||
subdir_echo-headers \
|
||||
subdir_install \
|
||||
subdir_testclean \
|
||||
subdir_objs subdir_stubs subdir_testclean \
|
||||
$(addprefix install-, no-libc.a bin lib data headers others)
|
||||
|
||||
headers := limits.h values.h features.h gnu-versions.h bits/libc-lock.h \
|
||||
|
6
Rules
6
Rules
@ -1,4 +1,4 @@
|
||||
# Copyright (C) 1991-2000,2002,2003, 2004 Free Software Foundation, Inc.
|
||||
# Copyright (C) 1991-2000,2002,2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
# This file is part of the GNU C Library.
|
||||
|
||||
# The GNU C Library is free software; you can redistribute it and/or
|
||||
@ -165,7 +165,9 @@ distclean: clean
|
||||
.PHONY: subdir_install
|
||||
subdir_install: install-no-libc.a lib-noranlib stubs
|
||||
|
||||
.PHONY: subdir_TAGS
|
||||
.PHONY: subdir_objs subdir_stubs subdir_TAGS
|
||||
subdir_objs: objs
|
||||
subdir_stubs: stubs
|
||||
subdir_TAGS: TAGS
|
||||
|
||||
# Target required by the Hurd to ensure that all the MiG-generated
|
||||
|
Loading…
Reference in New Issue
Block a user