[pisa-src] r1023 - trunk

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Tue, 06 Oct 2009 14:27:21 +0200

Author: biurrun
Date: Tue Oct  6 14:27:20 2009
New Revision: 1023

Log:
Simplify deb/rpm creation targets.

Modified:
   trunk/Makefile.am

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am   Tue Oct  6 14:11:42 2009        (r1022)
+++ trunk/Makefile.am   Tue Oct  6 14:27:20 2009        (r1023)
@@ -5,8 +5,6 @@
 ACLOCAL_AMFLAGS = -I m4
 EXTRA_DIST =
 
-PACKAGING_SCRIPT=test/packaging/create-package.sh
-
 # For "make dist"
 EXTRA_DIST += m4 docs/Doxyfile docs/INSTALL
 EXTRA_DIST += docs/architecture.txt docs/config.txt docs/packettype.txt
@@ -18,8 +16,5 @@
 SUBDIRS  = include libpisa performance pisacd pisand pairing pisasd test
 SUBDIRS += community-operator # has to be enabled for compilation on openwrt
 
-rpm:
-       ${PACKAGING_SCRIPT} rpm
-
-deb:
-       ${PACKAGING_SCRIPT} deb
+deb rpm:
+       test/packaging/create-package.sh $@

Other related posts:

  • » [pisa-src] r1023 - trunk - Diego Biurrun