bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bash 2.05b 'make maintainer-clean' fails in support directory


From: Paul Eggert
Subject: bash 2.05b 'make maintainer-clean' fails in support directory
Date: Wed, 24 Jul 2002 00:59:44 -0700 (PDT)

Configuration Information [Automatically generated, do not change]:
Machine: sparc
OS: solaris2.8
Compiler: gcc
Compilation CFLAGS:  -DPROGRAM='bash' -DCONF_HOSTTYPE='sparc' 
-DCONF_OSTYPE='solaris2.8' -DCONF_MACHTYPE='sparc-sun-solaris2.8' 
-DCONF_VENDOR='sun' -DSHELL  -DHAVE_CONFIG_H  -I.  -I. -I./include -I./lib  -g 
-O2 -Wall -W -Wno-sign-compare -Wpointer-arith -Wstrict-prototypes 
-Wmissing-prototypes -Wmissing-noreturn -Wmissing-format-attribute
uname output: SunOS sic.twinsun.com 5.8 Generic_108528-15 sun4u sparc 
SUNW,UltraSPARC-IIi-Engine
Machine Type: sparc-sun-solaris2.8

Bash Version: 2.05b
Patch Level: 0
Release Status: release

Description:
        When building bash, 'make maintainer-clean' fails in the
        support directory.  Also, 'make clean' doesn't
        remove .o files there.

Repeat-By:
        make maintainer-clean

Fix:
===================================================================
RCS file: support/Makefile.in,v
retrieving revision 2.5.2.0
retrieving revision 2.5.2.1
diff -pu -r2.5.2.0 -r2.5.2.1
--- support/Makefile.in 2002/04/16 14:31:35     2.5.2.0
+++ support/Makefile.in 2002/07/24 07:57:52     2.5.2.1
@@ -77,7 +77,7 @@ all: man2html$(EXEEXT)
 man2html$(EXEEXT): $(OBJ1)
        $(CC) $(CCFLAGS) $(OBJ1) -o $@ ${LIBS}
 
-clean:
-       rm man2html
+clean mostlyclean distclean maintainer-clean:
+       rm -f man2html$(EXEEXT) $(OBJ1)
 
 man2html.o: man2html.c



reply via email to

[Prev in Thread] Current Thread [Next in Thread]