[hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5110: Expose the syncrepo_deb and syncrepo_rpm packaging commands in the Makefile.

  • From: noreply@xxxxxxxxxxxxx
  • To: HIPL core team <hipl-dev@xxxxxxxxxxxxx>
  • Date: Mon, 25 Oct 2010 17:29:25 -0000

------------------------------------------------------------
revno: 5110
committer: Diego Biurrun <diego@xxxxxxxxxx>
branch nick: trunk
timestamp: Mon 2010-10-25 19:27:44 +0200
message:
  Expose the syncrepo_deb and syncrepo_rpm packaging commands in the Makefile.
modified:
  Makefile.am


--
lp:hipl
https://code.launchpad.net/~hipl-core/hipl/trunk

Your team HIPL core team is subscribed to branch lp:hipl.
To unsubscribe from this branch go to 
https://code.launchpad.net/~hipl-core/hipl/trunk/+edit-subscription
=== modified file 'Makefile.am'
--- Makefile.am 2010-10-25 09:39:03 +0000
+++ Makefile.am 2010-10-25 17:27:44 +0000
@@ -240,7 +240,7 @@
 clean-local:
        rm -rf doc/doxy debbuild rpmbuild
 
-bin deb rpm syncrepo:
+bin deb rpm syncrepo syncrepo_deb syncrepo_rpm:
        @srcdir@/packaging/create-package.sh $@
 
 autotools-clean: maintainer-clean
@@ -268,4 +268,4 @@
 dist-hook:
        rm -f $(distdir)/doc/Doxyfile
 
-.PHONY: bin checkheaders deb doxygen rpm syncrepo
+.PHONY: bin checkheaders deb doxygen rpm syncrepo*

Other related posts:

  • » [hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5110: Expose the syncrepo_deb and syncrepo_rpm packaging commands in the Makefile. - noreply