Re: OT: Makefile

2002-06-13 Por tema Alfonso García Rodríguez
David Cohen Dacha escribe:
  Perdon x el ot.
  
  Alguien me podria decir como puedo hacer para q un makefile me devuelva un 
  mensaje al terminar?? ejemplo: cuando termina dice Instalacion terminada o 
  algo asi.
  
  probe con echo, preo me devolvia:
  
  echo Instalacion terminada
  Instalacion terminada
  
  con printf:
  
  printf Instalacion terminada
  Instalacion terminada
  
 
 @echo Instalación terminada.

-- 
[EMAIL PROTECTED]
[EMAIL PROTECTED]


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: OT: Makefile

2002-06-12 Por tema Carles Pina i Estany


Hola,

Prueba con:

@echo Instalacion terminada

si lo recuerdo bien es así...

On Wed, 12 Jun 2002, David Cohen Dacha wrote:

 Perdon x el ot.

 Alguien me podria decir como puedo hacer para q un makefile me devuelva un
 mensaje al terminar?? ejemplo: cuando termina dice Instalacion terminada o
 algo asi.

 probe con echo, preo me devolvia:

 echo Instalacion terminada
 Instalacion terminada

 con printf:

 printf Instalacion terminada
 Instalacion terminada


 Gracias.-
 DD



 _
 Envíe y reciba su correo de Hotmail desde el móvil: http://mobile.msn.com


 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


-- 
Carles Pina i Estany | Nick: Pinux / Pine / Teufeus
E-Mail: [EMAIL PROTECTED] / [EMAIL PROTECTED] / [EMAIL PROTECTED]
http://www.salleURL.edu/~is08139/
   Linux is userfriendly, but is only a bit selective about its friends :-)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: OT: Makefile

2002-06-12 Por tema Diego Sevilla Ruiz
Prueba con

@echo Instalación terminada

Un saludo.
diego

On Wed, Jun 12, 2002 at 09:12:40PM -0300, David Cohen Dacha wrote:

| Perdon x el ot.
| 
| Alguien me podria decir como puedo hacer para q un makefile me devuelva un 
| mensaje al terminar?? ejemplo: cuando termina dice Instalacion terminada o 
| algo asi.
| 
| probe con echo, preo me devolvia:
| 
| echo Instalacion terminada
| Instalacion terminada
| 
| con printf:
| 
| printf Instalacion terminada
| Instalacion terminada
| 
| 
| Gracias.-
| DD
| 
| 
| 
| _
| Envíe y reciba su correo de Hotmail desde el móvil: http://mobile.msn.com
| 
| 
| -- 
| To UNSUBSCRIBE, email to [EMAIL PROTECTED]
| with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

-- 
Diego Sevilla Ruiz  http://ditec.um.es/~dsevilla  [EMAIL PROTECTED]  \/\
Dpto. Ingeniería y Tecnología de Computadores http://ditec.um.es   )  ( ')
Visiting Extreme! Computing Lab   http://extreme.indiana.edu  (  /  )
Indiana University, Bloomington   http://www.iub.edu   \(__)|


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]