view Makefile @ 10220:1ccb0de40324

Work around cygwin 1.5.25 strsignal bug. * tests/test-strsignal.c: Allow for const char *. * doc/glibc-functions/strsignal.texi (strsignal): Document the bug. Signed-off-by: Eric Blake <ebb9@byu.net>
author Eric Blake <ebb9@byu.net>
date Wed, 18 Jun 2008 10:50:06 -0600
parents 13576b82f3d4
children 66a365760f8b
line wrap: on
line source

# Makefile for gnulib central.
# Copyright (C) 2006 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# in any medium, are permitted without royalty provided the copyright
# notice and this notice are preserved.

# Produce some files that are not stored in CVS.
all:

# Perform some platform independent checks on the gnulib code.
check:

# Regenerate some files that are stored in CVS; you should commit them
# afterwards.
regen: MODULES.html

MODULES.html: MODULES.html.sh
	./MODULES.html.sh > MODULES.html