mirror of git://sourceware.org/git/glibc.git
Updated.
2001-02-25 Andreas Jaeger <aj@suse.de> * intl/Makefile (plural.c): Reorder rules so that they work if BISON doesn't exist.
This commit is contained in:
parent
3b01907740
commit
199745d108
|
@ -1,3 +1,8 @@
|
||||||
|
2001-02-25 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
|
* intl/Makefile (plural.c): Reorder rules so that they work if
|
||||||
|
BISON doesn't exist.
|
||||||
|
|
||||||
2001-02-25 Ulrich Drepper <drepper@redhat.com>
|
2001-02-25 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* intl/locale.alias: Don't use nb_NO but define aliases for it.
|
* intl/locale.alias: Don't use nb_NO but define aliases for it.
|
||||||
|
|
4
FAQ
4
FAQ
|
@ -273,7 +273,7 @@ them.
|
||||||
1.5. Which compiler should I use for powerpc?
|
1.5. Which compiler should I use for powerpc?
|
||||||
|
|
||||||
{GK} You want to use at least gcc 2.95 (together with the right versions
|
{GK} You want to use at least gcc 2.95 (together with the right versions
|
||||||
of all the other tools, of course). See also question question 2.8.
|
of all the other tools, of course). See also question 2.8.
|
||||||
|
|
||||||
|
|
||||||
1.6. Which tools should I use for ARM?
|
1.6. Which tools should I use for ARM?
|
||||||
|
@ -929,7 +929,7 @@ necessary conversion and calls to create those files. The file is
|
||||||
`db-Makefile' in the subdirectory `nss' and you can call it with `make -f
|
`db-Makefile' in the subdirectory `nss' and you can call it with `make -f
|
||||||
db-Makefile'. Please note that not all services are capable of using a
|
db-Makefile'. Please note that not all services are capable of using a
|
||||||
database. Currently passwd, group, ethers, protocol, rpc, services shadow
|
database. Currently passwd, group, ethers, protocol, rpc, services shadow
|
||||||
and netgroup are implemented. See also question question 2.31.
|
and netgroup are implemented. See also question 2.31.
|
||||||
|
|
||||||
|
|
||||||
2.17. I have /usr/include/net and /usr/include/scsi as symlinks
|
2.17. I have /usr/include/net and /usr/include/scsi as symlinks
|
||||||
|
|
|
@ -43,10 +43,10 @@ include ../Makeconfig
|
||||||
ifneq (no,$(BISON))
|
ifneq (no,$(BISON))
|
||||||
plural.c: plural.y
|
plural.c: plural.y
|
||||||
$(BISON) $(BISONFLAGS) $@ $^
|
$(BISON) $(BISONFLAGS) $@ $^
|
||||||
endif
|
|
||||||
ifeq ($(with-cvs),yes)
|
ifeq ($(with-cvs),yes)
|
||||||
test ! -d CVS || cvs $(CVSOPTS) commit -m'$(BISON) $(BISONFLAGS) $@ $^' $@
|
test ! -d CVS || cvs $(CVSOPTS) commit -m'$(BISON) $(BISONFLAGS) $@ $^' $@
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
$(objpfx)plural.o: plural.c
|
$(objpfx)plural.o: plural.c
|
||||||
|
|
||||||
include ../Rules
|
include ../Rules
|
||||||
|
|
Loading…
Reference in New Issue