From: Mark Huang Date: Mon, 27 Mar 2006 17:28:48 +0000 (+0000) Subject: - add MyPLC X-Git-Tag: planetlab-3_3-branch-point~4 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=b975f66efd72a6e5418e9e94abdb8ea111aaab74;p=build.git - add MyPLC --- diff --git a/planetlab.mk b/planetlab.mk index 94e4e664..bf5d5e0f 100644 --- a/planetlab.mk +++ b/planetlab.mk @@ -325,6 +325,22 @@ bootcd: $(filter-out bootcd,$(ALL)) # ...and the yum manifest bootcd: RPMS/yumgroups.xml +# +# MyPLC +# + +myplc-MODULE := myplc pl_db plc_api plc_www plc/scripts +myplc-SPEC := myplc/myplc.spec +# Package must be built as root +myplc-RPMBUILD := sudo rpmbuild +ALL += myplc + +# MyPLC may require current packages +myplc: $(filter-out myplc,$(ALL)) + +# ...and the yum manifest +myplc: RPMS/yumgroups.xml + # # Installation rules #