You are not logged in.

#1 2009-04-12 09:45:33

Dieter@be
Forum Fellow
From: Belgium
Registered: 2006-11-05
Posts: 2,000
Website

[Solved]Makefile:10: *** commands commence before first target. Stop.

#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

#2 2009-04-12 12:05:00

Dieter@be
Forum Fellow
From: Belgium
Registered: 2006-11-05
Posts: 2,000
Website

Re: [Solved]Makefile:10: *** commands commence before first target. Stop.

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

Board footer

Powered by FluxBB