odd thing with make/gmake/su

Sabri Berisha sabri at cluecentral.net
Tue Jan 13 00:48:45 PST 2004


Hi,

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

[root at doos 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:

[root at doos root]# make
hoi
hoi2
hoi3

[2]+  Stopped                 make
[root at doos root]# fg
make
hoi4
[root at doos 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


More information about the freebsd-questions mailing list