[hipl-commit] [trunk] Rev 3753: Reintroduced olddeb target.

  • From: Miika Komu <miika@xxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Mon, 1 Mar 2010 09:13:49 +0200

Committer: Miika Komu <miika@xxxxxx>
Date: Mon Mar 01 09:13:59 2010 +0200
Revision: 3753
Revision-id: miika@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Reintroduced olddeb target.

Modified:
  M  Makefile.am

=== modified file 'Makefile.am'
--- Makefile.am 2010-02-28 23:15:38 +0000
+++ Makefile.am 2010-03-01 07:13:59 +0000
@@ -772,8 +772,14 @@
 doxygen:
        cd @top_srcdir@/doc && doxygen
 
+# For maemo builds only. TODO: port the maemo functionality into the
+# create-package script!
+olddeb:
+       env PYEXECDIR=$(pyexecdir) @top_srcdir@/test/packaging/create-deb.sh
+       env PYEXECDIR=$(pyexecdir) @top_srcdir@/test/packaging/create-deb.sh -s
+
 # The olddeb target is for maemo builds only
-bin increl olddeb syncrepo:
+bin increl syncrepo:
        env PYEXECDIR=$(pyexecdir) 
@top_srcdir@/test/packaging/create-package.sh $@
 
 # Automake does not build the shell scripts without this

Other related posts:

  • » [hipl-commit] [trunk] Rev 3753: Reintroduced olddeb target. - Miika Komu