Hi,

I have an odd thing here. I have a very simple makefile:

[EMAIL PROTECTED] root]# cat Makefile 
blah:
        @echo "hoi"
        @su sabri -c "echo hoi2"
        @echo "hoi3"
        @su sabri -c "echo hoi4"

but when I do a make or gmake, I it gets a stop signal after the third
command:

[EMAIL PROTECTED] root]# make
hoi
hoi2
hoi3

[2]+  Stopped                 make
[EMAIL PROTECTED] root]# fg
make
hoi4
[EMAIL PROTECTED] root]# 

I run 5.1-RELEASE-p11 on i386. Does anyone have a clue what is going on
here?

-- 
Sabri, "I route, therefore you are"

Bescherm de digitale burgerrechten: http://www.bof.nl/donateur.html
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to