[csw-devel] SF.net SVN: gar:[22061] csw/mgar/pkg/qt4-gcc/trunk/Makefile

pfelecan at users.sourceforge.net pfelecan at users.sourceforge.net
Mon Sep 30 14:50:13 CEST 2013


Revision: 22061
          http://gar.svn.sourceforge.net/gar/?rev=22061&view=rev
Author:   pfelecan
Date:     2013-09-30 12:50:12 +0000 (Mon, 30 Sep 2013)
Log Message:
-----------
qt4-gcc/trunk:
- correct one of the destination directories
- change the access rights for the additional files

Modified Paths:
--------------
    csw/mgar/pkg/qt4-gcc/trunk/Makefile

Modified: csw/mgar/pkg/qt4-gcc/trunk/Makefile
===================================================================
--- csw/mgar/pkg/qt4-gcc/trunk/Makefile	2013-09-30 09:51:19 UTC (rev 22060)
+++ csw/mgar/pkg/qt4-gcc/trunk/Makefile	2013-09-30 12:50:12 UTC (rev 22061)
@@ -466,60 +466,60 @@
 post-install-isa-sparcv8plus: ODir		=	$(WORKSRC)/src/script/api
 post-install-isa-sparcv8plus: dODir		=	$(WORKSRC)/src/scripttools/debugging
 #    destination:
-post-install-isa-sparcv8plus: sDDir		=	$(DESTDIR)/$(includedir)QtScript
+post-install-isa-sparcv8plus: sDDir		=	$(DESTDIR)/$(includedir)/QtScript
 post-install-isa-sparcv8plus: stDDir	=	$(DESTDIR)/$(includedir)/QtScriptTools
 post-install-isa-sparcv8plus: DDir		=	$(DESTDIR)/$(includedir)/Qt
 post-install-isa-sparcv8plus:
 	ginstall --directory --mode=u=rwx,go=rx $(sDDir)
 	ginstall --directory --mode=u=rwx,go=rx $(stDDir)
 	ginstall --directory --mode=u=rwx,go=rx $(DDir)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(sODir)/QtScript $(DDir)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(sODir)/QScriptClass $(sDDir)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(sODir)/QScriptClassPropertyIterator $(sDDir)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(sODir)/QScriptContext $(sDDir)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(sODir)/QScriptContextInfo $(sDDir)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(sODir)/QScriptContextInfoList $(sDDir)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(sODir)/QScriptEngine $(sDDir)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(sODir)/QScriptEngineAgent $(sDDir)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(sODir)/QScriptExtensionInterface $(sDDir)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(sODir)/QScriptExtensionPlugin $(sDDir)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(sODir)/QScriptProgram $(sDDir)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(sODir)/QScriptString $(sDDir)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(sODir)/QScriptSyntaxCheckResult $(sDDir)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(sODir)/QScriptValue $(sDDir)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(sODir)/QScriptValueIterator $(sDDir)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(sODir)/QScriptValueList $(sDDir)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(sODir)/QScriptable $(sDDir)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(sODir)/QtScript $(sDDir)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(ODir)/qscriptable.h $(DDir)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(ODir)/qscriptclass.h $(DDir)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(ODir)/qscriptclasspropertyiterator.h $(DDir)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(ODir)/qscriptcontext.h $(DDir)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(ODir)/qscriptcontextinfo.h $(DDir)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(ODir)/qscriptengine.h $(DDir)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(ODir)/qscriptengineagent.h $(DDir)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(ODir)/qscriptextensioninterface.h $(DDir)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(ODir)/qscriptextensionplugin.h $(DDir)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(ODir)/qscriptprogram.h $(DDir)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(ODir)/qscriptstring.h $(DDir)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(ODir)/qscriptvalue.h $(DDir)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(ODir)/qscriptvalueiterator.h $(DDir)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(ODir)/qscriptable.h $(sDDir)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(ODir)/qscriptclass.h $(sDDir)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(ODir)/qscriptclasspropertyiterator.h $(sDDir)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(ODir)/qscriptcontext.h $(sDDir)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(ODir)/qscriptcontextinfo.h $(sDDir)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(ODir)/qscriptengine.h $(sDDir)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(ODir)/qscriptengineagent.h $(sDDir)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(ODir)/qscriptextensioninterface.h $(sDDir)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(ODir)/qscriptextensionplugin.h $(sDDir)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(ODir)/qscriptprogram.h $(sDDir)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(ODir)/qscriptstring.h $(sDDir)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(ODir)/qscriptvalue.h $(sDDir)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(ODir)/qscriptvalueiterator.h $(sDDir)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(stODir)/QtScriptTools $(DDir)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(stODir)/QScriptEngineDebugger $(stDDir)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(stODir)/QtScriptTools $(stDDir)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(dODir)/qscriptenginedebugger.h $(DDir)
-	ginstall --preserve-timestamps --mode=u=rwx,go=r $(dODir)/qscriptenginedebugger.h $(stDDir)
+	ginstall --preserve-timestamps --mode=u=rx,go=r $(sODir)/QtScript $(DDir)
+	ginstall --preserve-timestamps --mode=u=rx,go=r $(sODir)/QScriptClass $(sDDir)
+	ginstall --preserve-timestamps --mode=u=rx,go=r $(sODir)/QScriptClassPropertyIterator $(sDDir)
+	ginstall --preserve-timestamps --mode=u=rx,go=r $(sODir)/QScriptContext $(sDDir)
+	ginstall --preserve-timestamps --mode=u=rx,go=r $(sODir)/QScriptContextInfo $(sDDir)
+	ginstall --preserve-timestamps --mode=u=rx,go=r $(sODir)/QScriptContextInfoList $(sDDir)
+	ginstall --preserve-timestamps --mode=u=rx,go=r $(sODir)/QScriptEngine $(sDDir)
+	ginstall --preserve-timestamps --mode=u=rx,go=r $(sODir)/QScriptEngineAgent $(sDDir)
+	ginstall --preserve-timestamps --mode=u=rx,go=r $(sODir)/QScriptExtensionInterface $(sDDir)
+	ginstall --preserve-timestamps --mode=u=rx,go=r $(sODir)/QScriptExtensionPlugin $(sDDir)
+	ginstall --preserve-timestamps --mode=u=rx,go=r $(sODir)/QScriptProgram $(sDDir)
+	ginstall --preserve-timestamps --mode=u=rx,go=r $(sODir)/QScriptString $(sDDir)
+	ginstall --preserve-timestamps --mode=u=rx,go=r $(sODir)/QScriptSyntaxCheckResult $(sDDir)
+	ginstall --preserve-timestamps --mode=u=rx,go=r $(sODir)/QScriptValue $(sDDir)
+	ginstall --preserve-timestamps --mode=u=rx,go=r $(sODir)/QScriptValueIterator $(sDDir)
+	ginstall --preserve-timestamps --mode=u=rx,go=r $(sODir)/QScriptValueList $(sDDir)
+	ginstall --preserve-timestamps --mode=u=rx,go=r $(sODir)/QScriptable $(sDDir)
+	ginstall --preserve-timestamps --mode=u=rx,go=r $(sODir)/QtScript $(sDDir)
+	ginstall --preserve-timestamps --mode=u=rx,go=r $(ODir)/qscriptable.h $(DDir)
+	ginstall --preserve-timestamps --mode=u=rx,go=r $(ODir)/qscriptclass.h $(DDir)
+	ginstall --preserve-timestamps --mode=u=rx,go=r $(ODir)/qscriptclasspropertyiterator.h $(DDir)
+	ginstall --preserve-timestamps --mode=u=rx,go=r $(ODir)/qscriptcontext.h $(DDir)
+	ginstall --preserve-timestamps --mode=u=rx,go=r $(ODir)/qscriptcontextinfo.h $(DDir)
+	ginstall --preserve-timestamps --mode=u=rx,go=r $(ODir)/qscriptengine.h $(DDir)
+	ginstall --preserve-timestamps --mode=u=rx,go=r $(ODir)/qscriptengineagent.h $(DDir)
+	ginstall --preserve-timestamps --mode=u=rx,go=r $(ODir)/qscriptextensioninterface.h $(DDir)
+	ginstall --preserve-timestamps --mode=u=rx,go=r $(ODir)/qscriptextensionplugin.h $(DDir)
+	ginstall --preserve-timestamps --mode=u=rx,go=r $(ODir)/qscriptprogram.h $(DDir)
+	ginstall --preserve-timestamps --mode=u=rx,go=r $(ODir)/qscriptstring.h $(DDir)
+	ginstall --preserve-timestamps --mode=u=rx,go=r $(ODir)/qscriptvalue.h $(DDir)
+	ginstall --preserve-timestamps --mode=u=rx,go=r $(ODir)/qscriptvalueiterator.h $(DDir)
+	ginstall --preserve-timestamps --mode=u=rx,go=r $(ODir)/qscriptable.h $(sDDir)
+	ginstall --preserve-timestamps --mode=u=rx,go=r $(ODir)/qscriptclass.h $(sDDir)
+	ginstall --preserve-timestamps --mode=u=rx,go=r $(ODir)/qscriptclasspropertyiterator.h $(sDDir)
+	ginstall --preserve-timestamps --mode=u=rx,go=r $(ODir)/qscriptcontext.h $(sDDir)
+	ginstall --preserve-timestamps --mode=u=rx,go=r $(ODir)/qscriptcontextinfo.h $(sDDir)
+	ginstall --preserve-timestamps --mode=u=rx,go=r $(ODir)/qscriptengine.h $(sDDir)
+	ginstall --preserve-timestamps --mode=u=rx,go=r $(ODir)/qscriptengineagent.h $(sDDir)
+	ginstall --preserve-timestamps --mode=u=rx,go=r $(ODir)/qscriptextensioninterface.h $(sDDir)
+	ginstall --preserve-timestamps --mode=u=rx,go=r $(ODir)/qscriptextensionplugin.h $(sDDir)
+	ginstall --preserve-timestamps --mode=u=rx,go=r $(ODir)/qscriptprogram.h $(sDDir)
+	ginstall --preserve-timestamps --mode=u=rx,go=r $(ODir)/qscriptstring.h $(sDDir)
+	ginstall --preserve-timestamps --mode=u=rx,go=r $(ODir)/qscriptvalue.h $(sDDir)
+	ginstall --preserve-timestamps --mode=u=rx,go=r $(ODir)/qscriptvalueiterator.h $(sDDir)
+	ginstall --preserve-timestamps --mode=u=rx,go=r $(stODir)/QtScriptTools $(DDir)
+	ginstall --preserve-timestamps --mode=u=rx,go=r $(stODir)/QScriptEngineDebugger $(stDDir)
+	ginstall --preserve-timestamps --mode=u=rx,go=r $(stODir)/QtScriptTools $(stDDir)
+	ginstall --preserve-timestamps --mode=u=rx,go=r $(dODir)/qscriptenginedebugger.h $(DDir)
+	ginstall --preserve-timestamps --mode=u=rx,go=r $(dODir)/qscriptenginedebugger.h $(stDDir)
 	$(MAKECOOKIE)

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list