Date: Tue, 13 Jan 2004 09:48:42 +0100 From: Sabri Berisha <sabri@cluecentral.net> To: freebsd-questions@freebsd.org Subject: odd thing with make/gmake/su Message-ID: <20040113094842.A60440@cluecentral.net>
next in thread | raw e-mail | index | archive | help
Hi,
I have an odd thing here. I have a very simple makefile:
[root@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@doos root]# make
hoi
hoi2
hoi3
[2]+ Stopped make
[root@doos root]# fg
make
hoi4
[root@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040113094842.A60440>
