Update.
1998-01-31 11:44 Ulrich Drepper <drepper@cygnus.com> * intl/Makefile: Use CVSOPTS in cvs invocation. * po/Makefile: Likewise. * posix/Makefile: Likewise. * stdlib/Makefile: Likewise.
This commit is contained in:
parent
07b51ba59a
commit
4eb36693e4
@ -1,3 +1,10 @@
|
||||
1998-01-31 11:44 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* intl/Makefile: Use CVSOPTS in cvs invocation.
|
||||
* po/Makefile: Likewise.
|
||||
* posix/Makefile: Likewise.
|
||||
* stdlib/Makefile: Likewise.
|
||||
|
||||
1998-01-31 11:18 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* misc/efgcvt_r.c (fcvt_r): Handle illegal NDIGIT correctly.
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
|
||||
# Copyright (C) 1995, 1996, 1997, 1998 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
|
||||
@ -46,7 +46,7 @@ define copysrc
|
||||
sed -f $^ > $@.new
|
||||
chmod a-w $@.new
|
||||
mv -f $@.new $@
|
||||
test ! -d CVS || cvs commit -m'Updated from $<' $@
|
||||
test ! -d CVS || cvs $(CVSOPTS) commit -m'Updated from $<' $@
|
||||
endef
|
||||
|
||||
endif
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright (C) 1996, 1997 Free Software Foundation, Inc.
|
||||
# Copyright (C) 1996, 1997, 1998 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
|
||||
@ -83,7 +83,7 @@ ifneq (,$(pofiles))
|
||||
chmod 444 $@
|
||||
|
||||
linguas: $(pofiles:$(podir)/%=%)
|
||||
test ! -d CVS || cvs commit -m'Copied from $(podir)' $^
|
||||
test ! -d CVS || cvs $(CVSOPTS) commit -m'Copied from $(podir)' $^
|
||||
linguas.mo: $(pofiles:$(podir)/%.po=%.mo)
|
||||
|
||||
endif
|
||||
|
@ -77,7 +77,7 @@ lib: $(objpfx)libposix.a
|
||||
testcases.h: TESTS TESTS2C.sed
|
||||
sed -f TESTS2C.sed < $< > $@T
|
||||
mv -f $@T $@
|
||||
test ! -d CVS || cvs commit -mRegenerated $@
|
||||
test ! -d CVS || cvs $(CVSOPTS) commit -mRegenerated $@
|
||||
|
||||
# Make the standalone glob/fnmatch package.
|
||||
|
||||
@ -95,13 +95,13 @@ glob/%.h: %.h
|
||||
|
||||
glob/configure: glob/configure.in
|
||||
cd glob; autoconf $(ACFLAGS)
|
||||
test ! -d CVS || cvs commit -m'Regenerated: autoconf $(ACFLAGS) $<' $@
|
||||
test ! -d CVS || cvs $(CVSOPTS) commit -m'Regenerated: autoconf $(ACFLAGS) $<' $@
|
||||
|
||||
glob/ChangeLog: ../ChangeLog
|
||||
changelog-extract --regexp 'posix/(glob|fnmatch).*' < $< > $@.new
|
||||
chmod a-w $@.new
|
||||
mv -f $@.new $@
|
||||
test ! -d CVS || cvs commit -mRegenerated $@
|
||||
test ! -d CVS || cvs $(CVSOPTS) commit -mRegenerated $@
|
||||
|
||||
%.Z: %
|
||||
compress -c $< > $@-tmp
|
||||
|
@ -112,7 +112,7 @@ $(mpn-copy): %: $(ignore gmp2glibc.sed) $(gmp-srcdir)/%; $(gmp2glibc)
|
||||
.PHONY: copy-mpn clean-mpn mpn-stuff
|
||||
mpn-stuff: $(mpn-stuff)
|
||||
copy-mpn: $(mpn-stuff)
|
||||
test ! -d CVS || cvs commit -m'Updated from $(gmp-srcdir)' $+
|
||||
test ! -d CVS || cvs $(CVSOPTS) commit -m'Updated from $(gmp-srcdir)' $+
|
||||
clean-mpn:
|
||||
rm -f $(mpn-stuff)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user