> Merci c'est une idée, je vai tout de suite changer mon Makefile.
> Ce me dépanne pour cette fois, mais quand je compile des 
> trucs dont je n'ai pas rédigé le Makefile...

A ta place, je ne changerais pas le Makefile mais faire qqch comme:

make &> /dev/null
ou
make &> /home/toi/fichier.log

> Je voulais dire : comment désactiver cet effet de ralenti 
> dans l'affichage dans un xterm qui fait un agréable gadget 
> quand on tape des commandes avec un long résulta mais très 
> désagréable et bien inutile la plupart du temps.

Pourquoi ne pas essayer:

make& &> /home/toi/fichier.log

Et si tu veut voir ce qui se passe un:

tail -f /home/toi/fichier.log

> 
> Encore merci. :-)
> 
> Benoît
> _______________________________________________________
> Linux Mailing List - http://www.unixtech.be
> Subscribe/Unsubscribe: http://www.unixtech.be/mailman/listinfo/linux
> Archives: http://www.mail-archive.com/linux@lists.unixtech.be
> IRC: chat.unixtech.be:6667 - #unixtech
> NNTP: news.gname.org - gmane.org.user-groups.linux.unixtech
> 
> 
_______________________________________________________
Linux Mailing List - http://www.unixtech.be
Subscribe/Unsubscribe: http://www.unixtech.be/mailman/listinfo/linux
Archives: http://www.mail-archive.com/linux@lists.unixtech.be
IRC: chat.unixtech.be:6667 - #unixtech
NNTP: news.gname.org - gmane.org.user-groups.linux.unixtech

Répondre à