Opened 16 years ago

Last modified 9 years ago

#2157 closed defect

The clean and distclean makefile targets fail — at Initial Version

Reported by: castalia Owned by: Mateusz Łoskot
Priority: normal Milestone:
Component: ConfigBuild Version: 1.5.0
Severity: blocker Keywords: libtool Solaris
Cc:

Description

After completion of configure a make clean (Gnu gmake) fails:

deimos:castalia>> uname -a SunOS deimos 5.9 Generic_118558-17 sun4u sparc SUNW,Sun-Fire-V210 Solaris deimos:castalia>> gmake distclean rm -f *.a *.so config.log config.cache html/*.* /bin/sh /opt/pub/src/gdal-1.5.0/libtool --mode=clean /bin/rm -f *.lo *.la /opt/pub/src/gdal-1.5.0/libtool: bad substitution gmake: * [lclean] Error 1 deimos:castalia>> gmake clean rm -f *.a *.so config.log config.cache html/*.* /bin/sh /opt/pub/src/gdal-1.5.0/libtool --mode=clean /bin/rm -f *.lo *.la /opt/pub/src/gdal-1.5.0/libtool: bad substitution gmake: * [lclean] Error 1

As a result the usual distclean before using a different architecture to configure and build the software can not be done. Instead the entire distribution files tree must be removed and recreated from the tarball.

Change History (0)

Note: See TracTickets for help on using tickets.