Carsten Grzemba <[email protected]> wrote: > Hi, > cups build process has a annoying magic to silent compile. Does anybody know > how can I disable silent compiling? gmake V=1 does not work. > Thanks Carsten
If this is done vie .SILENT: in a makefile, you need to remove this line. Jörg -- EMail:[email protected] (home) Jörg Schilling D-13353 Berlin [email protected] (uni) [email protected] (work) Blog: http://schily.blogspot.com/ URL: http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers .:: This mailing list's archive is public. ::.
