H_B
August 29, 2003, 2:04am
1
by the way, these files don't seem to get cleaned by 'make distclean'
? config.log
? src/CMD/next_step
? src/raster/r.binfer/lex.yy.c
? src/raster/r.binfer/y.tab.c
? src/raster/r.binfer/y.tab.h
? src/raster/r.combine/cmd/lex.yy.c
? src/raster/r.combine/cmd/y.tab.c
? src/raster/r.combine/cmd/y.tab.h
? src/raster/r.mapcalc3/lex.yy.c
? src/raster/r.mapcalc3/y.tab.c
? src/raster/r.mapcalc3/y.tab.h
? src/raster/r.weight/inter/lex.yy.c
? src/raster/r.weight/inter/y.tab.c
? src/raster/r.weight/inter/y.tab.h
should they be?
Hamish
cheg01
August 29, 2003, 12:14am
2
5.0.3 rc2 compiles and runs NVIZ without error once opengl libraries are
installed.
Hamish wrote:
by the way, these files don't seem to get cleaned by 'make distclean'
? config.log
? src/CMD/next_step
? src/raster/r.binfer/lex.yy.c
? src/raster/r.binfer/y.tab.c
? src/raster/r.binfer/y.tab.h
? src/raster/r.combine/cmd/lex.yy.c
? src/raster/r.combine/cmd/y.tab.c
? src/raster/r.combine/cmd/y.tab.h
? src/raster/r.mapcalc3/lex.yy.c
? src/raster/r.mapcalc3/y.tab.c
? src/raster/r.mapcalc3/y.tab.h
? src/raster/r.weight/inter/lex.yy.c
? src/raster/r.weight/inter/y.tab.c
? src/raster/r.weight/inter/y.tab.h
should they be?
No. "make maintainer-clean" does "make distclean" and also deletes all
of the files which are generated by lex and yacc. "make srcdist"
intentionally only does "make distclean", so the source tarballs
should be able to be built without having lex or yacc.
--
Glynn Clements <glynn.clements@virgin.net>