[csw-devel] SF.net SVN: gar:[10101] csw/mgar/pkg/TEMPLATES/createpkg

theferret at users.sourceforge.net theferret at users.sourceforge.net
Sat Jun 5 07:18:38 CEST 2010


Revision: 10101
          http://gar.svn.sourceforge.net/gar/?rev=10101&view=rev
Author:   theferret
Date:     2010-06-05 05:18:38 +0000 (Sat, 05 Jun 2010)

Log Message:
-----------
TEMPLATES/createpkg: added extra middleware Makefile

Modified Paths:
--------------
    csw/mgar/pkg/TEMPLATES/createpkg/copy_template

Added Paths:
-----------
    csw/mgar/pkg/TEMPLATES/createpkg/top.Makefile

Modified: csw/mgar/pkg/TEMPLATES/createpkg/copy_template
===================================================================
--- csw/mgar/pkg/TEMPLATES/createpkg/copy_template	2010-06-05 04:26:28 UTC (rev 10100)
+++ csw/mgar/pkg/TEMPLATES/createpkg/copy_template	2010-06-05 05:18:38 UTC (rev 10101)
@@ -47,6 +47,7 @@
 
 
 cp $template_dir/Makefile* $DESTDIR
+cp -i $template_dir/top.Makefile $DESTDIR/../Makefile
 cp $template_dir/README* $DESTDIR
 cp $template_dir/prototype* $DESTDIR
 $template_dir/generate_pkginfo $1 >$DESTDIR/pkginfo

Added: csw/mgar/pkg/TEMPLATES/createpkg/top.Makefile
===================================================================
--- csw/mgar/pkg/TEMPLATES/createpkg/top.Makefile	                        (rev 0)
+++ csw/mgar/pkg/TEMPLATES/createpkg/top.Makefile	2010-06-05 05:18:38 UTC (rev 10101)
@@ -0,0 +1,15 @@
+
+# This is somewhat of a "stub" Makefile, for 
+# directories managed by the "createpkg" TEMPLATES.
+#
+# Not all of targets listed here may actualy be supported by
+# the subdir in question. But they are a goal
+
+DEFAULT_DIR=trunk
+
+
+# The -C means you must use gmake, unfortunately.
+
+garchive extract configure build package:
+	$(MAKE) -C  $(DEFAULT_DIR) $*
+


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