You are not logged in.
#VERSION:=$(shell shellcommand)
HOST=desktop-a7n8x
SVN_WCS = $$HOME $$HOME/workspaces/ $$HOME/workspaces/* $$HOME/workspaces/*/*
SVN_WCS_ROOT= /etc
SVN_GO_AWAY_AND_DONT_COME_BACK=$$HOME/.civserver_history \
$$HOME/common/xdg/.config/banshee-1/log \
$$HOME/.nano_history \
$$HOME/.gconf/desktop \
$$HOME/.gnome2_private
when running "make" i get:
Makefile:10: *** commands commence before first target. Stop.
line 10 is the last line.
someone on irc advised me to make sure all paths exist so i touched/mkdirred them all. but that did not help.
Last edited by Dieter@be (2009-04-12 12:05:16)
< Daenyth> and he works prolifically
4 8 15 16 23 42
Offline
fixed it. Apparently you cannot have a space after a backslash... (line 9 had that)
< Daenyth> and he works prolifically
4 8 15 16 23 42
Offline