help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problem with phony target


From: Sergio Belkin
Subject: Problem with phony target
Date: Sat, 18 Sep 2010 21:17:48 -0300

Hi folks,

I have a Makefile that even when issuing for the first time the PHONY
target clean wants to recompile as you can see below:

Makefile:218: UpLog.d: No existe el fichero o el directorio
Makefile:218: UpLine.d: No existe el fichero o el directorio
Makefile:218: UpThread.d: No existe el fichero o el directorio
Makefile:218: UpThreadWorkDistributor.d: No existe el fichero o el directorio
Makefile:218: UpInet.d: No existe el fichero o el directorio
Makefile:218: UpDnsBase.d: No existe el fichero o el directorio
Makefile:218: UpResolver.d: No existe el fichero o el directorio
Makefile:218: UpResolverSimple.d: No existe el fichero o el directorio
Makefile:218: UpDnsQuery.d: No existe el fichero o el directorio
Makefile:218: UpDnsQuerySimple.d: No existe el fichero o el directorio
Makefile:218: UpRegex.d: No existe el fichero o el directorio
Makefile:218: UpConf.d: No existe el fichero o el directorio
Makefile:218: UpSql.d: No existe el fichero o el directorio
Makefile:218: UpSqlMysql.d: No existe el fichero o el directorio
Makefile:218: UpSqlPgsql.d: No existe el fichero o el directorio
Makefile:218: UpSqlConnPool.d: No existe el fichero o el directorio
Makefile:218: UpLinkable.d: No existe el fichero o el directorio
Makefile:218: UpOp.d: No existe el fichero o el directorio
Makefile:218: UpTimeVal.d: No existe el fichero o el directorio
Makefile:218: UpTimerManager.d: No existe el fichero o el directorio
Makefile:218: UpSubstitute.d: No existe el fichero o el directorio
Makefile:218: UpNaptrQuery.d: No existe el fichero o el directorio
Makefile:218: UpSsl1.d: No existe el fichero o el directorio
Makefile:218: UpSsl2.d: No existe el fichero o el directorio
Makefile:218: UpSslThreadSafe.d: No existe el fichero o el directorio
g++ -ansi  -Iinclude -Wall -Wno-deprecated -MG -MF UpSslThreadSafe.d
-MM UpSslThreadSafe.cc
g++ -ansi  -Iinclude -Wall -Wno-deprecated -MG -MF UpSsl2.d -MM UpSsl2.cc
g++ -ansi  -Iinclude -Wall -Wno-deprecated -MG -MF UpSsl1.d -MM UpSsl1.cc
g++ -ansi  -Iinclude -Wall -Wno-deprecated -MG -MF UpNaptrQuery.d -MM
UpNaptrQuery.cc
g++ -ansi  -Iinclude -Wall -Wno-deprecated -MG -MF UpSubstitute.d -MM
UpSubstitute.cc
g++ -ansi  -Iinclude -Wall -Wno-deprecated -MG -MF UpTimerManager.d
-MM UpTimerManager.cc
g++ -ansi  -Iinclude -Wall -Wno-deprecated -MG -MF UpTimeVal.d -MM UpTimeVal.cc
g++ -ansi  -Iinclude -Wall -Wno-deprecated -MG -MF UpOp.d -MM UpOp.cc
g++ -ansi  -Iinclude -Wall -Wno-deprecated -MG -MF UpLinkable.d -MM
UpLinkable.cc
g++ -ansi  -Iinclude -Wall -Wno-deprecated -MG -MF UpSqlConnPool.d -MM
UpSqlConnPool.cc
g++ -ansi  -Iinclude -Wall -Wno-deprecated -MG -MF UpSqlPgsql.d -MM
UpSqlPgsql.cc
g++ -ansi  -Iinclude -Wall -Wno-deprecated -MG -MF UpSqlMysql.d -MM
UpSqlMysql.cc
g++ -ansi  -Iinclude -Wall -Wno-deprecated -MG -MF UpSql.d -MM UpSql.cc
g++ -ansi  -Iinclude -Wall -Wno-deprecated -MG -MF UpConf.d -MM UpConf.cc
g++ -ansi  -Iinclude -Wall -Wno-deprecated -MG -MF UpRegex.d -MM UpRegex.cc
g++ -ansi  -Iinclude -Wall -Wno-deprecated -MG -MF UpDnsQuerySimple.d
-MM UpDnsQuerySimple.cc
g++ -ansi  -Iinclude -Wall -Wno-deprecated -MG -MF UpDnsQuery.d -MM
UpDnsQuery.cc
g++ -ansi  -Iinclude -Wall -Wno-deprecated -MG -MF UpResolverSimple.d
-MM UpResolverSimple.cc
g++ -ansi  -Iinclude -Wall -Wno-deprecated -MG -MF UpResolver.d -MM
UpResolver.cc
g++ -ansi  -Iinclude -Wall -Wno-deprecated -MG -MF UpDnsBase.d -MM UpDnsBase.cc
g++ -ansi  -Iinclude -Wall -Wno-deprecated -MG -MF UpInet.d -MM UpInet.cc
g++ -ansi  -Iinclude -Wall -Wno-deprecated -MG -MF
UpThreadWorkDistributor.d -MM UpThreadWorkDistributor.cc
g++ -ansi  -Iinclude -Wall -Wno-deprecated -MG -MF UpThread.d -MM UpThread.cc
g++ -ansi  -Iinclude -Wall -Wno-deprecated -MG -MF UpLine.d -MM UpLine.cc
g++ -ansi  -Iinclude -Wall -Wno-deprecated -MG -MF UpLog.d -MM UpLog.cc
rm -f *.[ao] testUpThreadWorkSplittable testUpDnsRbl
testUpThreadSpecificPtr testUpSmartLinkPtr testUpInet testUpThread
testUpResolver testUpResolverSimple testUpLine testUpConf testUpRegex
testUpLog testUpSelect testUpMysql testUpTimer testUpSockAddr
testUpTimeVal testUpSockAddrMaps testUpSockAddrMaps2 testUpCondition
testUpSubstitute testNaptrAlgorithm2 testNaptrAlgorithm
testUpSslServer testUpThreadWorkDistributor testUpPgsql


What am I doing wrong?

You can read the Makefile on http://pastebin.com/8zKGBQBt

Thanks in advance!
--

-- 
--
Sergio Belkin http://www.sergiobelkin.com
Watch More TV http://sebelk.blogspot.com
Sergio Belkin -



reply via email to

[Prev in Thread] Current Thread [Next in Thread]