mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
* Makefile ($(includedir)/stubs.h): Don't touch target if new one is
identical.
This commit is contained in:
parent
4e395306e8
commit
d36e769230
@ -1,5 +1,8 @@
|
||||
Mon May 27 10:10:00 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
|
||||
|
||||
* Makefile ($(includedir)/stubs.h): Don't touch target if new one is
|
||||
identical.
|
||||
|
||||
* time/Makefile (z.% rule): Generate generic zone%/ rule after
|
||||
zone%/right/ and zone%/posix/ rules so they match first.
|
||||
|
||||
|
3
Makefile
3
Makefile
@ -144,7 +144,8 @@ $(includedir)/stubs.h: subdir_install
|
||||
echo ' in the C library which is a stub, meaning it will fail';\
|
||||
echo ' every time called, usually setting errno to ENOSYS. */';\
|
||||
sort $(subdir-stubs)) > $(objpfx)stubs.h
|
||||
$(INSTALL_DATA) $(objpfx)stubs.h $@
|
||||
if test -r $@ && cmp -s $(objpfx)stubs.h $@; then : ; \
|
||||
else $(INSTALL_DATA) $(objpfx)stubs.h $@; fi
|
||||
rm -f $(objpfx)stubs.h
|
||||
|
||||
# This makes the Info or DVI file of the documentation from the Texinfo source.
|
||||
|
Loading…
Reference in New Issue
Block a user